2019/06/25 07:57 1/1 I/O Benchmarking
I/O Benchmarking
Fio (Flexible I/O tester) is a I/O Performance Benchmarking Tool for Linux and other unix or windows
systems.
fio-package is part of openSUSE's default repos:
zypper in fio
Test run into a file:
# Read
fio --rw=randread --direct=1 --name=test --size=170M --filename=fio_file --
numjobs=128 --runtime=10 --group_reporting
# Write
fio --rw=randwrite --direct=1 --name=test --size=170M --filename=fio_file --
numjobs=128 --runtime=10 --group_reporting
# Heavy I/O
fio --rw=randwrite --direct=1 --name=test --size=170M --filename=fio_file --
numjobs=128 --runtime=10 --group_reporting --bs=1M
From:
https://wiki.hornetsecurity.com/ - Knowledge Base
Permanent link:
https://wiki.hornetsecurity.com/se/howtos/i_o_benchmarking
Last update: 2018/03/20 17:14
Knowledge Base - https://wiki.hornetsecurity.com/