Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

Installation • Re: Gnome system monitor vs htop on RAM usage

$
0
0
An initial look at the files which each application opens might be of interest. For that one can run, for example:

Code:

lsof -c htop
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:

lsof -p <PID-of-gnome-app>

Statistics: Posted by NorthEast — 2025-02-18 04:14



Viewing all articles
Browse latest Browse all 2901

Trending Articles