Sun GlassFish Enterprise Server v3 Prelude Administration Guide

ProcedureTo Delete a Profiler

The remote delete-profiler command enables you to delete a profiler element from the Java configuration.

  1. Ensure that the server is running.

    Remote commands require a running server.

  2. If necessary, notify users that the profiler is being deleted.

  3. Delete the profiler by using the delete-profiler(1) command.

  4. To apply your changes, restart Enterprise Server.

    1. Stop Enterprise Server.

      For instructions, see To Stop a Domain (or Server).

    2. Start Enterprise Server.

      For instructions, see To Start a Domain (or Server).


Example 4–7 Deleting a Profiler

The following example command deletes the profiler named sample_profiler:


delete-profiler sample_profiler

Information similar to the following is displayed:


Command delete-profiler executed successfully.

See Also

To see the full syntax and options of the command, type asadmin delete-profiler --help at the command line.