Code

Initial revision
[rrdtool-all.git] / contrib / rrdlastds / README
1 From: steve rader <rader@teak.wiscnet.net>
2 Date: Mon, 10 Jan 2000 10:40:56 -0600
3 Subject: ANNOUNCEMENT: "rrdlastds" (was Re: rrd script assistance)
5  % ./rrdlastds 
6  usage: rrdlastds [-v] [-a] [-c num] [-l label] [-s stamp] some.rrd
7    -v        print the start and end times (also --verbose)
8    -a        autoscale DS values (also --autoscale)
9    -c num    convert DS values by "num" (also --conversion)
10    -l label  label DS values with "label" (also --label)
11    -s stamp  report about DS values at the time "stamp" (also --start)
13 The nominal usage is:
15  % ./rrdlastds some.rrd
16  Mon Jan 10 10:30:00 2000  146823.19 input  17225.20 output
18 To get a verbose, autoscaled report about this time yesterday,
19 converted to bits and nicely labeled, do:
21  % ./rrdlastds -v -a -c 8 -l b/s -s -1day some.rrd
22  Sun Jan  9 10:30:00 2000 through Sun Jan  9 10:35:00 2000
23  average  105.27 kb/s input  17.10 kb/s output
25 later
26 steve
27 - - -
28 systems guy
29 wiscnet.net