dalance / procs

A modern replacement for ps written in Rust
MIT License
4.99k stars 109 forks source link

how to display size instead percent #624

Open mrlee14 opened 4 months ago

mrlee14 commented 4 months ago

would be nice to have also size display eg. MB/GB to mem usage , or its allready there in settings ? have no idea?

dalance commented 3 weeks ago

VmRss columns is mem usage by size. You can try procs --use-config large, and add VmRss column through your configuration.