Skip to content

A CLI tool made using ratatui and rust that allows you to monitor your system information.

Notifications You must be signed in to change notification settings

CodersCreative/monitors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitors Rust

Linux Windows macOS

A CLI tool made using ratatui and rust that allows you to monitor your system information.

Key Features

  • 🚀 Effortless Setup: Install seamlessly using Cargo.

  • 🖥️ Useful Information: Effortlessly view useful system information like OS and Distro from the home page.

  • 📈 Useful Stats: Easily get up to date information regarding your system.

  • 📊 Monitor Your System: Watch and see the current utilisation of your system's components.

  • 📜 Get a Detailed History: View how your system usage varies with time.

  • 🔪 View and Kill Processes: See all your system processes in an interactive environment allowing for you to perform actions on them.

  • 🌟 Continuous Updates: I am committed to improving ochat with regular updates, fixes, and new features.

Run The App

Install

# To install from crates.io
cargo install monitors

# To run the installed program
monitors

Build & Run

# Clone the repository:
git clone https://gitlab.com/officialccoders/monitors.git
cd monitors

# Build and run app with release tags:
cargo build --release
cargo run --release

# Or simply:
cargo run

Gallery

Monitors home screen.

Monitors stats screen.

Monitors monitor screen.

Monitors history screen.

Monitors processes screen.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A CLI tool made using ratatui and rust that allows you to monitor your system information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages