proxmox metric only see what has been actually allocated, Ram ?

webmichael

Member
Oct 30, 2018
4
0
6
55
trying to find a way to see what's actually been allocated not used

My Example : I have 2 VM's that have been given 2G each. I don't want see usage because that number changes

Using status.cfg and influx the only thing I found was to use balloninfo setting to "minimal" to show me 2g

1612551739444.png

There a better way ?
 
"mem" returns used and "maxmem" returns allocated memory.

Code:
SELECT mean("maxmem") FROM "system" WHERE ("host" = 'vm_name')
 
  • Like
Reactions: webmichael