[rrd-users] Defining an rrd - question
Logg, Connie A.
cal at SLAC.Stanford.EDU
Fri Sep 19 19:10:41 MEST 2003
I am defining the following rrd, but I would like the 10 minute period to be the sum of all values entered in that period,
And the first aggregation to be 4 points per day which is the sum of 6 hours worth of data, and
For the final aggregation, I would like it to be the sum of all the values in the day.
This does not appear to be happening. Is there a way to define the rrd so that it will do that?
I have read the documentation in gory detail, but can't figure it out.
I am processing netflow data as it comes in and want to display total 10 minute, total 6 hour, and total traffic for the day stats.
/afs/slac/package/rrdtool/i386_linux22/rrdtool create /u2/netflow/newrrddir/134.79.199.14/protocol.rrd --start 1041407600 --step 600 \
DS:inall_recs:GAUGE:600:U:U \
DS:outall_recs:GAUGE:600:U:U \
DS:inall_flows:GAUGE:600:U:U \
DS:outall_flows:GAUGE:600:U:U \
DS:inall_pkts:GAUGE:600:U:U \
DS:outall_pkts:GAUGE:600:U:U \
DS:inall_bytes:GAUGE:600:U:U \
DS:outall_bytes:GAUGE:600:U:U \
DS:intcp_recs:GAUGE:600:U:U \
DS:outtcp_recs:GAUGE:600:U:U \
DS:intcp_flows:GAUGE:600:U:U \
DS:outtcp_flows:GAUGE:600:U:U \
DS:intcp_pkts:GAUGE:600:U:U \
DS:outtcp_pkts:GAUGE:600:U:U \
DS:intcp_bytes:GAUGE:600:U:U \
DS:outtcp_bytes:GAUGE:600:U:U \
DS:inudp_recs:GAUGE:600:U:U \
DS:outudp_recs:GAUGE:600:U:U \
DS:inudp_flows:GAUGE:600:U:U \
DS:outudp_flows:GAUGE:600:U:U \
DS:inudp_pkts:GAUGE:600:U:U \
DS:outudp_pkts:GAUGE:600:U:U \
DS:inudp_bytes:GAUGE:600:U:U \
DS:outudp_bytes:GAUGE:600:U:U \
DS:inicmp_recs:GAUGE:600:U:U \
DS:outicmp_recs:GAUGE:600:U:U \
DS:inicmp_flows:GAUGE:600:U:U \
DS:outicmp_flows:GAUGE:600:U:U \
DS:inicmp_pkts:GAUGE:600:U:U \
DS:outicmp_pkts:GAUGE:600:U:U \
DS:inicmp_bytes:GAUGE:600:U:U \
DS:outicmp_bytes:GAUGE:600:U:U \
DS:ingre_recs:GAUGE:600:U:U \
DS:outgre_recs:GAUGE:600:U:U \
DS:ingre_flows:GAUGE:600:U:U \
DS:outgre_flows:GAUGE:600:U:U \
DS:ingre_pkts:GAUGE:600:U:U \
DS:outgre_pkts:GAUGE:600:U:U \
DS:ingre_bytes:GAUGE:600:U:U \
DS:outgre_bytes:GAUGE:600:U:U \
DS:inipv6_recs:GAUGE:600:U:U \
DS:outipv6_recs:GAUGE:600:U:U \
DS:inipv6_flows:GAUGE:600:U:U \
DS:outipv6_flows:GAUGE:600:U:U \
DS:inipv6_pkts:GAUGE:600:U:U \
DS:outipv6_pkts:GAUGE:600:U:U \
DS:inipv6_bytes:GAUGE:600:U:U \
DS:outipv6_bytes:GAUGE:600:U:U \
DS:inother_recs:GAUGE:600:U:U \
DS:outother_recs:GAUGE:600:U:U \
DS:inother_flows:GAUGE:600:U:U \
DS:outother_flows:GAUGE:600:U:U \
DS:inother_pkts:GAUGE:600:U:U \
DS:outother_pkts:GAUGE:600:U:U \
DS:inother_bytes:GAUGE:600:U:U \
DS:outother_bytes:GAUGE:600:U:U \
RRA:AVERAGE:0.5:1:288 \
RRA:AVERAGE:0.5:36:168 \
RRA:AVERAGE:0.5:144:365
Connie Logg - Network Analyst
Stanford Linear Accelerator Center
2575 Sand Hill Road, Menlo Park, CA 94025
650-926-2879, cal at slac.stanford.edu
"If is the middle word in life, but happiness is found along the way, not at the end of the road."
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list