better help for mongostat

This commit is contained in:
Mathias Stearn 2010-08-09 14:30:51 -04:00 committed by Eliot Horowitz
parent db296d0ef8
commit f068efcf5e
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}