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

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c233 int period; /* test period */ variable
1702 "perftcpdns [-huvX0] [-4|-6] [-r<rate>] [-t<report>] [-p<test-period>]\n"
1754 "-p<test-period>: Send requests for the given test period, which is\n"
1920 period = atoi(optarg);
1921 if (period <= 0) {
1923 "test-period must be a positive integer\n");
2099 if (period != 0)
2100 printf(" test-period
[all...]

Completed in 17 milliseconds