2019-09-07 00:51:53 +00:00
|
|
|
# rustop
|
2019-09-04 03:27:25 +00:00
|
|
|
|
2019-09-04 20:53:05 +00:00
|
|
|
A gotop clone, written in Rust. Mostly done in an effort to learn Rust, while also potentially making a tool that people might want to use.
|
2019-09-04 03:27:25 +00:00
|
|
|
|
|
|
|
## Planned features: (copy of gotop)
|
|
|
|
|
|
|
|
* CPU usage monitor
|
|
|
|
|
2019-09-05 22:28:54 +00:00
|
|
|
* Total disk usage
|
2019-09-04 03:27:25 +00:00
|
|
|
|
|
|
|
* Memory usage
|
|
|
|
|
|
|
|
* Temperature
|
|
|
|
|
|
|
|
* Processes
|
|
|
|
|
|
|
|
* Network usage
|
|
|
|
|
2019-09-04 20:53:05 +00:00
|
|
|
## Other possible features
|
2019-09-04 03:27:25 +00:00
|
|
|
|
2019-09-05 22:28:54 +00:00
|
|
|
* Potentially process managing?
|
2019-09-04 03:27:25 +00:00
|
|
|
|
|
|
|
* Theming
|
|
|
|
|
2019-09-04 20:53:05 +00:00
|
|
|
* Rearranging?
|
|
|
|
|
2019-09-04 03:27:25 +00:00
|
|
|
* Definitely keybinds
|
|
|
|
|
2019-09-06 04:05:50 +00:00
|
|
|
* Filtering in processes along with sorting
|
2019-09-04 03:27:25 +00:00
|
|
|
|
2019-09-05 22:28:54 +00:00
|
|
|
* See if current disk activity is possible to do/graph?
|
|
|
|
|
2019-09-04 03:27:25 +00:00
|
|
|
## Thanks
|
|
|
|
|
2019-09-04 20:53:05 +00:00
|
|
|
* As mentioned, this project is most definitely inspired by [gotop](https://github.com/cjbassi/gotop)
|