summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/stat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/stat.cpp b/tools/stat.cpp
index 05318a9c564..d94cf8d92a4 100644
--- a/tools/stat.cpp
+++ b/tools/stat.cpp
@@ -76,7 +76,7 @@ namespace mongo {
out << " faults/s \t- # of pages faults/sec (linux only)\n";
out << " locked \t- percent of time in global write lock\n";
out << " idx miss \t- percent of btree page misses (sampled)\n";
- out << " q t|r|w \t- lock queue lengths (total|read|write)\n";
+ out << " q t|r|w \t- ops waiting for lock from db.currentOp() (total|read|write)\n";
out << " conn \t- number of open connections\n";
}