LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

[CONTRIB] Getmeter 1.0.1

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: [CONTRIB] Getmeter 1.0.1
From: Alexandre Cassen <Alexandre.Cassen@xxxxxxxxxx>
Date: Mon, 13 Jan 2003 02:02:19 +0100
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



<Prev in Thread] Current Thread [Next in Thread>
  • [CONTRIB] Getmeter 1.0.1, Alexandre Cassen <=