Skip to content

Commit

Permalink
SERVER-4628 mongostat locked help string clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kleinman committed Jul 6, 2012
1 parent a8901ef commit f35e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/tools/stat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace mongo {
out << " vsize \t- virtual size of process in megabytes\n";
out << " res \t- resident size of process in megabytes\n";
out << " faults \t- # of pages faults per sec\n";
out << " locked \t- locked db and lock time for db with most lock use\n";
out << " locked \t- name of and percent time for most locked database\n";
out << " idx miss \t- percent of btree page misses (sampled)\n";
out << " qr|qw \t- queue lengths for clients waiting (read|write)\n";
out << " ar|aw \t- active clients (read|write)\n";
Expand Down

0 comments on commit f35e2fe

Please sign in to comment.