Friday, March 17, 2006

Self-Descriptive Plot and Data using Tcl and Rrdtool

#! /usr/local/bin/tclsh
#
# Input file definition:
# 
# HEADER
# HOST=
# DS=:                          (allow multiple DS)
# GRAPH=                      (allow multiple GRAPH)
# (colon separated)
# - image filename
# - y-axis lower limit
# - y-axis upper limit
# - Title
# - y-axis label
# - scale factor
# - data source to be graphed (comma separated, # separated for each data source details)
#   - data source name
#   - graph type (LINE2, AREA, ...)
#   - RGB colour code
# 

0 Comments:

Post a Comment

<< Home