|
NAMEhttpdstat.d - realtime httpd statistics. Uses DTrace. SYNOPSIShttpdstat.d [interval [count]] DESCRIPTIONThis prints connection statistics for "httpd" processes, such as those from an Apache web server. Since this uses DTrace, only the root user or users with the dtrace_kernel privilege can run this command. OSSolaris STABILITYstable - needs the syscall provider. EXAMPLES
NOTESAll statistics are printed as a value per interval. This version does not process subsequent operations on keepalives. IDEARyan Matteson (who first wrote a solution to this). DOCUMENTATIONSee the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with verbose descriptions explaining the output. EXIThttpdstat.d will run until Ctrl-C is hit. AUTHORBrendan Gregg [Sydney, Australia] SEE ALSOdtrace(1M)
|