Hi David,
Thanks for the suggestion. However, even in diag when I tried it, there is no 'volume' sort key:
::*> statistics top file show -sort-key
read_ops write_ops other_ops total_ops read_data write_data
total_data
::*> statistics top file show -sort-key volume -max 10
Error: command failed: Unsupported sort-key counter: only "selector" counters are valid for statistically tracked
objects. For a list of valid sort-key counters, use this diagnostic command: "statistics catalog counter show
-object top_file -properties *selector*"
::*> statistics catalog counter show -object top_file -properties *selector*
Object: top_file
Counter Description
--------------------------- ----------------------------------------------
other_ops Estimated Other Operations
read_data Estimated Bytes From Read Operations
read_ops Estimated Read Operations
total_data Estimated Total Bytes From All Operations
total_ops Estimated Total Operations
write_data Estimated Bytes From Write Operations
write_ops Estimated Write Operations
7 entries were displayed.
Thanks,