Skip to main content
Participant
November 7, 2013
Question

Cfstat Coldfusion 10 isn't working properly

  • November 7, 2013
  • 1 reply
  • 1257 views

Hello

We just migrated from CF9 to a CF10 installation. In CF9 cfstat was always working great and gave good information for monitoring.

Now on CF10 cfstat first didnt even work (0 everywhere) so I changed the port in settings like some adviced on the internet.

After that the 0 started to change. But now even the changed number will stay as it is (Just Pg/Sec and Db/Sec changes and running requests are changing).

So I cant use cfstat anymore because I dont really see how many requests are running and how many are queued.

Is there any solution how to fix that or are requests queued broken in CF10? Or am I even missing something?

thanks in advance

This topic has been closed for replies.

1 reply

Legend
November 7, 2013

CF10 CFSTAT seems not to be as practical as was for CF9 and earlier.

Requests Queued seems to be displaying the tomcat connector value for minSpareThreads.Tomcat minSpareThreads is the minimum number of threads always kept running. If not specified, the default of 10 is used.

Requests Running seems to display the requests that have not timed out yet, this value I think keepAliveTimeout. Tomcat keepAliveTimeout is the number of milliseconds this Connector will wait for another HTTP request before closing the connection.


For a free alternate to CFSTAT CF10 monitoring tool you could try use Java Management Extensions (JMX) settings with JDK tools Jconsole or Jvisualvm or even the new Java 7 Mission Control.

HTH, Carl.

Participating Frequently
January 30, 2014

Have the exact same problem.

So apparently Adobe won't fix CFSTAT?

nthommenAuthor
Participant
January 31, 2014

I think they wont change the current CFSTAT to the old CFSTAT. We are now using FusionReactor and dont have this problem anymore. FusionReactor shows in realtime all requests and has many more nice features. I would take a look into it.