Please acknowledge the following before creating a ticket
[x] I have read the GitHub issues section of REPORTING-BUGS.
Description of the bug:
Hi everyone, recently I've been testing the IOPS of a RAID 6 system(with 8G HDD * 9), starting with a sequence read. The configuration file is as follows:
The final result I obtained for IOPS was only 258, which seems unusually low. Could you provide some hints on where the problem might be or suggest where to start troubleshooting?
$ ./strace fio fio_config_read 2>log.txt
When I attempted to troubleshoot the error using strace, I observed numerous occurrences of the same error. When the newfstatat function was called, it resulted in "No such file or directory" for the path "/tmp/fio-dump-status." I'm uncertain if this information would be helpful in resolving the issue.
clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=10000000}, NULL) = 0
newfstatat(AT_FDCWD, "/tmp/fio-dump-status", 0x7ffe8f42af68, 0) = -1 ENOENT (No such file or directory)
fio version:
fio version=3.33
Thank you very much for your assistance. Please feel free to let me know if there is any additional information I should provide.
Please acknowledge the following before creating a ticket
Description of the bug:
Hi everyone, recently I've been testing the IOPS of a RAID 6 system(with 8G HDD * 9), starting with a sequence read. The configuration file is as follows:
When I executed it, I noticed that initially, fio printed out a large number of job indications. I'm unsure if this is related to the issue.
The final result I obtained for IOPS was only 258, which seems unusually low. Could you provide some hints on where the problem might be or suggest where to start troubleshooting?
When I attempted to troubleshoot the error using strace, I observed numerous occurrences of the same error. When the newfstatat function was called, it resulted in "No such file or directory" for the path "/tmp/fio-dump-status." I'm uncertain if this information would be helpful in resolving the issue.
fio version:
fio version=3.33
Thank you very much for your assistance. Please feel free to let me know if there is any additional information I should provide.