Searched defs:maxcon (Results 1 - 1 of 1) sorted by relevance
/httpd/support/ |
H A D | ab.c | 878 apr_interval_time_t maxcon = 0, maxtot = 0, maxd = 0, maxwait = 0; local 889 maxcon = ap_max(maxcon, s->ctime); 973 maxcon = ap_round_ms(maxcon); 986 mincon, meancon, sdcon, mediancon, maxcon); 1014 printf("Connect: " CONF_FMT_STRING, mincon, meancon, maxcon); 1171 apr_interval_time_t maxcon = 0, maxtot = 0; local 1177 maxcon = ap_max(maxcon, [all...] |
Completed in 598 milliseconds