https://github.com/arusso/fio-configs
https://github.com/arusso/fio-configs
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arusso/fio-configs
- Owner: arusso
- Created: 2017-04-15T08:52:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T08:53:48.000Z (over 9 years ago)
- Last Synced: 2025-03-30T19:51:16.916Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fio Resources
[run\_tests.sh](run_tests.sh) : simple script that runs tests multiple times to
get more accurate results.
[iometer-file-access-server.job](jobs/iometer-file-access-server.job) : job file
that emulates IOMeter's file server job. Note: if running on linux, change
`ioengine=windowsaio` to `ioengine=libaio` or something more appropriate.
[file-access-server-4k.job](jobs/file-access-server-4k.job) : job file similar to
IOMeter FAS, except using 4k blocks for all read/write.
[file-access-server-8k.job](jobs/file-access-server-8k.job) : job file similar to
IOMeter FAS, except using 8k blocks for all read/write.
[file-access-server-64k.job](jobs/file-access-server-64k.job) : job file similar to
IOMeter FAS, except using 64k blocks for all read/write.