Re: [Pdns-users] Recursor QPS ceiling

2014-12-17 Thread abang
Hi Ciro, Tried it quickly with dnsperf (http://nominum.com/measurement-tools/): # echo -e "localhost.\tA" > datafile # pdns_recursor --threads=4 --pdns-distributes-queries=no # dnsperf -c2 -n 1000 -l 10 -d datafile Statistics: Queries sent: 3314870 Queries completed:3314870

Re: [Pdns-users] Monitorize pdns & pdns-recursor with OpenNMS

2014-12-17 Thread Ciro Iriarte
What are you exactly trying to achieve?. If you would like to have metrics at sight you can use Metronome and/or Observium. The first one can take 30s snapshots and looks great, very useful for benchmarks, the latter takes 5min samples and seems to work better for long period analysis. If you wa

[Pdns-users] Recursor QPS ceiling

2014-12-17 Thread Ciro Iriarte
Hi!, could anybody achieve more than 100k QPS on a recursor while hitting cache?. I only run two tests so far and in both cases the ceiling was around 100k QPS. The machine seems to be able to take more beating, maybe I just need more clients or there's some kind of logic limit. Any comments?.