PDA

View Full Version : Sum of 2 or more <mode>s in a vm.memory.size item


SierraX
08-05-2007, 11:10
I have intigrate a programmline to send the a sum of 3 Memorys sizes.
UserParameter=real.free.mem, free -b|awk ‘$1==”-/+” { print $NF }’ and it works.
But this is a very dirty way. I mean if i have a Databaseserver, did i realy need to send 2 times the same informations?

SierraX
11-05-2007, 19:29
Bumpbabump