Yet another cross-platform graphical process/system monitor.
Go to file
ClementTsang ac26ac7f5a Re-added timing, refactored. 2019-09-10 23:37:20 -04:00
src Re-added timing, refactored. 2019-09-10 23:37:20 -04:00
tests Set up more file hierarchy. 2019-09-04 23:45:19 -04:00
.gitignore Update .gitignore. 2019-09-04 16:55:00 -04:00
Cargo.toml Ironed out as many kinks as possible in terms of smoothness. 2019-09-09 18:34:13 -04:00
LICENSE Initial commit 2019-08-28 19:43:30 -04:00
README.md Began working on populating fields. 2019-09-09 00:09:58 -04:00
TODO.md Tried to fix process cpu usage... and reduce total cpu usage of program. 2019-09-10 18:22:34 -04:00
rustfmt.toml Setup. 2019-09-03 23:27:25 -04:00

README.md

rustop

A gotop clone, written in Rust.

Installation

Linux

TODO: Write

Windows

TODO: Test

MacOS

Currently, I'm unable to test on MacOS, so I'm not sure how well this will work, if at all. I'll try to source MacOS hardware to test this application.

Thanks

Why

I was looking to try writing more things in Rust, and I love the gotop tool. And thus, this project was born.

Also, yes, I realize that gotop has a Rust rewrite branch... I found out about that when I was nearly ready to release the first version.