You can also extract the raw performance data from the CLI of the OnCommand server. This makes it very easy to script/schedule this output and then import it elsewhere (i.e. Excel, SAS) to create your own graphs and reports.
# dfm perf data retrieve help # prints instructions on how to use this command
dfm perf data retrieve -o 603 -V "Lun Summary View" -b "2011-11-08 08:00:00" -e "2011-11-08 08:10:00"
Timestamp 603:read_ops
--------------------------------------
2011-11-08 08:01:41 0.200
2011-11-08 08:02:41 0.200
2011-11-08 08:03:41 0.200
2011-11-08 08:04:41 0.200
2011-11-08 08:05:41 0.200
2011-11-08 08:06:41 0.200
2011-11-08 08:07:41 0.200
2011-11-08 08:08:41 0.200
2011-11-08 08:09:41 0.200
Timestamp 603:write_ops
--------------------------------------
2011-11-08 08:01:41 2.133
2011-11-08 08:02:41 0.817
2011-11-08 08:03:41 1.583
2011-11-08 08:04:41 1.517
2011-11-08 08:05:41 1.283
2011-11-08 08:06:41 1.467
2011-11-08 08:07:41 1.483
2011-11-08 08:08:41 1.350
2011-11-08 08:09:41 1.350
Timestamp 603:other_ops
--------------------------------------
2011-11-08 08:01:41 0.300
2011-11-08 08:02:41 0.300
2011-11-08 08:03:41 0.300
2011-11-08 08:04:41 0.300
2011-11-08 08:05:41 0.300
2011-11-08 08:06:41 0.300
2011-11-08 08:07:41 0.300
2011-11-08 08:08:41 0.300
2011-11-08 08:09:41 0.300