2

I have used SeeFusion to monitor ColdFusion requests. Is there a similar tool that would allow me to monitor Apache httpd requests in real time? We have a server that was fast and responsive for months, but suddenly today, it is using 80% cpu instead of 1%, I have no idea where to start to figure out what is bogging it down.

2 Answers2

1

You can use apachetop to see how many requests apache is handling in real time (if you have access logs), also you can use something like awstats, cacti (but its not quite real time)

B14D3
  • 5,110
  • 13
  • 58
  • 82
1

Look at Apache's mod_status module.

Slava Fomin II
  • 1,661
  • 4
  • 17
  • 22
KM.
  • 1,746
  • 2
  • 18
  • 31