Yet another cross-platform graphical process/system monitor.
Go to file
ClementTsang 1b777d27e5 Fixed off by one error with scrolling. 2019-09-16 20:33:25 -04:00
src Fixed off by one error with scrolling. 2019-09-16 20:33:25 -04:00
tests Made charting look better, switched back to braille markers (its the only way I could make it look good), and dealt with some issues regarding the display of networking. 2019-09-15 00:06:57 -04:00
.gitignore Modified .gitignore. 2019-09-15 01:30:07 -04:00
.travis.yml Update travis. 2019-09-16 01:55:49 -04:00
Cargo.toml Added a few changes - fix for slow start time feel, changed cpu legend display, added logic to make avg cpu display over everything. Also changed tui source to a fork. 2019-09-15 01:29:49 -04:00
LICENSE Initial commit 2019-08-28 19:43:30 -04:00
README.md Added a few changes - fix for slow start time feel, changed cpu legend display, added logic to make avg cpu display over everything. Also changed tui source to a fork. 2019-09-15 01:29:49 -04:00
TODO.md Fixed off by one error with scrolling. 2019-09-16 20:33:25 -04:00
rustfmt.toml [skip travis] Changed rustfmt, formatting. 2019-09-15 01:32:08 -04:00

README.md

rustop

Build Status

A top clone, written in Rust. Inspired by both gtop and gotop

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

  • As mentioned, this project is very much inspired by both gotop and gtop .

  • This application was written with the following libraries:

Why

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