Oracle iPlanet Web Server 7.0.9 Administrator's Guide

ProcedureTo Add a JVM Profiler

  1. Click Configurations tab to see the list of available configurations and select the configuration you need.

  2. Click Java > JVM Settings tab.

  3. Under the Profilers section, click New.

  4. Provide values for the following parameters:

    • Name — Provide a short name for the new JVM Profiler.

    • Enabled — Determines if the profiler is enabled at runtime.

    • Class path — Provide a valid class path for the profiler. (Optional).

    • Native library path — Provide a valid native library path. (Optional).

    • JVM Options — You can specify additional JVM options for the CLI.


    Note –

    Using CLI

    To add a JVM profiler through CLI, execute the following command.


    wadm> create-jvm-profiler --user=admin --password-file=admin.pwd 
    --host=serverhost --port=8989 --config=config1

    See CLI Reference, create-jvm-profiler(1).