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

ProcedureTo Enable Statistics from the CLI

  1. Enter the following CLI command to enable statistics collection:

    ./wadm set-stats-prop --user=admin_user –password-file=password-file --config=myconfig enabled=true

    To disable statistics, set enabled to false.

  2. To set the interval and enable profiling, use the set-stats-prop interval and profiling properties. For more information, see the help for set-stats-prop.

  3. Restart the server.