Skip to content

Instantly share code, notes, and snippets.

@lothar59
Created November 6, 2013 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lothar59/7336788 to your computer and use it in GitHub Desktop.
Save lothar59/7336788 to your computer and use it in GitHub Desktop.
Puma 2.2.6 & mongodb 2.4.7 & Ruby 2.0.0-p247 & rails 4 & mongoid from github mongoid/mongoid
Trace from the puma server :
127.0.0.1 - - [06/Nov/2013 13:07:15] "POST /permutations/collect HTTP/1.1" 500 - 1.1178 <--
127.0.0.1 - - [06/Nov/2013 13:07:15] "POST /permutations/collect HTTP/1.1" 200 - 0.0309
127.0.0.1 - - [06/Nov/2013 13:07:15] "POST /permutations/collect HTTP/1.1" 200 - 0.0232
127.0.0.1 - - [06/Nov/2013 13:07:15] "POST /permutations/collect HTTP/1.1" 200 - 0.0253
127.0.0.1 - - [06/Nov/2013 13:07:15] "POST /permutations/collect HTTP/1.1" 200 - 0.0216
127.0.0.1 - - [06/Nov/2013 13:07:15] "POST /permutations/collect HTTP/1.1" 200 - 0.0258
127.0.0.1 - - [06/Nov/2013 13:07:16] "POST /permutations/collect HTTP/1.1" 500 - 1.0827 <--
127.0.0.1 - - [06/Nov/2013 13:07:16] "POST /permutations/collect HTTP/1.1" 200 - 0.0354
127.0.0.1 - - [06/Nov/2013 13:07:17] "POST /permutations/collect HTTP/1.1" 200 - 0.0318
127.0.0.1 - - [06/Nov/2013 13:07:17] "POST /permutations/collect HTTP/1.1" 200 - 0.0240
127.0.0.1 - - [06/Nov/2013 13:07:17] "POST /permutations/collect HTTP/1.1" 200 - 0.0244
127.0.0.1 - - [06/Nov/2013 13:07:17] "POST /permutations/collect HTTP/1.1" 200 - 0.0234
127.0.0.1 - - [06/Nov/2013 13:07:18] "POST /permutations/collect HTTP/1.1" 500 - 1.1226 <--
127.0.0.1 - - [06/Nov/2013 13:07:18] "POST /permutations/collect HTTP/1.1" 200 - 0.0307
Trace from mongodb.log :
Wed Nov 6 13:12:44.121 [conn104] end connection 127.0.0.1:42674 (4 connections now open)
Wed Nov 6 13:12:44.123 [conn103] end connection 127.0.0.1:42624 (3 connections now open)
Wed Nov 6 13:12:44.124 [conn102] end connection 127.0.0.1:42622 (2 connections now open)
Wed Nov 6 13:12:44.126 [conn101] end connection 127.0.0.1:42620 (1 connection now open)
Wed Nov 6 13:12:44.127 [conn100] end connection 127.0.0.1:42618 (0 connections now open)
Wed Nov 6 14:03:40.329 [initandlisten] connection accepted from 127.0.0.1:43669 #106 (1 connection now open)
Wed Nov 6 14:03:40.354 [initandlisten] connection accepted from 127.0.0.1:43670 #107 (2 connections now open)
Wed Nov 6 14:03:40.388 [initandlisten] connection accepted from 127.0.0.1:43671 #108 (3 connections now open)
Wed Nov 6 14:03:40.413 [initandlisten] connection accepted from 127.0.0.1:43672 #109 (4 connections now open)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment