HP WebQos Peak for Solaris® Concepts and Operation Guide

Chapter 3 29
Configuring HP WebQoS Peak
Configuring HP WebQoS
Isolating Virtual Web Sites’ Statistics
HP WebQoS can be configured to balance traffic between virtual web
sites hosted by a web server allowing each site to share the system’s
resources equally.
Configuring Isolation Statistics
To configure isolation statistics, configure the isolate.pattern parameter
in the /
server_root
/config/hpac/config.ac configuration file of the
web server. The isolate.pattern parameter allows you to monitor each
site’straffic.The format of this parameter must follow the rules of sscanf.
Refer to documentation on the sscanf command for more information.
You must restart the web server after editing the configuration file.
Software Virtual Server Example A web server hosts the web sites
of Company A, Company B, and Company C.
The document roots for each site are:
Company A: /web_pages/company_a
Company B: /web_pages/company_b
Company C: /web_pages/company_c
To monitor each site’s traffic, do the following:
1. Edit /
server_root
/config/hpac/config.ac and add:
isolate.pattern /web_pages/%[^⁄]
2. Restart the web server
3. Go to the HP WebQoS Peak admistration GUI, and select Isolate.
Statistics are displayed when requests are sent to the web sites.
Hardware Virtual Server Example A web server hosts the web sites
of Company X, Company Y, and Company Z.
The document roots for each site are:
Company X: /web_pages/company_x
Company Y: /tmp/company_y
Company Z: /opt/netscape/company_z
To monitor each site’s traffic, do the following: