Add AIO test 113 into the mix, enable AIO testing capability in local fsx.

Merge of master-melb:xfs-cmds:21487a by kenmcd.
This commit is contained in:
Nathan Scott
2005-02-14 13:52:05 +00:00
parent 6bf85bc85e
commit 2446ccc509
12 changed files with 1636 additions and 433 deletions
+5 -3
View File
@@ -844,9 +844,11 @@ usage(void)
-s style: 1 gives smaller truncates (default 0)\n\
-t truncbdy: 4096 would make truncates page aligned (default 1)\n\
-w writebdy: 4096 would make writes page aligned (default 1)\n\
-x: preallocate file space before starting, XFS only (default 0)\n\
-A: Use the AIO system calls\n\
-D startingop: debug output starting at specified operation\n\
-x: preallocate file space before starting, XFS only (default 0)\n"
#ifdef AIO
"-A: Use the AIO system calls\n"
#endif
"-D startingop: debug output starting at specified operation\n\
-L: fsxLite - no file creations & no file size changes\n\
-N numops: total # operations to do (default infinity)\n\
-O: use oplen (see -o flag) for every op (default random)\n\