Hi,
I have a php site about to go live (With Flex on the UI side) and was wondering what my options are for monitoring. I'm looking for some form of api which is the equivalent to .NET performance counters/ASP.NET health monitoring.
Ideally, I would like to get stuff like requests queued/responses served in ms, and related stats so I can graph them in Flex. I don't mind if I have to use Python or Ruby.
What are my options? I can't seeem to find anything in PHP which is as substantial in .NET.