1
0
Fork 0
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:
Ian Ehlert 2013-06-13 11:47:02 -05:00
parent bd97b6ec3e
commit 070a028f7c

View file

@ -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