Skip to content

tleino/xrtgauge

Repository files navigation

xrtgauge
=======

xrtgauge draws live gauge view from standard input data for X11 Window System.

Dependencies
============

None as long as you're on a conventional Unix-like OS base system with
C compiler, standard headers, pkg-config and X11 and its development
headers installed.

Build & Install
===============

./configure ~
make install

Example
=======

$ netstat -w 1 -b \
	| awk 'NR>=4 { print $1; fflush(stdout) }' \
	| xrtgauge

See also
========

https://github.com/tleino/xrtgraph

About

Continuously updating gauge from standard input data for X11 Window System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published