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
- Host: GitHub
- URL: https://github.com/dylex/stripchart
- Owner: dylex
- Created: 2012-06-04T23:36:43.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T01:18:27.000Z (over 3 years ago)
- Last Synced: 2025-06-03T14:26:34.000Z (about 1 year ago)
- Topics: gtk, resource-monitor, stripchart
- Language: C
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.