56 releases

new 0.5.9 Apr 21, 2024
0.5.8 Mar 5, 2023
0.5.6 Jan 13, 2023
0.5.5 Sep 9, 2022
0.0.1 Jan 3, 2016

#242 in GUI

Download history 195/week @ 2024-02-26 9/week @ 2024-03-11 3/week @ 2024-03-18 11/week @ 2024-04-01 46/week @ 2024-04-15

57 downloads per month

MIT license

180KB
3.5K SLoC

process-viewer Build Status

A process viewer GUI in rust. It provides current status of your processes (cpu and memory usage) and your system (usage of every core and of your RAM, and the temperature of your components if this information is available).

It can be run on the following platforms:

Please run it in release mode to have good performance:

cargo run --release

or to install it as binary

cargo install process_viewer

Building/running on Linux, MacOS

Take a look at the gtk-rs installation guide to know how install GTK dependencies.

Running on Raspberry

It'll be difficult to build on Raspberry pi directly. A good way-around is to be build on Linux before sending it to your Raspberry pi:

rustup target add armv7-unknown-linux-gnueabihf
cargo build --target=armv7-unknown-linux-gnueabihf

Donations

If you appreciate my work and want to support me, you can do it here:

Become a patron

Screenshots

screenshot screenshot

Dependencies

~17–47MB
~810K SLoC