문제

I need to write some web page load measuring Java tool with the same functionality as at http://tools.pingdom.com/fpt/ or http://pageload.monitis.com/pagespeed.jsp. I need to measure page and all its embedded elements load time. Tool should have no GUI. Is there some Java library for such purpose? If not, what is the solution?

도움이 되었습니까?

해결책

A private instance of WebPageTest would do what you want - it can be driven via it's API

There's a description of how to setup and 'all in once' instance here - http://andydavies.me/blog/2012/09/18/how-to-create-an-all-in-one-webpagetest-private-instance/

Ping me if you want more details on how to do more complex things with it

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top