Commit 5090b14af8e1db447f0ed3922cc4e68e3f1c3718

Added average request time tracking for apps

Commit diff

.gitignore

 
1*.sqlite3
2*.log
3schema.rb
toggle raw diff

Manifest.txt

 
0History.txt
1Manifest.txt
2README.txt
3Rakefile
4bin/dynablaster
5lib/dynablaster.rb
6test/test_dynablaster.rb
toggle raw diff

TODO.txt

 
88* Check for valid configuration
99* Autoload extensions
1010* Implement ebb and thin extensions (at the moment only mongrel is working)
11* Add config for tracking excludes
12* Add config for maximum app server instances
toggle raw diff

extra/test_app/log/development.log

 
0
1
2Processing HomeController#test (for 127.0.0.1 at 2008-03-28 20:37:19) [GET]
3 Session ID: f2b402670e2df71feaa026de167c3532
4 Parameters: {"action"=>"test", "controller"=>"home"}
5
6
7ActionController::UnknownAction (No action responded to test):
8 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters'
9 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
10 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
11 /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
12 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
13 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
14 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action'
15 /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
16 /Library/Ruby/Gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache'
17 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action'
18 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send'
19 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters'
20 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
21 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process'
22 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process'
23 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request'
24 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch'
25 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
26 /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch'
27 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process'
28 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize'
29 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process'
30 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:159:in `process_client'
31 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:158:in `each'
32 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:158:in `process_client'
33 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:285:in `run'
34 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:285:in `initialize'
35 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:285:in `new'
36 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:285:in `run'
37 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:268:in `initialize'
38 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:268:in `new'
39 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel.rb:268:in `run'
40 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/configurator.rb:282:in `run'
41 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/configurator.rb:281:in `each'
42 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/configurator.rb:281:in `run'
43 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run'
44 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/command.rb:212:in `run'
45 /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281
46 /usr/bin/mongrel_rails:19:in `load'
47 /usr/bin/mongrel_rails:19
48
49Rendering /Library/Ruby/Gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found)
50
51
52Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 20:37:27) [GET]
53 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
54 Parameters: {"action"=>"simple", "controller"=>"home"}
55Completed in 0.00182 (548 reqs/sec) | Rendering: 0.00005 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
56
57
58Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 20:40:58) [GET]
59 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
60 Parameters: {"action"=>"simple", "controller"=>"home"}
61Completed in 0.00175 (570 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
62
63
64Processing InfoController#properties (for 127.0.0.1 at 2008-03-28 20:41:26) [GET]
65 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
66 Parameters: {"action"=>"properties", "controller"=>"rails/info"}
67 SQL (0.000000) SQLite3::SQLException: no such table: schema_info: SELECT version FROM schema_info
68Completed in 0.09799 (10 reqs/sec) | Rendering: 0.00080 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/rails/info/properties]
69
70
71Processing InfoController#properties (for 127.0.0.1 at 2008-03-28 20:42:13) [GET]
72 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
73 Parameters: {"action"=>"properties", "controller"=>"rails/info"}
74 SQL (0.000000) SQLite3::SQLException: no such table: schema_info: SELECT version FROM schema_info
75Completed in 0.01147 (87 reqs/sec) | Rendering: 0.00019 (1%) | DB: 0.00000 (0%) | 200 OK [http://localhost/rails/info/properties]
76
77
78Processing InfoController#properties (for 127.0.0.1 at 2008-03-28 21:42:38) [GET]
79 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
80 Parameters: {"action"=>"properties", "controller"=>"rails/info"}
81 SQL (0.000000) SQLite3::SQLException: no such table: schema_info: SELECT version FROM schema_info
82Completed in 0.10695 (9 reqs/sec) | Rendering: 0.00116 (1%) | DB: 0.00000 (0%) | 200 OK [http://localhost/rails/info/properties]
83
84
85Processing InfoController#properties (for 127.0.0.1 at 2008-03-28 21:42:47) [GET]
86 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
87 Parameters: {"action"=>"properties", "controller"=>"rails/info"}
88 SQL (0.000000) SQLite3::SQLException: no such table: schema_info: SELECT version FROM schema_info
89Completed in 0.00958 (104 reqs/sec) | Rendering: 0.00018 (1%) | DB: 0.00000 (0%) | 200 OK [http://localhost/rails/info/properties]
90
91
92Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 21:42:53) [GET]
93 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
94 Parameters: {"action"=>"simple", "controller"=>"home"}
95Completed in 0.00251 (397 reqs/sec) | Rendering: 0.00005 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
96
97
98Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 21:42:55) [GET]
99 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
100 Parameters: {"action"=>"simple", "controller"=>"home"}
101Completed in 0.00180 (556 reqs/sec) | Rendering: 0.00005 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
102
103
104Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 21:44:56) [GET]
105 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
106 Parameters: {"action"=>"simple", "controller"=>"home"}
107Completed in 0.00170 (587 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
108
109
110Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 21:46:21) [GET]
111 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
112 Parameters: {"action"=>"simple", "controller"=>"home"}
113Completed in 0.00310 (322 reqs/sec) | Rendering: 0.00004 (1%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
114
115
116Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 21:46:25) [GET]
117 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
118 Parameters: {"action"=>"simple", "controller"=>"home"}
119Completed in 0.00177 (565 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
120
121
122Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 21:46:28) [GET]
123 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
124 Parameters: {"action"=>"simple", "controller"=>"home"}
125Completed in 0.00184 (544 reqs/sec) | Rendering: 0.00005 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
126
127
128Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 21:46:30) [GET]
129 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
130 Parameters: {"action"=>"simple", "controller"=>"home"}
131Completed in 0.00172 (580 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
132
133
134Processing InfoController#properties (for 127.0.0.1 at 2008-03-28 21:46:37) [GET]
135 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
136 Parameters: {"action"=>"properties", "controller"=>"rails/info"}
137 SQL (0.000000) SQLite3::SQLException: no such table: schema_info: SELECT version FROM schema_info
138Completed in 0.01200 (83 reqs/sec) | Rendering: 0.00069 (5%) | DB: 0.00000 (0%) | 200 OK [http://localhost/rails/info/properties]
139
140
141Processing InfoController#properties (for 127.0.0.1 at 2008-03-28 21:47:09) [GET]
142 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
143 Parameters: {"action"=>"properties", "controller"=>"rails/info"}
144 SQL (0.000000) SQLite3::SQLException: no such table: schema_info: SELECT version FROM schema_info
145Completed in 0.04649 (21 reqs/sec) | Rendering: 0.00068 (1%) | DB: 0.00000 (0%) | 200 OK [http://localhost/rails/info/properties]
146
147
148Processing HomeController#simple (for 127.0.0.1 at 2008-03-28 21:47:17) [GET]
149 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
150 Parameters: {"action"=>"simple", "controller"=>"home"}
151Completed in 0.00173 (577 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
152
153
154Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 14:18:07) [GET]
155 Session ID: f541a16fd36aa1046e31d40872ef5a0e
156 Parameters: {"action"=>"simple", "controller"=>"home"}
157Completed in 0.00306 (326 reqs/sec) | Rendering: 0.00006 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
158
159
160Processing HomeController#simple_long (for 127.0.0.1 at 2008-03-31 14:19:06) [GET]
161 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
162 Parameters: {"action"=>"simple_long", "controller"=>"home"}
163Completed in 10.00234 (0 reqs/sec) | Rendering: 0.00012 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_long]
164
165
166Processing HomeController#simple_long (for 127.0.0.1 at 2008-03-31 14:19:20) [GET]
167 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
168 Parameters: {"action"=>"simple_long", "controller"=>"home"}
169Completed in 10.00213 (0 reqs/sec) | Rendering: 0.00009 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_long]
170
171
172Processing HomeController#simple_long (for 127.0.0.1 at 2008-03-31 14:19:30) [GET]
173 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
174 Parameters: {"action"=>"simple_long", "controller"=>"home"}
175Completed in 10.00225 (0 reqs/sec) | Rendering: 0.00011 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_long]
176
177
178Processing HomeController#simple_long (for 127.0.0.1 at 2008-03-31 14:21:47) [GET]
179 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
180 Parameters: {"action"=>"simple_long", "controller"=>"home"}
181Completed in 10.00254 (0 reqs/sec) | Rendering: 0.00015 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_long]
182
183
184Processing HomeController#simple_long (for 127.0.0.1 at 2008-03-31 14:22:10) [GET]
185 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
186 Parameters: {"action"=>"simple_long", "controller"=>"home"}
187Completed in 10.00228 (0 reqs/sec) | Rendering: 0.00015 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_long]
188
189
190Processing HomeController#simple_long (for 127.0.0.1 at 2008-03-31 14:22:52) [GET]
191 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
192 Parameters: {"action"=>"simple_long", "controller"=>"home"}
193Completed in 10.00230 (0 reqs/sec) | Rendering: 0.00015 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_long]
194
195
196Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 14:24:45) [GET]
197 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
198 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
199Completed in 30.00233 (0 reqs/sec) | Rendering: 0.00013 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
200
201
202Processing HomeController#simple_long (for 127.0.0.1 at 2008-03-31 14:25:15) [GET]
203 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
204 Parameters: {"action"=>"simple_long", "controller"=>"home"}
205Completed in 15.00226 (0 reqs/sec) | Rendering: 0.00010 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_long]
206
207
208Processing HomeController#simple_long (for 127.0.0.1 at 2008-03-31 14:29:56) [GET]
209 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
210 Parameters: {"action"=>"simple_long", "controller"=>"home"}
211Completed in 15.00331 (0 reqs/sec) | Rendering: 0.00016 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_long]
212
213
214Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 14:30:11) [GET]
215 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
216 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
217Completed in 30.00272 (0 reqs/sec) | Rendering: 0.00016 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
218
219
220Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 14:31:37) [GET]
221 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
222 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
223Completed in 30.00239 (0 reqs/sec) | Rendering: 0.00015 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
224
225
226Processing HomeController#simple_long (for 127.0.0.1 at 2008-03-31 14:32:07) [GET]
227 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
228 Parameters: {"action"=>"simple_long", "controller"=>"home"}
229Completed in 15.00224 (0 reqs/sec) | Rendering: 0.00008 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_long]
230
231
232Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 14:36:52) [GET]
233 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
234 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
235Completed in 30.00249 (0 reqs/sec) | Rendering: 0.00015 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
236
237
238Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 14:38:21) [GET]
239 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
240 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
241
242
243Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 14:38:48) [GET]
244 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
245 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
246Completed in 30.00309 (0 reqs/sec) | Rendering: 0.00016 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
247Completed in 30.00241 (0 reqs/sec) | Rendering: 0.00015 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
248
249
250Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 14:39:18) [GET]
251 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
252 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
253Completed in 30.00255 (0 reqs/sec) | Rendering: 0.00016 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
254
255
256Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 16:35:08) [GET]
257 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
258 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
259Completed in 30.00313 (0 reqs/sec) | Rendering: 0.00012 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
260
261
262Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 16:35:38) [GET]
263 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
264 Parameters: {"action"=>"simple", "controller"=>"home"}
265Completed in 0.00206 (485 reqs/sec) | Rendering: 0.00005 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
266
267
268Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 16:41:57) [GET]
269 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
270 Parameters: {"action"=>"simple", "controller"=>"home"}
271Completed in 0.00196 (511 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
272
273
274Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 16:45:16) [GET]
275 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
276 Parameters: {"action"=>"simple", "controller"=>"home"}
277Completed in 0.00192 (520 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
278
279
280Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 16:47:11) [GET]
281 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
282 Parameters: {"action"=>"simple", "controller"=>"home"}
283Completed in 0.00193 (518 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
284
285
286Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 16:47:48) [GET]
287 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
288 Parameters: {"action"=>"simple", "controller"=>"home"}
289Completed in 0.00193 (517 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
290
291
292Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 16:47:49) [GET]
293 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
294 Parameters: {"action"=>"simple", "controller"=>"home"}
295Completed in 0.00189 (529 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
296
297
298Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 16:48:44) [GET]
299 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
300 Parameters: {"action"=>"simple", "controller"=>"home"}
301Completed in 0.00193 (518 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
302
303
304Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 16:48:57) [GET]
305 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
306 Parameters: {"action"=>"simple", "controller"=>"home"}
307Completed in 0.00191 (524 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
308
309
310Processing HomeController#simple (for 127.0.0.1 at 2008-03-31 16:48:58) [GET]
311 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
312 Parameters: {"action"=>"simple", "controller"=>"home"}
313Completed in 0.00199 (503 reqs/sec) | Rendering: 0.00004 (2%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple]
314
315
316Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 16:48:59) [GET]
317 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
318 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
319Completed in 30.00236 (0 reqs/sec) | Rendering: 0.00016 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
320
321
322Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 16:50:50) [GET]
323 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
324 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
325Completed in 30.00218 (0 reqs/sec) | Rendering: 0.00010 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
326
327
328Processing HomeController#simple_longer (for 127.0.0.1 at 2008-03-31 16:52:51) [GET]
329 Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--47c14f7ee8dec4b5d46f43ce41fa5b15ff677fae
330 Parameters: {"action"=>"simple_longer", "controller"=>"home"}
331Completed in 30.00241 (0 reqs/sec) | Rendering: 0.00015 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/home/simple_longer]
toggle raw diff

extra/test_app/log/mongrel.log

 
0** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27171.pid and log/mongrel.log for info.
1** Starting Mongrel listening at 0.0.0.0:27171
2** Starting Rails with development environment...
3** Rails loaded.
4** Loading any Rails specific GemPlugins
5** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
6** Rails signals registered. HUP => reload (without restart). It might not work well.
7** Mongrel 1.1.4 available at 0.0.0.0:27171
8** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27171.pid
9** TERM signal received.
10** Daemonized, any open files are closed. Look at log/mongrel.pid and log/mongrel.log for info.
11** Starting Mongrel listening at 0.0.0.0:3000
12** Starting Rails with development environment...
13** Rails loaded.
14** Loading any Rails specific GemPlugins
15** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
16** Rails signals registered. HUP => reload (without restart). It might not work well.
17** Mongrel 1.1.4 available at 0.0.0.0:3000
18** Writing PID file to log/mongrel.pid
19** TERM signal received.
20** Daemonized, any open files are closed. Look at tmp/pids/mongrel.pid and log/mongrel.log for info.
21** Starting Mongrel listening at 0.0.0.0:3000
22** Starting Rails with development environment...
23** Rails loaded.
24** Loading any Rails specific GemPlugins
25** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
26** Rails signals registered. HUP => reload (without restart). It might not work well.
27** Mongrel 1.1.4 available at 0.0.0.0:3000
28** Writing PID file to tmp/pids/mongrel.pid
29** USR2 signal received.
30** Restarting with arguments: ruby /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails start -P tmp/pids/mongrel.pid -d
31** Daemonized, any open files are closed. Look at tmp/pids/mongrel.pid and log/mongrel.log for info.
32** Starting Mongrel listening at 0.0.0.0:3000
33** Starting Rails with development environment...
34** Rails loaded.
35** Loading any Rails specific GemPlugins
36** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
37** Rails signals registered. HUP => reload (without restart). It might not work well.
38** Mongrel 1.1.4 available at 0.0.0.0:3000
39** Writing PID file to tmp/pids/mongrel.pid
40** TERM signal received.
41** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27041.pid and log/mongrel.log for info.
42** Starting Mongrel listening at 0.0.0.0:27041
43** Starting Rails with development environment...
44** Rails loaded.
45** Loading any Rails specific GemPlugins
46** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
47** Rails signals registered. HUP => reload (without restart). It might not work well.
48** Mongrel 1.1.4 available at 0.0.0.0:27041
49** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27041.pid
50** TERM signal received.
51** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27336.pid and log/mongrel.log for info.
52** Starting Mongrel listening at 0.0.0.0:27336
53** Starting Rails with development environment...
54** Rails loaded.
55** Loading any Rails specific GemPlugins
56** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
57** Rails signals registered. HUP => reload (without restart). It might not work well.
58** Mongrel 1.1.4 available at 0.0.0.0:27336
59** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27336.pid
60** TERM signal received.
61** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27433.pid and log/mongrel.log for info.
62** Starting Mongrel listening at 0.0.0.0:27433
63** Starting Rails with development environment...
64** Rails loaded.
65** Loading any Rails specific GemPlugins
66** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
67** Rails signals registered. HUP => reload (without restart). It might not work well.
68** Mongrel 1.1.4 available at 0.0.0.0:27433
69** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27433.pid
70** TERM signal received.
71** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27033.pid and log/mongrel.log for info.
72** Starting Mongrel listening at 0.0.0.0:27033
73** Starting Rails with development environment...
74** Rails loaded.
75** Loading any Rails specific GemPlugins
76** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
77** Rails signals registered. HUP => reload (without restart). It might not work well.
78** Mongrel 1.1.4 available at 0.0.0.0:27033
79** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27033.pid
80** TERM signal received.
81** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27323.pid and log/mongrel.log for info.
82** Starting Mongrel listening at 0.0.0.0:27323
83** Starting Rails with development environment...
84** Rails loaded.
85** Loading any Rails specific GemPlugins
86** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
87** Rails signals registered. HUP => reload (without restart). It might not work well.
88** Mongrel 1.1.4 available at 0.0.0.0:27323
89** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27323.pid
90** TERM signal received.
91** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27978.pid and log/mongrel.log for info.
92** Starting Mongrel listening at 0.0.0.0:27978
93** Starting Rails with development environment...
94** Rails loaded.
95** Loading any Rails specific GemPlugins
96** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
97** Rails signals registered. HUP => reload (without restart). It might not work well.
98** Mongrel 1.1.4 available at 0.0.0.0:27978
99** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27978.pid
100** TERM signal received.
101** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27946.pid and log/mongrel.log for info.
102** Starting Mongrel listening at 0.0.0.0:27946
103** Starting Rails with development environment...
104** Rails loaded.
105** Loading any Rails specific GemPlugins
106** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
107** Rails signals registered. HUP => reload (without restart). It might not work well.
108** Mongrel 1.1.4 available at 0.0.0.0:27946
109** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27946.pid
110** TERM signal received.
111** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27117.pid and log/mongrel.log for info.
112** Starting Mongrel listening at 0.0.0.0:27117
113** Starting Rails with development environment...
114** Rails loaded.
115** Loading any Rails specific GemPlugins
116** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
117** Rails signals registered. HUP => reload (without restart). It might not work well.
118** Mongrel 1.1.4 available at 0.0.0.0:27117
119** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27117.pid
120** TERM signal received.
121** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27253.pid and log/mongrel.log for info.
122** Starting Mongrel listening at 0.0.0.0:27253
123** Starting Rails with development environment...
124** Rails loaded.
125** Loading any Rails specific GemPlugins
126** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
127** Rails signals registered. HUP => reload (without restart). It might not work well.
128** Mongrel 1.1.4 available at 0.0.0.0:27253
129** Writing PID file to /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27253.pid
130** TERM signal received.
131** Daemonized, any open files are closed. Look at /Users/andreas/ruby/tools/dynablaster/extra/test_app/tmp/pids/mongrel.27896.pid and log/mongrel.log for info.
132** Starting Mongrel listening at 0.0.0.0:27896
133** Starting Rails with development environment...
134** Rails loaded.
135** Loading any Rails specific GemPlugins
136** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
137** Rails signals registered. HUP => reload (without restart). It might not work well.
138** Mongrel 1.1.4 available at 0.0.0.0:27896