LarZuK
LarZuK

Reputation: 826

Coldfusion continuous high CPU usage

At our office, we have a development server : Win 2k8 server R2 - Coldfusion 9(.0.0) - MySQL 5 ...

Almost every morning when I arrive at work, I find the server with the CPU at 50%. But... What does he do ? See the screenshots : enter image description here enter image description here

You can see that the CPU is +- 50% of use and it's well jrun.exe who does that! To trying to understand what's happened, I go to the Server monitor and, no active thread or request! The monitors are declaring that nothing is happened...

There is no scheduled task programmed.

Do you have an advice for me? Somewhere where I can get more information?

Thank you.


Update 20 June: A new week begin and my server still works for nothing :) Now I can monitoring him with VisualVM but I don't know where I had to look.

Monitor: visualVM Graph's

Threads: visualVM Threads

CFStat : enter image description here

I don't know which running process is driven to consume CPU...

Upvotes: 4

Views: 3016

Answers (1)

Ciaran Archer
Ciaran Archer

Reputation: 12446

Have you tried running cfstat?

C:\ColdFusion9\bin>cfstat 1 -x

Please change the directory above to your CF install directory.

The -x flag will show Flash remoting and web service requests too.

Hope that helps!

Upvotes: 6

Related Questions