mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-21 15:21:05 -05:00
cache hits in histogram.
git-svn-id: file:///svn/unbound/trunk@1259 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
089261572a
commit
763431c059
1 changed files with 7 additions and 1 deletions
|
|
@ -327,9 +327,13 @@ if test "$1" = "config" ; then
|
||||||
echo "graph_args --base 1000 -l 0"
|
echo "graph_args --base 1000 -l 0"
|
||||||
echo "graph_vlabel queries / second"
|
echo "graph_vlabel queries / second"
|
||||||
echo "graph_category DNS"
|
echo "graph_category DNS"
|
||||||
|
echo hcache.label "cache hits"
|
||||||
|
echo hcache.min 0
|
||||||
|
echo hcache.draw AREA
|
||||||
|
echo hcache.colour 999999
|
||||||
echo h64ms.label "0 msec - 66 msec"
|
echo h64ms.label "0 msec - 66 msec"
|
||||||
echo h64ms.min 0
|
echo h64ms.min 0
|
||||||
echo h64ms.draw AREA
|
echo h64ms.draw STACK
|
||||||
echo h64ms.colour 0000FF
|
echo h64ms.colour 0000FF
|
||||||
echo h128ms.label "66 msec - 131 msec"
|
echo h128ms.label "66 msec - 131 msec"
|
||||||
echo h128ms.min 0
|
echo h128ms.min 0
|
||||||
|
|
@ -459,6 +463,8 @@ by_flags)
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
histogram)
|
histogram)
|
||||||
|
get_value total.num.cachehits
|
||||||
|
echo hcache.value $value
|
||||||
r=0
|
r=0
|
||||||
for x in histogram.000000.000000.to.000000.000001 \
|
for x in histogram.000000.000000.to.000000.000001 \
|
||||||
histogram.000000.000001.to.000000.000002 \
|
histogram.000000.000001.to.000000.000002 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue