How do I monitor application memory?
I have got Total, Used, Available,Cached memory working when item created but with Application memory I use vm.memory.size[Exec] and create graph but I get nothing. This is most probably because its used for .exe application and in linux there is no .exe applications. Is there away to get this to work out application memory for linux?
I have got Total, Used, Available,Cached memory working when item created but with Application memory I use vm.memory.size[Exec] and create graph but I get nothing. This is most probably because its used for .exe application and in linux there is no .exe applications. Is there away to get this to work out application memory for linux?
Comment