Gnome system monitor vs htop on RAM usage
Re: Gnome system monitor vs htop on RAM usage
An initial look at the files which each application opens might be of interest. For that one can run, for example:
and compare the number and nature of the files against the output of the command which opens the gnome system monitor. I'm not familiar with the gnome app but I guess it has a command to open it. If one can determine the PID of the gnome app, then the results of the lsof command can also be obtained from:
Code: Select all
lsof -c htop
Code: Select all
lsof -p <PID-of-gnome-app>