File: apache.htm

package info (click to toggle)
moodss 19.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,136 kB
  • ctags: 3,149
  • sloc: tcl: 49,048; ansic: 187; perl: 178; makefile: 166; sh: 109; python: 65
file content (41 lines) | stat: -rw-r--r-- 2,170 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
<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 1 table with the following rows:
<ul>
<li>number of accesses, kilobytes served, CPU load, up time, averaged number of requests and bytes per second, average number of bytes per request, number of busy and idle servers, accesses and kilobytes per second for last poll interval.
</ul>

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

<p>When there is a communication error with the server, all data cells are reset to the numeric <i>void</i> value (displayed as <i>?</i>). A descriptive error message is also generated in such a case.

<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><i>--proxyhost address</i>
<br>where <i>address</i> is the name of the proxy host, if any.
<li><i>--proxyport number</i>
<br>where <i>number</i> is the proxy port number.
</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
$ moodss apache -r www.foo.com --proxyhost proxy.foo.com --proxyport 8000</pre>

</body>
</html>