8.3.15 Using dcli to List Current Metric Alert State
This example shows a CellCLI command that retrieves metric current objects for the number of MB read in large blocks on a grid disk for a group of cells.
The command lists the current metric alert state and metric value for the metric
GD_IO_BY_R_LG
on the target cells. The target cells are contained in the mycells
group file. The command is run as the default celladmin
user.
Example 8-15 Using dcli to List Current Metric Alert State
$ ./dcli -g mycells "cellcli -e list metriccurrent GD_IO_BY_R_LG \
attributes alertstate, metricvalue"
Parent topic: dcli Examples