We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524ff88 commit ffa2b39Copy full SHA for ffa2b39
scripts/status.coffee
@@ -75,7 +75,7 @@ module.exports = (robot) ->
75
c.on "connect", ->
76
77
c.on "ready", ->
78
- c.exec "top -n 0 -b", (err, stream) ->
+ c.exec "top -n 1 -b", (err, stream) ->
79
throw err if err
80
stream.on "data", (data, extended) ->
81
console.log ((if extended is "stderr" then "STDERR: " else "STDOUT: ")) + data
0 commit comments