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:
lsof -c htop
Code:
lsof -p <PID-of-gnome-app>
Statistics: Posted by NorthEast — 2025-02-18 04:14