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?
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?
Comment