File: apache.htm

package info (click to toggle)
moodss 9.0-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,540 kB
  • ctags: 609
  • sloc: sh: 8,869; tcl: 6,909; ansic: 113; makefile: 44
file content (42 lines) | stat: -rw-r--r-- 1,750 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<title>Apache moodss module.</title>
</head>
<body>

<p>This is a view of statistics for an Apache WWW server. The Apache <i>mod_status</i> module must be enabled in the server.
<br>If the Apache server is not running on this host or not using the default URL for statistics, the remote option described below must be used. These statistics do not depend on the <i>ExtendedStatus</i> directive value (<i>note</i>: check the extended statistics <i>apachex</i> module).

<p>Data is displayed in 2 tables with the following columns:

<ul>
<li>
CPU load, up time, number of busy and idle servers.
</li>
<li>
number of accesses, kilobytes served, averaged number of requests and bytes per second, average number of bytes per request, accesses and kilobytes per second for last poll interval.
</li>
</ul>

<pre><img src="apache.gif"></pre>

<p><b>Module options:</b>
<ul>
<li>
<i>-r (--remote) [http://]host[statusLocator]</i>
<br>where <i>host</i> if the hostname or IP address where the Apache server is running. The protocol header is optional (only HTTP is supported). The <i>statusLocator</i> must be specified if the Apache server was configured with a status handler value other than <i>server-status</i>.
<br>If this option is not specified, data will be retrieved from this host using the following URL: <A HREF="http://127.0.0.1/server-status?auto">http://127.0.0.1/server-status?auto</A> (the <i>?auto</i> trailer must never be specified on the command line).
</li>
</ul>

<p>In all cases, the module title is set to <i>apache(host)</i>.

<p><b>Examples:</b>

<pre>$ moodss apache
$ moodss apache -r www.foo.com
$ moodss apache -r www.foo.com/server-status
$ moodss apache --remote http://www.foo.com/status</pre>

</body>
</html>