xsmon / xsmon

Extra small system monitor for X11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xsmon

Extra small system monitor for X11.

Screenshot

screenshot

Features

  • CPU and RAM usage monitoring
  • alerting when threshold exceeded
  • customizable colors
  • extra low memory footprint
  • zero dependency (only XCB)

Build Instructions

DEB-based distro

apt install libx11-xcb-dev

RPM-based distro

yum install libxcb-devel

Build & Run

make
./xsmon

License

MIT

About

Extra small system monitor for X11

License:MIT License


Languages

Language:C 99.3%Language:Makefile 0.7%