2019-08-28 23:43:30 +00:00
|
|
|
# rusttop
|
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-04 20:53:05 +00:00
|
|
|
* Disk usage (both total and I guess active?)
|
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
|
|
|
|
|
|
|
* Potentially package managing?
|
|
|
|
|
|
|
|
* Theming
|
|
|
|
|
2019-09-04 20:53:05 +00:00
|
|
|
* Rearranging?
|
|
|
|
|
2019-09-04 03:27:25 +00:00
|
|
|
* Definitely keybinds
|
|
|
|
|
|
|
|
* Filtering in processing
|
|
|
|
|
|
|
|
## Thanks
|
|
|
|
|
2019-09-04 20:53:05 +00:00
|
|
|
* As mentioned, this project is most definitely inspired by [gotop](https://github.com/cjbassi/gotop)
|