kostya / eye

Process monitoring tool. Inspired from Bluepill and God.
MIT License
1.19k stars 89 forks source link

allow monitoring of vss memory as well as resident #209

Open myers opened 6 years ago

myers commented 6 years ago

It would be nice to monitor all of a processes memory usage, not just rss.

kostya commented 6 years ago

what the usecase? you can add you custom checker, add similar class in you app https://github.com/kostya/eye/blob/master/lib/eye/checker/memory.rb and replace get_value which get vss memory from Eye::Sigar

nathwill commented 6 years ago

@kostya some memory leaks end up affecting vss w/o affecting rss, that's what we encountered that led to the request.