A simple system monitoring dashboard script for shell utilising Linux system variables via /Proc
virtual file system.
A beginner project I did to gain experience with Ruby inspired by top
and gtop. This project is nowhere complete, I plan to take it to completion and gaining more experience with ruby and CLI tools.
- Ruby
- Bundler
-
Just clone the repo
-
Install dependecies
bundle install
-
Execute the script
ruby rtop.rb
q - Quit the dashboard
up arrow key - Scroll up process list
down arrow key - Scroll down process list
If you'd like to contribute, please fork the repository and use a feature branch. Issues and Pull Requests are warmly welcome!
- Add interactive commands to navigate, search and kill processes
- Add networking stats in dashboard
- Add logger
- Add more colors to the dashboard 🌈
Released under the MIT License