views:

624

answers:

3

Is there a realtime apache/php console similar to webrick or mongrel with ruby on rails?

I want to be able to monitor what the heck my server is doing.

edit:

but I don't want to grep the log

Thanks!

A: 
Brian Gianforcaro
Will have the same problem as with tail -f, Unless you flush after each FB:: call (which then can be disastrous for your headers)+add the time between request and response.
Itay Moav
A: 

ApacheTop may not quite do what you want, but just in case.. and you might find it useful nonetheless :) It's basically like UNIX top but for Apache.

Peter Cooper
A: 

There's always gdb and strace/dtrace. There's also the xdebug module but its not real time.

NeuroScr