#Expressions for two different Object types

1 messages · Page 1 of 1 (latest)

blissful ingot
#

I think I'm looking for a way to graph the results of one metric from two different Object types, but feel free to suggest other ideas. I'm looking for large differences between network traffic and the corresponding disk IO.

Metric 1: InternalVolume.throughput.read (filter by storage.name=$cluster & storageVirtualMachine.name=$svm, group by storageVirtualMachine.name, aggregate by sum)
Metric 2: netapp_ontap.lif.sent_throughput (filter by cluster_name=$cluster & vserver_name=$svm, group by vserver_name, aggregate by sum)
Calculate: Metric 1 - Metric 2

Any suggestions?