Reputation: 826
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 :
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:
Threads:
CFStat :
I don't know which running process is driven to consume CPU...
Upvotes: 4
Views: 3016
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