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

/httpd/support/
H A Dlog_server_status.in67 my ( $requests, $idle, $number, $cpu );
70 $idle = $1 if (m|^IdleWorkers:\ (\S+)|);
74 print OUT "$time:$requests:$idle:$number:$cpu\n";
/httpd/modules/arch/unix/
H A Dmod_systemd.c78 sload.access_count, sload.idle, sload.busy,
133 "Number of seconds in idle-state after which httpd is shutdown"),
/httpd/include/
H A Dhttpd.h1357 /* percentage of process/threads ready/idle (0->100)*/
1358 int idle; member in struct:ap_sload_t
/httpd/modules/metadata/
H A Dmod_headers.c238 return apr_psprintf(r->pool, "i=%d", t.idle);
/httpd/server/
H A Dutil.c2999 ld->idle = -1;
3040 ld->idle = ready * 100 / total;

Completed in 27 milliseconds