asadmin [asadmin-options] delete-profiler [--help]
[--target target_name]
delete-profiler |
Previous | Next | Contents |
removes the profiler element
Synopsis
asadmin [asadmin-options] delete-profiler [--help]
[--target target_name]
Description
The delete-profiler
subcommand deletes the profiler element in the
Java configuration. Only one profiler can exist at a time. If you
attempt to create a profiler while one already exists, an error message
is displayed and the existing profiler must be deleted.
For changes to take effect, the server must restarted.
This command is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
--target
This option specifies the target profiler element which you are
deleting. Valid values are
server
Deletes the profiler element for the default server instance
server
and is the default value.
Deletes the profiler element for the named configuration.
Deletes the profiler element for every server instance in the cluster.
Deletes the profiler element for a particular server instance.
Examples
Example 1 Deleting a Profile
This example deletes the profiler named sample_profiler
.
asadmin> delete-profiler sample_profiler
Command delete-profiler executed successfully
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |