I would like to use "dfm perf data retrieve" on the total_transfers counter for a specific disk but each time I get all disks.
Here is an example output:
PS C:\Users\administrator.NLTESTLAB> dfm perf data retrieve -o caffeine -C "disk:data disk 2a.23:total_transfers" -d 600
Timestamp caffeine:data disk 2a.32:total_transfers
-------------------------------------------------------------------------------
2013-01-02 14:28:31 134.729
2013-01-02 14:29:31 132.917
2013-01-02 14:30:31 132.617
2013-01-02 14:31:31 132.783
2013-01-02 14:32:31 131.683
2013-01-02 14:33:31 132.167
2013-01-02 14:34:31 133.800
2013-01-02 14:35:31 131.683
2013-01-02 14:36:31 130.883
Timestamp caffeine:data disk 1b.39:total_transfers
-------------------------------------------------------------------------------
2013-01-02 14:28:31 134.593
2013-01-02 14:29:31 132.283
2013-01-02 14:30:31 134.217
2013-01-02 14:31:31 134.117
2013-01-02 14:32:31 131.983
2013-01-02 14:33:31 133.167
2013-01-02 14:34:31 133.750
2013-01-02 14:35:31 132.400
2013-01-02 14:36:31 130.683
<<and it continues>>
For a system with a lot of disks I can imagine this command will take a LONG time to complete.
Is it possible get info for only a specific disk and not all of them?
Also, if I use the statistics operator "-m mean" it gives all the detailed output and then the mean. Can it output only the mean?
Thanks,
Chris