ps_mem
ps_mem copied to clipboard
ADD command line flag to only show memory usage from threshold ≥X (i.e ≥100MB)
use case
I have ps_mem scanning using watch
I have 128GB RAM, so I wanna see the main offenders using over 1GB of ram, so in this case I don't care abot the hundreds of tiny ≤100MB apps
current workaround:
ps_mem | tail -n50
This does seem useful. Thanks