rmgauge
Use the rmgauge command to
delete an existing gauge definition.
Syntax

>>-perfcli-- --rmgauge-- --+--------+-- ------------------------>
'--quiet-'
>--gauge_name--+-[...]-+---------------------------------------><
'-------'
Parameters
- -quiet
- An optional parameter that turns off the confirmation prompt for this
command.
- gauge_name [...] | -
- Specifies the gauge names to be deleted. Separate multiple gauge names
with a white space between each name. Alternatively, use the dash (-) to specify
that input for this parameter comes from an input stream (stdin).
Description
You can use the rmgauge command to delete the definition
of a gauge.
Return values
Gauge gauge_name successfully deleted.
Possible failures
- Gauge gauge_name does not exist.
- Gauge gauge_name is currently being displayed
in the GUI. You must close the display before deletion is permitted.
Examples
An invocation example:
perfcli rmgauge gauge1
The resulting output:
Are you sure you want to delete gauge gauge_name?
Gauge gauge_name successfully deleted.