Skip to content

MohdMohsin97/system-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Monitoring

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.

system-monitoring

Features

  • CPU Usage Monitoring: Displays real-time CPU usage as a line chart.
  • Memory Usage Monitoring: Shows memory usage statistics with a detailed chart.

Installation

  1. Clone the repository:

    git clone https://github.com/MohdMohsin97/system-monitoring.git
    cd system-monitoring
  2. Build run the project using Cargo:

    cargo run

Key Bindings

  • 'q' or 'Esc': Exit the application.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages