X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=HOWTO;h=4398ffa717843095889b8d2065d5a05769a50acb;hb=1cce3c66140206967462f85646a50b0065da87e9;hp=7680f9c7634a7e55044dba0a8ebdc6928fb3bfc0;hpb=2c3a915064410ac3d8cdd936d835a00b802a495f;p=fio.git diff --git a/HOWTO b/HOWTO index 7680f9c7..4398ffa7 100644 --- a/HOWTO +++ b/HOWTO @@ -1429,7 +1429,7 @@ Block size If you want a workload that has 50% 2k reads and 50% 4k reads, while having 90% 4k writes and 10% 8k writes, you would specify:: - bssplit=2k/50:4k/50,4k/90,8k/10 + bssplit=2k/50:4k/50,4k/90:8k/10 Fio supports defining up to 64 different weights for each data direction.