Skip to main content
Participant
June 25, 2010
Question

Performance monitor CF9 Windows 2008 R2 x64

  • June 25, 2010
  • 1 reply
  • 1015 views

When I enable the performance counters for coldfusion 9, I'm not able to add any counters in the performance monitor.

I can add counters in the 32 bit version of perfmon (mmc /32 perfmon.msc) but that is only because the CF9 performance counters seem to be incompatible with the 32 bit performance monitor.

The really weird thing is that when I tried to enable 1 single counter at a time they all worked, including the Coldfusion 9 counters.

The CF9 counters only work in combination with a few other counters;

.NET CLR Data

.NET CLR Networking

.NET Data Provider for Oracle

.NET Data Provider for SqlServer

.NET Framework

BITS

WmiApRpl

There is a bug tracked for what seems to be the same problem on Windows 7, this was closed but I dont know of any fix for this.

http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=83344

I would appreciate any help in the right direction.

Thanks for reading,

Jay

    This topic has been closed for replies.

    1 reply

    Neo-RejAuthor
    Participant
    June 25, 2010

    On another 2008 machine I found that all .ASP.NET counters also work. But when I enable the WmiApRpl counters on that machine the performance monitor stops working again. So we've got one machine where the WmiApRpl counters work together with the coldfusion counters, and one where they do not.

    Neo-RejAuthor
    Participant
    January 5, 2011

    Bump

    Legend
    January 5, 2011

    Hello,

    Perhaps enable CFSTAT, CFadminUI > Debugging & Logging > Debug Output Settings > Enable CFSTAT .Do you get values for the same counters when using cfstat (eg C:\ColdFusion\bin>cfstat 5)?

    CFSTAT uses similar counters as CF Performance Monitor.

    HTH, Carl.