On 28/04/2010, at 09:57, José Illescas Pérez wrote:

> Is there any tool as the Apache server-status, to chech status of
> individual connections and latencies?.

The infrastructure is in place so you can write scripts to show it at your 
convenience.

The 'Server Info' handler provides the server status data in different formats. 
That allows you to fetch the data, process it and display the results in the 
most convenient way.

For instance, if you had the Server Info handler configured to serve the /about 
directory, the following URL would provide you the status data about the server 
and open connections (formatted to be consumed by Python):

  http://localhost/about/info/py

Here you have the documentation page on the Server Info handler:

  http://www.cherokee-project.com/doc/modules_handlers_server_info.html

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to