rmem

Crates.iormem
lib.rsrmem
version0.2.0
sourcesrc
created_at2020-09-20 22:05:46.751817
updated_at2021-04-04 18:46:22.723067
descriptionA CLI utility to summarize memory usage
homepagehttps://github.com/fazekmar/rmem
repositoryhttps://github.com/fazekmar/rmem
max_upload_size
id290951
size55,225
(fazekmar)

documentation

README

rmem

A CLI utility to summarize memory usage. Highly inspired by ps_mem.

WIP

On my system already much more accurate in comparison with ps_mem, but that doesn't necessarily mean it’s true for your system as well.

Exmaple

$ rmem -S
  Private +    Shared =     Total       Swap    Program

 144.0 KB +  148.0 KB =  292.0 KB   252.0 KB    bash
   2.0 MB +  343.0 KB =    2.4 MB   548.0 KB    swaybar
   4.0 KB +    7.1 MB =    7.1 MB   872.0 KB    swaybg
  11.6 MB +   58.9 MB =   70.5 MB    50.4 MB    sway
 484.8 MB +   71.0 MB =  555.8 MB        0 B    codium (11)
 727.1 MB +   15.5 MB =  742.6 MB   636.0 KB    mpv (2)
   6.2 GB +  233.6 MB =    6.5 GB     1.3 GB    firefox-bin (12)
--------------------------------------------
                           7.9 GB     1.3 GB
============================================

Install

$ cargo rmem

Build

$ git clone https://github.com/fazekmar/rmem.git
$ cd rmem
$ cargo build --release
Commit count: 3

cargo fmt