简体   繁体   中英

Java page load library

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM