mirror of https://github.com/mongodb/mongo
better help for mongostat
This commit is contained in:
parent
db296d0ef8
commit
f068efcf5e
|
|
@ -76,7 +76,7 @@ namespace mongo {
|
||||||
out << " faults/s \t- # of pages faults/sec (linux only)\n";
|
out << " faults/s \t- # of pages faults/sec (linux only)\n";
|
||||||
out << " locked \t- percent of time in global write lock\n";
|
out << " locked \t- percent of time in global write lock\n";
|
||||||
out << " idx miss \t- percent of btree page misses (sampled)\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";
|
out << " conn \t- number of open connections\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue