Skip to content

joelvaneenwyk/process-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process-viewer

CI 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 for considerably better 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

About

A process viewer GUI in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%