scaidermern / top-processes

Displays the top processes according to current CPU or memory usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

top processes

Displays Linux' top processes according to their current CPU or memory usage during the given sampling time.

Example

$ ./top_proc_example
PID        <CPU>      RSS        CMD       
3235       5.91       8876       conky     
3359       5.91       45948      mpd       
4784       3.94       694840     firefox-esr
9317       3.94       2648       top_proc_exampl
3060       1.97       386316     gnome-shell

PID        CPU        <RSS>      CMD       
4784       3.94       694840     firefox-esr
3060       1.97       386316     gnome-shell
4878       0.00       91284      Telegram  
2346       0.00       87108      Xorg      
2437       0.00       85052      spamd child

License

CC0 1.0 (c) Alexander Heinlein

About

Displays the top processes according to current CPU or memory usage

License:Creative Commons Zero v1.0 Universal


Languages

Language:C 97.7%Language:Makefile 2.3%