when comparing the output of mod_status and apachetop, there is about a 10 hits/sec difference.

  • mod_status shows 2.91 hits/sec
  • apachetop (given the apache access log) shows about 12 hits/sec

12 hits/sec is the right answer. why is mod_status showing a much lower value?

link|improve this question

57% accept rate
feedback

1 Answer

up vote 4 down vote accepted

mod_status give you the mean since the server startup while apachetop give mean since last 30 seconds by default (-T options)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.