Unix and Linux Discussions Tagged with ls -l |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
9 |
7,580 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,678 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,761 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
7,394 |
UNIX Desktop Questions & Answers |
|
|
|
13 |
9,222 |
Shell Programming and Scripting |
|
|
|
2 |
33,122 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,077 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
9,278 |
Shell Programming and Scripting |
|
|
|
3 |
14,719 |
Shell Programming and Scripting |
|
|
|
13 |
10,712 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
19,314 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
6,182 |
Shell Programming and Scripting |
|
|
|
6 |
9,803 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
19,023 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
30,918 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
30,500 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
3,595 |
Programming |
|
|
|
1 |
7,647 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,761 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
21,858 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
15,860 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
11,750 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
7,062 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,992 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
10,686 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,216 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,362 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
8,610 |
UNIX for Dummies Questions & Answers |
PG_TEST_FSYNC(1) PostgreSQL 9.2.7 Documentation PG_TEST_FSYNC(1)
NAME
pg_test_fsync - determine fastest wal_sync_method for PostgreSQL
SYNOPSIS
pg_test_fsync [option...]
DESCRIPTION
pg_test_fsync is intended to give you a reasonable idea of what the fastest wal_sync_method is on your specific system, as well as
supplying diagnostic information in the event of an identified I/O problem. However, differences shown by pg_test_fsync might not make any
difference in real database throughput, especially since many database servers are not speed-limited by their transaction logs.
OPTIONS
pg_test_fsync accepts the following command-line options:
-f, --filename
Specifies the file name to write test data in. This file should be in the same file system that the pg_xlog directory is or will be
placed in. (pg_xlog contains the WAL files.) The default is pg_test_fsync.out in the current directory.
-s, --secs-per-test
Specifies the number of seconds for each test. The more time per test, the greater the test's accuracy, but the longer it takes to run.
The default is 2 seconds, which allows the program to complete in about 30 seconds.
-V, --version
Print the pg_test_fsync version and exit.
-?, --help
Show help about pg_test_fsync command line arguments, and exit.
AUTHOR
Bruce Momjian <bruce@momjian.us>
SEE ALSO
postgres(1)
PostgreSQL 9.2.7 2014-02-17 PG_TEST_FSYNC(1)