httpdstat.d(1m) USER COMMANDS httpdstat.d(1m)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 users with root privileges can run this command.EXAMPLESPrint statistics every second, # httpdstat.d Print every 5 seconds, 6 times, # httpdstat.d 5 6FIELDSTIME time, string NUM number of connections GET number of GETs POST number of POSTs HEAD number of HEADs TRACE number of TRACEsNOTESAll 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 ver- bose descriptions explaining the output.EXIThttpdstat.d will run until Ctrl-C is hit.AUTHORBrendan Gregg [Sydney, Australia]SEE ALSOdtrace(1M) version 0.70 Nov 20, 2005 httpdstat.d(1m)