Oracle iPlanet Web Server 7.0.9 Performance Tuning, Sizing, and Scaling Guide

ProcedureTo Enable the perfdump URI from the CLI

  1. Use the following command to enable perfdump:

    ./wadm enable-perfdump --user=admin-user --password-file=admin-password-file [--uri=uri]--config=config-name--vs=virtual-server-name

    Use the uri option to set the pefdump URI.

  2. Deploy the configuration using the wadm deploy-config command.

  3. To access perfdump, access the URI on the virtual server.

    For example: http://localhost:80/.perf

    You can request the perfdump statistics and specify how frequently the browser should automatically refresh as measured in seconds. The following example sets the refresh to every 5 seconds:

    http://yourhost/.perf?refresh=5