PerfQuerySpec for net.received/transmitted
geoffcorey opened this issue · 1 comments
geoffcorey commented
Response is broken down by instance. So if a VM has 2 NICs net.received counter will break down the numbers into 3 groups: combined (no instance), nic1 (instance example 4000), nic2 (instance example 4001).
When running
perf.stats net.received /192.168.1.2/MyDataCenter/vms/MyGroup/firewall_vm --samples 1000
The response has all 3 samples but what is reported in the table is instance id 4001. I would like to see all 3 groups but if one group is suppose to show then I would expect it would be the combined stats.
geoffcorey commented
duplicate of issue #50 with pull request