process_viewer 0.4.10

A process viewer GUI
process_viewer-0.4.10 is not a library.

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

Running process-viewer on Gnome-based Ubuntu (>=17.10) should work out of the box.
For Debian, Fedora and MacOS refer to the gtk-rs installation guide.

Bulding on Ubuntu-based Distros

sudo apt install -y libgtk-3-dev

Building/running on Windows

You'll need to follow the GTK installation guide. If you still have issues to run the generated binary, just copy the .dlls into the executable's folder.

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