I have ColdFusion 8 installed on resin-3.1.9 (Linux). On my standalone ColdFusion server, I can use /opt/coldfusion8/bin/cfstat to monitor active and queued requests.
On Resin, with ColdFusion 8 installed as a multi-server install, I don't know how to get this information. Can someone help me?
I have tried server monitor through ColdFusion 8 and it doesn't show me the queued request. I can't even find that information in FusionReactor.
I tried using <statistics-enable>true</statistics-enable>
in /opt/resin/conf/resin.conf; however, I don't know where that information is outputted and if it would even help me.