From 967c76f6f91756f67ed76e9bfa01dbe1a4b6881c Mon Sep 17 00:00:00 2001 From: achille Date: Wed, 1 Oct 2014 10:32:12 -0700 Subject: [PATCH] Updated mongoperf text describing sample run --- source/reference/program/mongoperf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/program/mongoperf.txt b/source/reference/program/mongoperf.txt index e6890d4f7d3..b8b1526b981 100644 --- a/source/reference/program/mongoperf.txt +++ b/source/reference/program/mongoperf.txt @@ -166,10 +166,10 @@ following form: In this operation: -- :program:`mongoperf` tests direct physical random read io's, using +- :program:`mongoperf` tests direct physical random read and write io's, using 16 concurrent reader threads. -- :program:`mongoperf` uses a 1 gigabyte test file. +- :program:`mongoperf` uses a 10 gigabyte test file. Consider using ``iostat``, as invoked in the following example to monitor I/O performance during the test.