You could make one! Using ps and cat, some grep...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?
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
Statistics: Posted by CwF — 2024-06-13 05:02