atop

Crates.ioatop
lib.rsatop
version0.1.5
sourcesrc
created_at2023-09-06 12:52:55.766551
updated_at2023-10-09 10:31:06.73353
descriptionTop alternative that shows average CPU usage
homepage
repository
max_upload_size
id965244
size27,478
Petter K (ptrkrlsrd)

documentation

README

ATOP

Simple TOP Like Process Monitoring Tool with averages

Overview

This is a simple process monitoring tool written in Rust. It uses the sysinfo library to gather information about running processes and their resource usage. The tool displays the processes sorted by their average CPU usage, filtering out processes below a certain CPU usage threshold.

Features

  • Displays process name, average CPU usage, current CPU usage, average memory usage, and current memory usage.

  • Updates the display every second.

  • Filters out processes with average CPU usage below 0.1%.

How to install

  1. Make sure you have Rust and Cargo installed.

  2. Run

    cargo install atop
    

Or clone the repo and run cargo build --release in the project directory.

License

MIT

Commit count: 0

cargo fmt