Quantcast
Viewing all articles
Browse latest Browse all 2849

Beginners Questions • Re: Unexpected HTOP results – RAM usage increases more running termit than konsole

Is there some tool other than HTOP which provides a more accurate representation of the actual memory consumed by an app along with the actual consumed system memory?
You could make one! Using ps and cat, some grep...

Code:

cat /proc/[pid]/status

This is TMI, grep it for what you want.
lots of option for narrowing down 'ps' info

Code:

 man ps
Lots of ways I'd guess.

Statistics: Posted by CwF — 2024-06-13 05:02



Viewing all articles
Browse latest Browse all 2849

Trending Articles