Currently there's no way to quickly know the "actual" memory usage of a process other than adding RES + SWAP manually. As a side effect, there's also no way to sort by this and quickly know the memory hogging process. Sorting by either RES or SWAP individually doesn't really solve this issue.
It would be nice if htop adds a actual memory usage column for this for viewing and sorting.
Currently there's no way to quickly know the "actual" memory usage of a process other than adding
RES+SWAPmanually. As a side effect, there's also no way to sort by this and quickly know the memory hogging process. Sorting by eitherRESorSWAPindividually doesn't really solve this issue.It would be nice if htop adds a actual memory usage column for this for viewing and sorting.