Hi,
For now in my application I retrieve (using queryPerf function) statistics about usage of CPU and memory on machine. (cpu.usagemhz and mem.active).
How can I get stats about how much CPU and memory were granted to machine? For example I want to see, that machine was configured to have 1GB of mem, but week ago was reconfigured to have 2GB.
Because cpu.totalcpu and mem.totalmem are for whole resource pool not for concrete machine.
Are values cpu.cpuentitlement and mem.mementitlement measures that can show me machine configuration in time?