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