This is a view of statistics for an Apache WWW server. The Apache mod_status module must be enabled in the server.
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 ExtendedStatus directive value (note: check the extended statistics apachex module).
Data is displayed in 2 tables with the following columns:
-
CPU load, up time, number of busy and idle servers.
-
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.

Module options:
-
-r (--remote) [http://]host[statusLocator]
where host if the hostname or IP address where the Apache server is running. The protocol header is optional (only HTTP is supported). The statusLocator must be specified if the Apache server was configured with a status handler value other than server-status.
If this option is not specified, data will be retrieved from this host using the following URL: http://127.0.0.1/server-status?auto (the ?auto trailer must never be specified on the command line).
In all cases, the module title is set to apache(host).
Examples:
$ moodss apache
$ moodss apache -r www.foo.com
$ moodss apache -r www.foo.com/server-status
$ moodss apache --remote http://www.foo.com/status