Peekaboo is a System Monitoring CLI tool built in Rust. It allows you to monitor various system parameters such as CPU usage, memory usage, disk usage, and network usage.
Clone the repository:
git clone https://github.com/ashmit0920/Peekaboo.git
Extract the cloned directory, and add it to your environment's PATH
variable for easy access:
peek -h
To store a user name:
peek --name <name>
The user name will be stored and will be displayed on subsequent runs.
To display system information
peek -s
To monitor CPU usage:
peek -c
To monitor memory usage:
peek -m
To monitor disk usage:
peek -d
To monitor network usage:
peek -n
To monitor all of the above at once:
peek --showall
The monitored stats currently dont refresh on their own. Run the commands again to get new stats.