I'm trying to run this command:
dfm perf view retrieve -a nas01-o volume 'Volume Summary View' '2011-01-19 15:00:00' '2011-01-19 18:10:00'
I know there's data collected for that time, because I can see it in Performance Analyzer. All I get back is things like this:
Timestamp avcrgnas01:volume:*:read_latency
--------------------------------------------------------------------------------
Timestamp avcrgnas01:volume:*:write_latency
--------------------------------------------------------------------------------
Timestamp avcrgnas01:volume:*:other_latency
--------------------------------------------------------------------------------
Timestamp avcrgnas01:volume:*:total_ops
--------------------------------------------------------------------------------
I'm trying to run a command like that which will show me the nfs_read_ops and nfs_write_ops counters for just a few volumes I specify. I can't use a custom view in PA because it doesn't show any data prior to the creation of the custom view (so it's pretty useless).
How do I specify the object or instance to get back just the counters I want? The dfm man page and help doesn't give an example.
Thanks