Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-11-26 10:19:17
This topic describes how to test the bandwidth and input/output operations per second (IOPS) of a Kingsoft Cloud File Storage (KFS) file system in Linux CentOS by using FIO.
Run the following command:
sudo yum install fio
Run the following command:
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randread -bs=4K -size=1G -time_based -runtime=60 -name=Fio -directory=/mnt
Test result: 43,100
Run the following command:
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randwrite -bs=4K -size=1G -time_based -runtime=60 -name=Fio -directory=/mnt
Test result: 11,300
Run the following command:
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randread -bs=1M -size=1G -time_based -runtime=60 -name=Fio -directory=/mnt
Test result: 983 MB/s
Run the following command:
fio -numjobs=1 -iodepth=128 -direct=1 -ioengine=libaio -sync=1 -rw=randwrite -bs=1M -size=1G -time_based -runtime=60 -name=Fio -directory=/mnt
Test result: 1045 MB/s
Pure Mode