Skip to content
/ xsmon Public

Extra small system monitor for X11

License

Notifications You must be signed in to change notification settings

xsmon/xsmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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