I have values for total memory and free memory. I need to make a graph of memory used. It seems that I cannot graph a calculation since my only options are from a drop down box of existing items. I have been trying to define an item that is basically (total - free) to give me a "memory used" item value that I can graph. So far I haven't managed to get anywhere.
Is this even possible?
I am currently considering looking at the agent and hacking to add a new "used" mode to vm.memory.size. Any opinion on that? I would prefer limit my customization to the interface itself because it would make future upgrades and such easier. That and my programming skills are lousy.
Is this even possible?
I am currently considering looking at the agent and hacking to add a new "used" mode to vm.memory.size. Any opinion on that? I would prefer limit my customization to the interface itself because it would make future upgrades and such easier. That and my programming skills are lousy.
Comment