diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2015-04-13 05:48:19 +0000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2015-04-13 05:48:19 +0000 |
commit | 110164271dc688c90a092c0c95d37feed2cec188 (patch) | |
tree | 5fb515a78d82ee9893874b54d817b8f74dc6949f /src/docs/wtperf.dox | |
parent | 25c504797fc0edabda6c63cdff1a95cd96ca9621 (diff) | |
download | mongo-110164271dc688c90a092c0c95d37feed2cec188.tar.gz |
Add functionality to drop files at the end of a wtperf run.
Helps figure out how long a drop takes.
Diffstat (limited to 'src/docs/wtperf.dox')
-rw-r--r-- | src/docs/wtperf.dox | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/docs/wtperf.dox b/src/docs/wtperf.dox index 76218080c86..9717d419eaa 100644 --- a/src/docs/wtperf.dox +++ b/src/docs/wtperf.dox @@ -167,6 +167,9 @@ do population phase; false to use existing database number of WiredTiger databases to use. Each database will execute the workload using a separate home directory and complete set of worker threads +@par drop_tables (unsigned int, default=0) +Whether to drop all tables at the end of the run, and report time +taken to do the drop. @par icount (unsigned int, default=5000) number of records to initially populate. If multiple tables are configured the count is spread evenly across all tables. |