Searched defs:qps (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drrl.c605 debit_rrl_entry(dns_rrl_t *rrl, dns_rrl_entry_t *e, double qps, double scale, argument
644 "%d qps scaled %s by %.2f"
646 (int)qps, ratep->str, scale,
717 "%d qps scaled slip"
719 (int)qps, scale,
1012 double qps, scale; local
1031 * Estimate total query per second rate when scaling by qps.
1034 qps = 0.0;
1040 qps = rrl->qps;
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Drrl.h79 * We need a 32-bit hash value for 10000 qps (e.g. random qnames forged
220 double qps; member in struct:dns_rrl
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c460 "print qps statistics every N seconds",
491 * If we run more threads than max-qps, some threads will have
948 double qps; local
963 qps = num_completed / (((double)interval_time) / MILLION);
966 (unsigned int)(now % MILLION), qps);
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c270 " [-T qps] [-e] [-D] [-R] [-c] [-v] [-h]\n"
285 " -T specify the target qps (default: 0=unspecified)\n"
696 fprintf(stderr, "Invalid target qps: %s\n",
938 * set the interval of consecutive queries if the target qps are specified.
943 set_query_interval(unsigned int qps) { argument
944 if (qps == 0)
947 query_interval = (1.0 / (double)qps);
1831 * If we have target qps and would not be able to send any packets
2072 printf(" Queries per second: %.6lf qps\n", queries_per_sec);
2074 printf(" (w/ delayed qrys): %.6lf qps\
[all...]

Completed in 234 milliseconds