Hi
Does it make any sense to monitor free memory on unix like systems? The way they use/allocate memory makes this monitoring a little use. The kernel takes sometimes all the available memory for caching but it does not mean that we are out of mem. It is still available to any process who calls for mem.
IMHO it is difficult to say when it is time to add mem to our server when monitoring vm.memory.size[free].last(0).
Maybe when system starts to use swap file? Or another item to monitor really allocated memory?
What are your opinions?
P.
Does it make any sense to monitor free memory on unix like systems? The way they use/allocate memory makes this monitoring a little use. The kernel takes sometimes all the available memory for caching but it does not mean that we are out of mem. It is still available to any process who calls for mem.
IMHO it is difficult to say when it is time to add mem to our server when monitoring vm.memory.size[free].last(0).
Maybe when system starts to use swap file? Or another item to monitor really allocated memory?
What are your opinions?
P.
Comment