Sample Header Ad - 728x90

fio: how to reduce verbosity?

1 vote
1 answer
1152 views
When I run fio command, I get huge file with following lines which fills up the entire space. I am interested in only the final fio output summary. How can I reduce this fio verbosity? :::: Jobs: 4 (f=4): [W(3),X(1),R(1)][0.1%][r=1244MiB/s,w=2232MiB/s][r=319k,w=17.9k IOPS][eta 03h:04m:45s] Jobs: 4 (f=4): [W(3),X(1),R(1)][0.1%][r=1243MiB/s,w=2252MiB/s][r=318k,w=18.0k IOPS][eta 03h:02m:18s] :::: fio is run using following command. [root@system user]# fio iops_wipc.fio --eta=always --eta-newline=1 | tee /tmp/iops_wipc_op [root@system user]# cat iops_wipc.fio [wipc-iops] group_reporting direct=1 ioengine=libaio allow_mounted_write=1 refill_buffers scramble_buffers=1 thread=1 #eta-newline=10 bs=128k numjobs=4 iodepth=32 rw=write size=768G [device0] filename=/dev/nvme2n1
Asked by user3488903 (183 rep)
Jul 9, 2020, 04:19 PM
Last activity: Jun 17, 2021, 05:06 PM