Hi,
Group summary report has four different type of graphs (listed below) in operation manager GUI.
- Volume Capacity Used Vs Total
- Volume capacity used
- LUN Bytes/sec
- LUN Operations/sec
-
Similarly, you can get the same graph in CLI using “dfm graph” command. In CLI, graphs for group summary report will be:
- volume-usage-vs-total
- volume-usage
- lun-bytes
- lun-ops
Please use the below command to list the graph data.
“dfm graph -D '%a, %d %b %Y %H:%M:%S' volume-usage-1y g1”
SLES11-:~ # dfm graph -D '%a, %d %b %Y %H:%M:%S' volume-usage-1y g1
Sun, 09 Oct 2011 05:30:00 7315496960 7315496960
Mon, 10 Oct 2011 18:07:42 - 7315496960
Wed, 12 Oct 2011 06:45:24 - 7315496960
Where
volume-usage: graph name
g1: group name
-1y: for data going back indefinitely (you can also use –1d,-1w,-1m, and -3m )
'%a, %d %b %Y %H:%M:%S': Date format.
I hope this will help you.
Regards,
Gireesh