Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
removes the profiler element
delete-profiler [--help] [--target target_name]
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.
--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.
This example deletes the profiler named sample_profiler
.
asadmin> delete-profiler sample_profiler
Command delete-profiler executed successfully
subcommand executed successfully
error in executing the subcommand