Reputation: 12253
I am trying to find out the average time it takes various pages of a (private) web application for different users in remote locations. I know I can use Chrome Developer Tools, YSlow etc. To find out how long the page loads. However this requires me to manually test etc. record averages (as far as I know)
Does anyone know any Windows based application/plugin that would let me run say 20 page loads and find out the average. Ideally I would like to do this for a whole user session, just get the user to browse over a given period and the average page loads could be calcualated. Ideally I'd like to be able to see the same page averages and the average for the whole site. Any ideas? Anything vageuly similar would help.
Thanks
Upvotes: 0
Views: 288
Reputation: 2637
Have you considered using a tool like JMeter to load test and capture your results.
It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
Upvotes: 1