File tree Expand file tree Collapse file tree 2 files changed +190
-257
lines changed Expand file tree Collapse file tree 2 files changed +190
-257
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ test_fsync
3
3
4
4
This program tests fsync. The tests are described as part of the program output.
5
5
6
- Usage: test_fsync [-f filename] [loops ]
6
+ Usage: test_fsync [-f filename] [ops_per_test ]
7
7
8
8
test_fsync is intended to give you a reasonable idea of what the fastest
9
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
16
test_fsync should be run in the same filesystem as your transaction log
17
17
directory (pg_xlog).
18
18
19
- Loops default to 2000. Increase this to get more accurate measurements.
19
+ Ops-per-test defaults to 2000. Increase this to get more accurate
20
+ measurements.
20
21
You can’t perform that action at this time.
0 commit comments