An open API service indexing awesome lists of open source software.

https://github.com/dylex/stripchart

Modernized version of gtk stripchart from ancient gnome-utils
https://github.com/dylex/stripchart

gtk resource-monitor stripchart

Last synced: about 2 months ago
JSON representation

Modernized version of gtk stripchart from ancient gnome-utils

Awesome Lists containing this project

README

          

The stripchart program generates a stripchart-like plot of one or
more time-variant data values. Typically, stripchart will be used to
plot performance metrics such as system load and net traffic.
However, its input mechanism is sufficently general purpose that the
program is adaptable to a broad range of plotting tasks.

Requirements:
- libxml2
- gtk+ 2.16 or so

Instructions:
- Run make.

License: GPL

Authors:
- Original version by John Kodis
- Dylan Simon ported the important bits to modern gnome.