Hi all,
Just a new code that can be usefull for clustering people :) :
Getmeter : Simple tool for emulating a multi-threaded web browser. The
code work for HTTP/1.1 webserver. The main usage of this tool is to
perform webserver response time monitoring. Its implements HTTP/1.1 GET
using a realtime multi-threaded design, dealing with an url pool to
perform global page reponse time (page and first level elements response
time). Basically its connect to a webserver (HTTP or SSL), create 2
multi-threaded persistent connections to this webserver, then it perform
a GET HTTP/1.1 on the url specified, it then parses the html content
returned and create an element pool, then it performs GET HTTP/1.1 on
each elements. Each GET mesure the response time. Finally it print the
global reponse time for the page requested. This tool can be usefull for
admin who want to monitor webserver content response time. Extension can
be done using MRTG or RRDTOOL to graph the output.
You can find it at : www.linux-vs.org/~acassen/
Best regards,
Alexandre
|