public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/Bertg/god.git
up stress count
mojombo (author)
Mon Jan 07 15:29:38 -0800 2008
commit  220164aa09fbe0da9527c214d57836559b3bd602
tree    2e1072f4dbea4feb6df005f7ca24820f5a312ea3
parent  36b9176acdf53c271c3723c2082c599178d54194
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-('01'..'08').each do |i|
0
+('01'..'20').each do |i|
0
   God.watch do |w|
0
     w.name = "stress-#{i}"
0
     w.start = "ruby " + File.join(File.dirname(__FILE__), *%w[simple_server.rb])

Comments

    No one has commented yet.