summaryrefslogtreecommitdiff
path: root/debian/mongoperf.1
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mongoperf.1')
-rw-r--r--debian/mongoperf.114
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/mongoperf.1 b/debian/mongoperf.1
index 140b5ac744d..c4ee2bc20f8 100644
--- a/debian/mongoperf.1
+++ b/debian/mongoperf.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH "MONGOPERF" "1" "March 18, 2014" "2.6" "mongodb-manual"
+.TH "MONGOPERF" "1" "January 30, 2015" "3.0" "mongodb-manual"
.SH NAME
mongoperf \- MongoDB Performance Utility
.
@@ -70,7 +70,7 @@ Specify options to \fBmongoperf\fP using a JavaScript document.
.INDENT 0.0
.TP
.B \-\-help, \-h
-Returns information on \fBmongoperf\fP options and usage.
+Returns information on the options and use of \fBmongoperf\fP\&.
.UNINDENT
.INDENT 0.0
.TP
@@ -248,7 +248,7 @@ following form:
.sp
.nf
.ft C
-echo "{nThreads:16,fileSizeMB:1000,r:true}" | ./mongoperf
+echo "{nThreads:16,fileSizeMB:10000,r:true,w:true}" | mongoperf
.ft P
.fi
.UNINDENT
@@ -257,10 +257,10 @@ echo "{nThreads:16,fileSizeMB:1000,r:true}" | ./mongoperf
In this operation:
.INDENT 0.0
.IP \(bu 2
-\fBmongoperf\fP tests direct physical random read io\(aqs, using
+\fBmongoperf\fP tests direct physical random read and write io\(aqs, using
16 concurrent reader threads.
.IP \(bu 2
-\fBmongoperf\fP uses a 1 gigabyte test file.
+\fBmongoperf\fP uses a 10 gigabyte test file.
.UNINDENT
.sp
Consider using \fBiostat\fP, as invoked in the following example to
@@ -270,7 +270,7 @@ monitor I/O performance during the test.
.sp
.nf
.ft C
-iostat \-xm 2
+iostat \-xtm 1
.ft P
.fi
.UNINDENT
@@ -278,6 +278,6 @@ iostat \-xm 2
.SH AUTHOR
MongoDB Documentation Project
.SH COPYRIGHT
-2011-2014, MongoDB, Inc.
+2011-2015
.\" Generated by docutils manpage writer.
.