5.3

Table Of Contents
44 vFabric Web Server
44
Configuring vFabric Web Server
Instances
SetHandler bmx-handler
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 myhost.com
</Location>
3. To restrict BMX access to a particular virtual host, put the <Location /bmx> directive inside the appropriate
<VirtualHost> directive. For example:
<VirtualHost 10.1.2.3:80>
DocumentRoot "/opt/vmware/vfabric-web-server/myserver/myhost.com/htdocs"
ServerName status.myhost.com
...
<Location /bmx>
SetHandler bmx-handler
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 myhost.com
</Location>
</VirtualHost>
What to do next
Restart the vFabric Web Server instance for the configuration changes to take effect. For example, on Unix:
prompt# cd /opt/vmware/vfabric-web-server/myserver
prompt# bin/httpdctl restart
Metrics
This section lists the metrics reported by the Hyperic plugin for vFabric Web Server.
vFabric Web Server Server Metrics
This section lists the metric available for a server.
Table 7.1. Metric Definitions
Metric Alias Units Category Default
On
Default Interval
Availability Availability percentage Availability true5 min
Server Uptime ServerUptimeSeconds none Availability false5 min
Busy Workers BusyWorkers none Utilization true5 min
Idle Workers IdleWorkers none Utilization true5 min
Bytes Served Per Second KilobytesPerSec KB Throughput false5 min
Bytes Served Per Request KilobytesPerReq KB Throughput false5 min
Requests Served Per
Second
ReqPerSec none Throughput true5 min
Requests Served TotalAccesses none Throughput false10 min
Requests Served per
Minute
TotalAccesses1m none Throughput true10 min
Bytes Served TotalTrafficKilobyes KB Throughput false10 min
Bytes Served per Minute TotalTrafficKilobyes1m KB Throughput true10 min