govmomi: Wrong results of 'examples/perfmanager/main.go'.

Hello!

This subject is the part II of issue 1565 (sorry for duplication). As recommended by @dougm, I’d looked at settings linked with metrics and found four main ID:

# govc metric.interval.info | grep ID
ID:          300
ID:          1800
ID:          7200
ID:          86400

If I try to use govc for get an metrics by a sample, I got correct values, but If I using examples/perfmanager/main.go (with key -i too) I’m getting a wrong result. In the result is an information about few non-existing virtual machines. @dougm, can you help me?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (4 by maintainers)

Most upvoted comments

Yes. Thank you! Issue can be closed.

@sttyru did it work with -url flag like @dougm suggested?

As far as I can tell, an issue related with some limitation in vSphere. My primary goal is an extraction some statistic for network interfaces ( vmware.vm.net.if.in and vmware.vm.net.if.out; link ). Now I can extract all data. Thank you for example!