Skip to content

Commit

Permalink
Use -a flag with stats commands
Browse files Browse the repository at this point in the history
Change-Id: Ifc6385f59ec4b5f999a4027de2d8b8b8a46a5e7d
Reviewed-on: http://review.membase.org/3252
Reviewed-by: Dustin Sallings <dustin@spy.net>
Tested-by: Dustin Sallings <dustin@spy.net>
  • Loading branch information
Sean Lynch authored and dustin committed Oct 13, 2010
1 parent 00099b5 commit d128355
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions collect_info
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,19 @@ _tasks = [
UnixTask("System log", "/var/adm/messages"),
UnixTask("Kernel log buffer", "dmesg"),
AllOsTask("memcached stats all",
"stats localhost:11210 all _admin _admin",
"stats -a localhost:11210 all _admin _admin",
log_file="stats.log"),
AllOsTask("memcached stats dispatcher",
"stats localhost:11210 dispatcher _admin _admin",
"stats -a localhost:11210 dispatcher _admin _admin",
log_file="stats.log"),
AllOsTask("memcached stats hash",
"stats localhost:11210 hash _admin _admin",
"stats -a localhost:11210 hash _admin _admin",
log_file="stats.log"),
AllOsTask("memcached stats tap",
"stats localhost:11210 tap _admin _admin",
"stats -a localhost:11210 tap _admin _admin",
log_file="stats.log"),
AllOsTask("memcached stats timings",
"stats localhost:11210 timings _admin _admin",
"stats -a localhost:11210 timings _admin _admin",
log_file="stats.log"),
AllOsTask("membase logs", "browse_logs", log_file="ns_server.log"),
]
Expand Down

0 comments on commit d128355

Please sign in to comment.