Hello Jeff,
If PA is enabled to collect the data from the storage systems then you can use the cli "dfm perf data retrieve" to see the data in CLI.
dfm perf data retrieve { [ -o object-name-or-id ... ] [ -C perf-counter ... ]
[ -V view-name ] }
[ -d duration ] [ -b start-time ] [ -e end-time ]
[ -M month ... ] [ -D weekday ... ] [ -T time-range ... ]
[ -m statistical-method [ -P percentile-value ]
[ -S data-advance-method ] ]
[ -s sample-rate ] [ -x output-format ] [ -R ]
Ex:
# dfm perf data retrieve -o f3050-184-39 -C system:cifs_ops -b "2010-11-19 12:45:42" -e "2010-11-19 12:49:42"
Timestamp f3050-184-39:cifs_ops
-------------------------------------------------------------------------------
2010-11-19 12:46:43 0.000
2010-11-19 12:47:42 0.000
2010-11-19 12:48:42 0.000
2010-11-19 12:49:42 0.000
Regards,
Vivek