문제

I am monitoring VMWare vCenter hosts and VMs using VMWare's .NET SDK. I am using the metric key as a key in a database. How stable are those keys? I could not find any word about it in the documentation. Do they change depending on VMWare/vSphere version? Or with each restart of the server?

도움이 되었습니까?

해결책

You shouldn't do that, these keys do change — at least between versions. You want to use the string keys, like mem.consumed.average, and map them to keys for each host using PerfCounterInfo[] PerfManager.perfCounters.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top