This project is a terminal-based system monitoring tool built with Rust and the ratatui
crate. It provides real-time visualization of CPU and memory usage.
- CPU Usage Monitoring: Displays real-time CPU usage as a line chart.
- Memory Usage Monitoring: Shows memory usage statistics with a detailed chart.
-
Clone the repository:
git clone https://github.com/MohdMohsin97/system-monitoring.git cd system-monitoring
-
Build run the project using Cargo:
cargo run
- 'q' or 'Esc': Exit the application.
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.