Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
0cf3db21
Commit
0cf3db21
authored
Jan 21, 2011
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken markup, also minor copy-editing.
parent
4609caf3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
doc/src/sgml/pgtestfsync.sgml
doc/src/sgml/pgtestfsync.sgml
+14
-10
No files found.
doc/src/sgml/pgtestfsync.sgml
View file @
0cf3db21
...
...
@@ -9,9 +9,10 @@
<para>
<application>pg_test_fsync</> is intended to give you a reasonable
idea of what the fastest fsync_method is on your specific system,
idea of what the fastest <xref linkend="guc-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 test_fsync
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.
...
...
@@ -20,11 +21,13 @@
<sect2>
<title>Usage</title>
<sect2>
<title><application>pg_test_fsync</> Options</title>
<synopsis>
pg_test_fsync [options]
</synopsis>
<para>
<application>pg_test_fsync</application> accepts the following command-line arguments:
<application>pg_test_fsync</application> accepts the following
command-line options:
<variablelist>
...
...
@@ -33,9 +36,10 @@
<term><option>--filename</option></term>
<listitem>
<para>
Specifies the filename for test. The file should be in the
same file system as the <filename>pg_xlog</> directory.
<filename>/pg_xlog</> contains the <acronym>WAL</> files.)
Specifies the filename to write test data in.
This file should be in the same file system that the
<filename>pg_xlog</> directory is or will be placed in.
(<filename>pg_xlog</> contains the <acronym>WAL</> files.)
The default is <filename>test_fsync.out</> in the current
directory.
</para>
...
...
@@ -48,8 +52,8 @@
<listitem>
<para>
Specifies the number of operations per test. The more operations
per test, the greater the test's accuracy
. The default i
s
2000.
per test, the greater the test's accuracy
, but the longer it take
s
to run. The default is
2000.
</para>
</listitem>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment