Hi Joshuah,
You can use CLI "dfm perf data retrieve" for seeing different metric (min, max, mean) value of counters over a period of time.
This is how you need to use the command:
dfm perf data retrieve -o <storage system id> -C system:cpu_busy -m min -d 1000 ( where 1000 is duration in seconds)
dfm perf data retrieve -o <storage system id> -C system:cpu_busy -m max -d 1000
if you want to specify dates instead of duration , this is how you can do :
dfm perf data retrieve -o <storage system id> -C system:cpu_busy -m max -b ""2011-08-08 12:00:00" -e "2011-09-08 12:00:00"
Please type "dfm perf data retrieve help" for more information.
Thanks.