We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3866ff6 commit 169516aCopy full SHA for 169516a
src/tools/fsync/README
@@ -3,7 +3,7 @@ test_fsync
3
4
This program tests fsync. The tests are described as part of the program output.
5
6
- Usage: test_fsync [-f filename] [loops]
+ Usage: test_fsync [-f filename] [ops_per_test]
7
8
test_fsync is intended to give you a reasonable idea of what the fastest
9
fsync_method is on your specific system, as well as supplying diagnostic
@@ -16,5 +16,6 @@ The output filename defaults to test_fsync.out in the current directory.
16
test_fsync should be run in the same filesystem as your transaction log
17
directory (pg_xlog).
18
19
-Loops default to 2000. Increase this to get more accurate measurements.
+Ops-per-test defaults to 2000. Increase this to get more accurate
20
+measurements.
21
0 commit comments