Web server reports time_taken in seconds.milliseconds (12.345)

Avatar
  • updated
  • Completed
Our Web server reports time_taken in seconds.milliseconds (12.345) How can I make this work in weblog expert? This can not be changed in the logs.. Any help appreciated.
Avatar
Michael
The program doesn't have such option in the moment. Could you send a sample log from your site along with the name and version of your web server to us at support@weblogexpert.com ? We'll check whether it will be possible to add recognition of such field in future versions of the program.
Avatar
Michael
Thank you, we will add support for time taken in seconds including milliseconds in Apache and Nginx logs in the next version of the program.
Avatar
Michael
We have just released version 9.3 beta. It recognizes milliseconds in the %T field, so you can use the format described above to analyze your logs and get correct time taken statistics.
Avatar
James Kmetz
Perfect, Thanks!

Meanwhile, is there an easy way to multiply the 12.345 by 1000 within weblog expert so I can test the time taken?

Thanks again
Avatar
James Kmetz
Where do i get the beta version?
Avatar
Michael
We have already released version 9.3 (final), you can download it from http://www.weblogexpert.com/download.htm
Avatar
James Kmetz
Then this feature is not working, do I need to do anything special?
Avatar
Michael
Have you specified custom Apache format? You can do it by choosing the Apache log format in Profile Properties > Log Files. Choose "Apache" as the log format, click the "Custom" button to the right of it, choose the custom format and enter the following format:

%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" - %T
Avatar
James Kmetz
Yes
Avatar
Michael
What report do you get? If it is possible, could you send us the report and a sample log you analyzed now to us at support@weblogexpert.com ?