Lines Matching refs:qps
270 " [-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) {
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\n",
2078 printf(" Total QPS/target: %.6lf/%d qps\n",