mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
output stats results when using pumactl
This commit is contained in:
parent
bd97b6ec3e
commit
070a028f7c
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ module Puma
|
||||||
end
|
end
|
||||||
|
|
||||||
message "Command #{@options[:command]} sent success"
|
message "Command #{@options[:command]} sent success"
|
||||||
|
message response.last if @options[:command] == "stats"
|
||||||
end
|
end
|
||||||
|
|
||||||
@server.close
|
@server.close
|
||||||
|
|
Loading…
Reference in a new issue