monitors

Crates.iomonitors
lib.rsmonitors
version0.1.0
created_at2025-10-19 12:56:57.069589+00
updated_at2025-10-19 12:56:57.069589+00
descriptionA CLI tool made using ratatui and rust that allows you to monitor your system information.
homepage
repositoryhttps://github.com/CodersCreative/monitors
max_upload_size
id1890393
size580,301
Creative Coders (CodersCreative)

documentation

README

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

Commit count: 0

cargo fmt