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

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)