-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Tools
-
None
mongostat prints out the list of members before giving them a chance to report their stats. This is easy to fix by waiting one interval before printing out the members discovered.
monkey101:(git)mongo/$ mongostat --discover --port 30999 connected to: 127.0.0.1:30999 insert query update delete getmore command vsize res faults netIn netOut conn repl time localhost:30999 0 1 0 0 0 1 2.35g 8m 0 109b 844b 3 RTR 15:47:29 localhost:30000 no data localhost:30001 no data localhost:30999 0 0 0 0 0 1 2.35g 8m 0 62b 708b 3 RTR 15:47:30
- is depended on by
-
SERVER-10319 [mongostat] --discover option does not respect --rowcount (-n) output limitation
- Closed