#cpu-memory #cpu #monitor #memory #terminal #usage #memory-management

app run-info

Monitor CPU and memory usage via terminal (Linux only)

3 unstable releases

Uses old Rust 2015

0.5.1 Jun 8, 2017
0.5.0 Mar 9, 2017
0.4.0 Feb 11, 2017

#19 in #usage

27 downloads per month

MIT license

22KB
568 lines

run-info

Monitor CPU and memory usage via terminal

Screenshot

Build

Run cargo build --release in the main directory.
This program will only work on a Linux distribution!

You can also install via cargo install run-info.

Flags and Options

  • -l / --log -Switch to one-line mode for logging
  • -c / --no-color -Switch to monochrome mode
  • -g / --no-graph -Hide the CPU usage graph
  • -d / --delay <ms> -Set the delay for updating the info and UI (in ms)
  • -s / --small -Switch to small mode

Dependencies

"term" v.0.4.4
"clap" v.2.11.0
"time" v.0.1.35

Dependencies

~1–1.5MB
~23K SLoC