Skip to content

dpriskorn/rstop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rstop

A real-time system monitor for Linux with zram statistics.

image

Features

  • CPU, RAM, and SWAP usage monitoring
  • Load average (1m, 5m, 10m)
  • ZRAM compression ratio statistics
  • Health score based on system performance
  • Renice mode to kill top CPU-consuming processes with selection (no more typing PIDs!)
  • Config file with options to hide based on minimum CPU/Memory usage to prevent clutter

Install

Ubuntu 22.04 LTS

curl -sL https://github.com/dpriskorn/rstop/releases/download/v0.1.0/install.sh | bash

Then add to PATH:

export PATH=$HOME/.local/rstop/bin:$PATH

From Source

cargo build --release

The binary will be at target/release/rstop.

Usage

./target/release/rstop          # Default 2s interval
./target/release/rstop -i 1     # 1s interval
./target/release/rstop --interval 0.5  # 0.5s interval

License

GPLv3 or later

About

top reimplemented in Rust with additional health judgement

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages