Meta Configuration of Package apache2-mod_telemetry
1
<package name="apache2-mod_telemetry" project="Apache:Modules">
2
<title>An apache2 module to track and display performance information, grouped by URI</title>
3
<description>
4
mod_telemetry keeps track of all URLs on your site and how long it takes your
5
server to deliver each request. It reports these by using a status handler
6
(like /server-status) to display real-time status information about the
7
performance of your site.
8
9
It is extremely useful in optimizing back-end processes (for example, when
10
connecting to Java, FastCGI, or Ruby back-ends) to identify when specific pages
11
are performing slowly.
12
13
Because it runs in the server, it's able to show end-to-end performance on each
14
request
15
16
It requires that mod_status be enabled to work.
17
</description>
18
<url>http://code.google.com/p/modtelemetry/</url>
19
</package>
20