Skip to content

Commit

Permalink
collect data for user membase, not northscale
Browse files Browse the repository at this point in the history
Change-Id: I221579057ea0b8f8af63156cc3425136f5cb46a2
Reviewed-on: http://review.membase.org/3261
Tested-by: Aliaksey Kandratsenka <alkondratenko@gmail.com>
Reviewed-by: Sean Lynch <seanl@literati.org>
  • Loading branch information
Aliaksey Kandratsenka authored and Sean Lynch committed Oct 13, 2010
1 parent 70ad29b commit 1381d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collect_info
Expand Up @@ -167,8 +167,8 @@ _tasks = [
UnixTask("System activity reporter", "sar 1 10"),
UnixTask("System paging activity", "vmstat 1 10"),
UnixTask("System uptime", "uptime"),
UnixTask("northscale user definition", "getent passwd northscale"),
UnixTask("northscale user limits", "su northscale -c \"ulimit -a\"",
UnixTask("membase user definition", "getent passwd membase"),
UnixTask("membase user limits", "su membase -c \"ulimit -a\"",
privileged=True),
UnixTask("Interrupt status", "intrstat 1 10"),
UnixTask("Processor status", "mpstat 1 10"),
Expand Down

0 comments on commit 1381d3a

Please sign in to comment.