Re: Low Memory Detection on Linux

2019-10-18 Thread J. Scheurich
gmemusage is a tool to show memory usage per userspace application. top can show low memory state. I remember gmemusage from the SGI days and remember using it on Linux too, but currently yum whatprovides */gmemusage claims there are No Matches Found. Where did you get your gmemusage from?

Re: Low Memory Detection on Linux

2019-10-18 Thread Felipe Borges
On Fri, Oct 18, 2019 at 11:48 AM Martin Stransky wrote: > > Folks, > > do you know if there's any reliable and widely available way how to > measure memory usage on Linux by user space application (Firefox in this > case) and detect low-memory state?

Re: Low Memory Detection on Linux

2019-10-18 Thread Przemek Klosowski via devel
On 10/18/19 8:09 AM, J. Scheurich wrote: gmemusage is a tool to show memory usage per userspace application. top can show low memory state. I remember gmemusage from the SGI days and remember using it on Linux too, but currently yum whatprovides */gmemusage claims there are No Matches

Re: Low Memory Detection on Linux

2019-10-18 Thread J. Scheurich
do you know if there's any reliable and widely available way how to measure memory usage on Linux by user space application (Firefox in this case) and detect low-memory state? gmemusage is a tool to show memory usage per userspace application. top can show low memory state. so long MUFTI

Re: Low Memory Detection on Linux

2019-10-18 Thread mcatanzaro
I'm not familiar with this topic, but I can point you to what WebKit does: https://trac.webkit.org/browser/webkit/trunk/Source/WebKit/UIProcess/linux/MemoryPressureMonitor.cpp https://trac.webkit.org/browser/webkit/trunk/Source/WTF/wtf/linux/MemoryPressureHandlerLinux.cpp

Low Memory Detection on Linux

2019-10-18 Thread Martin Stransky
Folks, do you know if there's any reliable and widely available way how to measure memory usage on Linux by user space application (Firefox in this case) and detect low-memory state? Thanks, ma. --- Hi Vicky, all, our low-memory