Changeset 647 for trunk/pdns/pdns/tools/rrd/update
- Timestamp:
- 04/01/06 22:26:47 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/tools/rrd/update (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/tools/rrd/update
r634 r647 1 1 #!/bin/bash 2 #SOCKETDIR=/home/ahu/ pdns/pdns/pdns/2 #SOCKETDIR=/home/ahu/work/pdns/pdns/pdns/ 3 3 SOCKETDIR=/var/run/ 4 4 TSTAMP=$(date +%s) … … 9 9 outgoing-timeouts nsspeeds-entries negcache-entries all-outqueries throttled-out\ 10 10 cache-hits cache-misses answers0-1 answers1-10 answers10-100 answers100-1000 answers-slow\ 11 qa-latency throttle-entries "11 qa-latency throttle-entries sys-msec user-msec" 12 12 13 13 UVARIABLES=$(echo $VARIABLES | tr '[a-z]' '[A-Z]' | tr - _ )