Oracle iPlanet Web Proxy Server 4.0.14 Performance Tuning, Sizing, and Scaling Guide

Monitoring Current Activity Using stats-xml

You can display statistics in XML format by using stats-xml. You can view the stats-xml output through a URI, that you need to enable, or you can view the stats-xml output through the CLI, that is enabled by default.

ProcedureTo Monitor Current Activity from the Admin Console

  1. Select the Proxy Server instance.

  2. Click the Server Status tab.

  3. Click the Monitor Current Activity sub tab.

    Ensure that Statistics is enabled (see above).

  4. Select the required Statistics from the dropdown list under Monitor Proxy Server Statistics and click Submit.

ProcedureTo Limit the stats-xml Statistics Displayed in the URI

You can modify the stats-xml URI to limit the data it provides.

  1. Modify the stats-xml URI to limit the information by setting elements to 0 or 1.

    An element set to 0 is not displayed on the stats-xml output. For example:

    http://yourhost:port/stats-xml?thread=0&process=0

    This syntax limits the stats-xml output so that thread and process statistics are not included. By default all statistics are enabled (set to 1).

    Most of the statistics are available at the server level, but some are available at the process level.

    Use the following syntax elements to limit stats-xmlstatistics:

    • cache-bucket

    • connection-queue

    • connection-queue-bucket (process-level)

    • cpu-info

    • host-dns-bucket

    • client-dns-bucket

    • keepalive-bucket

    • process

    • profile

    • profile-bucket (process-level)

    • request-bucket

    • thread

    • thread-pool

    • thread-pool-bucket (process-level)