Hi, The first number is the total time, the second number is how many requests (of the same type) you could in theory process pr second. x/s = times pr second. Example:
200 OK (0.000578s, 1730.104/s). $req_pr_sec = 1 / 0.000578; # 1730.10380622837 You could use https://metacpan.org/pod/Mojolicious::Plugin::AccessLog to get your own format with a higher log level. On Tuesday, July 1, 2014 11:10:13 PM UTC+2, James Bearden wrote: > > Hello Folks, > > Mojo::Log has this nice feature where when you set the logging level to > debug it automatically prints out A) the status of the response and B) the > time it took to process the request. My first question is, there are two > times reported and there is zero documentation about it. I assume the first > number reported is the total time to process the request, but what is the > second number. The second question is, is there an easy way to display that > information for higher log levels? > > James > -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
