Show
Ignore:
Timestamp:
04/01/06 22:26:47 (4 years ago)
Author:
ahu
Message:

lower default buffer size, add cpu-use counters to rec_control & rrd graphs, fix broken error message on buffer sizing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/tools/rrd/update

    r634 r647  
    11#!/bin/bash 
    2 #SOCKETDIR=/home/ahu/pdns/pdns/pdns/     
     2#SOCKETDIR=/home/ahu/work/pdns/pdns/pdns/     
    33SOCKETDIR=/var/run/ 
    44TSTAMP=$(date +%s) 
     
    99           outgoing-timeouts nsspeeds-entries negcache-entries all-outqueries throttled-out\ 
    1010           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" 
    1212 
    1313UVARIABLES=$(echo $VARIABLES | tr '[a-z]' '[A-Z]' | tr - _ )