8.3.16 Using dcli to List Specific Metric Current Objects in a Group
This example shows a CellCLI command that retrieves metric current objects for the number of requests to read or write blocks on a grid disk.
The CellCLI command lists metric current objects for names that begin with
GD_IO_RQ
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-16 Using dcli to List Specific Metric Current Objects in a Group
$ ./dcli -g mycells "cellcli -e list metriccurrent where name like \'GD_IO_RQ.*\'"
Parent topic: dcli Examples