survivorjoe
Technical User
I have the need to test how long it takes to load a page and the related graphics and java apps that may be included. Think of it as measuring how long it takes for the "Done" message to appear on a browser. I can take time measurements at the stop and start of the process using the perl "time" command, but I need a tool to do the process. I have used "URL2FILE" but it only grabs the HTML of the page and not the graphics. Also, if it is a frames page, it only loads the main fraim page and not the subframes, like a browser would.
Does anyone know of a tool that can accept a URL and go through the motions of loading the page and providing a response code so I can measure the time it took to load?
Thanks.
Does anyone know of a tool that can accept a URL and go through the motions of loading the page and providing a response code so I can measure the time it took to load?
Thanks.