Merge "Timeout dstat command in 2h"

This commit is contained in:
Jenkins 2014-08-20 23:20:10 +00:00 committed by Gerrit Code Review
commit 1c22e98196

View File

@ -25,7 +25,7 @@ package "dstat" do
end
execute "dstat" do
command "dstat -tcmndp --top-cpu >>/var/log/dstat.log &"
command "timeout 7200s dstat -tcmndp --top-cpu >>/var/log/dstat.log &"
action :run
end