Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.pod

Chart::Strip CLI graphing tool

A quick Perl script using Chart::Strip to chart time-based data piped in on STDIN.

Reads data from STDIN, one reading per line, timestamp and value separated by a pipe, e.g.:

1328054640|0.109
1328054880|0.13455
1328054940|0.1589

Can be given command line options to override the defaults to set the graph size, output file, title, etc.

See the script for full details.

AUTHOR

David Precious <[email protected]>

LICENCE

Released under the terms of the WTFPL.