<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<h2>PERFORMANCE MONITORING TESTS</h2>
<dl compact="compact">
  <dt>apache[=URL]</dt>
  <dd>If you are running an Apache webserver, adding this tag makes
    <i><a
 href="http://192.168.0.103/hobbit/help/manpages/man1/bbtest-net.1.html">bbtest-net</a>(1)</i>
collect performance statistics from the Apache webserver by
querying the URL <b><a
 href="http://IP.ADDRESS.OF.HOST/server-status?auto">http://IP.ADDRESS.OF.HOST/server-status?auto</a></b>.
The response is sent as a data-report and processed by the Hobbit
hobbitd_larrd module into an RRD file and an "apache" graph. If
your webserver requires e.g. authentication, or runs on a different
URL for the server-status, you can provide the full URL needed to fetch
the server-status page, e.g. <b>apache=<a
 href="http://LOGIN:PASSWORD@10.0.0.1/server-status?auto">http://LOGIN:PASSWORD@10.0.0.1/server-status?auto</a></b>
for a password protected server-status page, or
    <b>apache=<a href="http://10.0.0.1:8080/apache/server-status?auto">http://10.0.0.1:8080/apache/server-status?auto</a></b>
for a server listening on port 8080 and with a different path
to the server-status page.
    <p><font color="#ff0000">Note that you need to enable the
server-status URL in your
Apache configuration</font>. The following configuration is needed:
    </p>
    <p>    <Location /server-status>
    <br>
        SetHandler server-status
    <br>
        Order deny,allow
    <br>
        Deny from all
    <br>
        allow from 127.0.0.1
    <br>
    </Location>
    <br>
    ExtendedStatus On
    </p>
    <p>Change "127.0.0.1" to the IP-address of the server that runs
your
network tests.
    </p>
  </dd>
</dl>
<br>
Kevin Hanrahan wrote:
<blockquote
 cite="midEF22302EC121A246A79988281A534DFC082C@hermes.ewormhole"
 type="cite">
  <pre wrap=""> 
Please explain the apache performance tag further. I added the following to
my bb-hosts for a host running apache:

apache=<a class="moz-txt-link-freetext" href="http://192.168.1.25/hobbit/">http://192.168.1.25/hobbit/</a>

It is in fact the hobbit host. I get no apache column or anything
related....where did I make my mistake?
  </pre>
</blockquote>
<br>
</body>
</html>