Sun Java System Web Server 7.0 Update 7 Performance Tuning, Sizing, and Scaling Guide

ProcedureTo Enable the stats-xml URI from the CLI

  1. Use the following command to enable stats-xml:

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

    Use the uri-prefix option to set the stats-xml URI.

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

  3. Access the stats-xml URI, for example:

    http://yourhost:port/stats-xml

    The statistics are displayed in XML format.