mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge pull request #279 from ehlertij/master
Output results from 'stat's command when using pumactl
This commit is contained in:
commit
fb301b245f
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ module Puma
|
|||
end
|
||||
|
||||
message "Command #{@options[:command]} sent success"
|
||||
message response.last if @options[:command] == "stats"
|
||||
end
|
||||
|
||||
@server.close
|
||||
|
|
Loading…
Add table
Reference in a new issue