Been hacking on Pylot this morning, and my next goal was to squeeze some more stats out of it. Right now I have a little chunk of code that'll display each URL you tested, along with it's individual average response time. It looks something like this:
URL: http://tomcat5.f4ntasmic.com/login.action
Average Time: 0.359911941176
URL: http://tomcat5.f4ntasmic.com/display/ds/Week+27+Meeting+Notes?os_username=USER&os_password=PASSWORD
Average Time: 0.61984525
URL: http://tomcat5.f4ntasmic.com//users/viewuserprofile.action?username=USER&os_username=USER&os_password=PASSWORD
Average Time: 0.810940648148
URL: http://tomcat5.f4ntasmic.com/admin/systeminfo.action?os_username=USER&os_password=PASSWORD
Average Time: 1.00016561111
URL: http://tomcat5.f4ntasmic.com/pages/editpage.action?pageId=32812&os_username=USER&os_password=PASSWORD
Average Time: 1.22022903333
URL: http://tomcat5.f4ntasmic.com/display/ds/Home?os_username=USER&os_password=PASSWORD
Average Time: 1.46209852381
URL: http://tomcat5.f4ntasmic.com/display/ds/Example+Human+Resources+Page?os_username=USER&os_password=PASSWORD
Average Time: 1.72546295798
URL: http://tomcat5.f4ntasmic.com/display/ds/Company+Induction?os_username=USER&os_password=PASSWORD
Average Time: 2.0159292197
URL: http://tomcat5.f4ntasmic.com/browsepeople.action?startIndex=&os_username=USER&os_password=PASSWORD
Average Time: 2.2772511931
URL: http://tomcat5.f4ntasmic.com/admin/users/showallusers.action?reset=true&os_username=USER&os_password=PASSWORD
Average Time: 2.52043262658
Gunna play with sorting it out so that it can display the top and bottom three in terms of response times. Just don't have a lot of time left this morning to work on unfortunately.
0 comments:
Post a Comment