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

/bind-9.6-ESV-R11/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 13 milliseconds