diff options
| author | Antonin Kral <a.kral@bobek.cz> | 2010-09-24 19:01:03 +0200 |
|---|---|---|
| committer | Antonin Kral <a.kral@bobek.cz> | 2010-09-24 19:01:03 +0200 |
| commit | 0ad0c09511a04ebe837f2acb859d47f2aa4e038a (patch) | |
| tree | 109babcb556f6c5884b77853120717f0617c7a1e /tools/stat.cpp | |
| parent | 03e58f81cad8dd4cfcd1530f327116f0cff6ceb3 (diff) | |
Imported Upstream version 1.6.3
Diffstat (limited to 'tools/stat.cpp')
| -rw-r--r-- | tools/stat.cpp | 2 |
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"; } |
