Michael, Most obvious questions first - what version of CF are you running, do you have the latest patches and have you updated your database driver (esp. for CFMX 6.1)?
More likely than anything, it's one of the applications on your server. Try logging slow requests via the CF admin setting and check the log after a few days. Check for un-varred variables in cffunctions (with the excellent var scope checker). Look for infinite redirects. That sort of thing. Look for similar debugging tools on your database. A lot of these issues come when you're using an external system, like a web service, database, c++ cfx tag or the like. Consider this while asking yourself where the trouble spots *should* be. Worst case, it's a hard-to-duplicate bug involving multiple users doing similar things. A bit of debugging work and you will find the issue eventually. -- nathan strutz http://www.dopefly.com/ On Feb 8, 2008 3:24 PM, Michael Muller <[EMAIL PROTECTED]> wrote: > Every once in a while my server's CPUs go nuts. Normally they hang around > 0%, 1%, 2%, 13%, 22%, 5%, 1%, etc. Then, maybe once a week or every few > days, they jump to like 85% and just stay there, bouncing between 80% and > 95%. The box is pretty much unusable. Just a couple of days ago I was > watching while it was in this state and suddenly it flattened at 100%. > > I'm wondering if this is JRun maxing out? Do I have code somewhere that > pegs the server for ten minutes at a time, or could the server be moving > large files around (there is about 450GB of files on a 500GB drive, about > 10% of which is 1GB+ sized files). > > The box was stable for over two years, and now it's doing this fairly > frequently. > > Is there a tool I can install to see what's going on during these events? > Has anyone else experienced this kind of behaviour? > > Mik > > > > -------- > Michael Muller > Muller Technologies > 24 3rd Street > Turners Falls, MA 01376 > work: (413) 863-0030 > cell: (413) 320-5336 > skype: michaelBmuller > http://support.MullerTech.com > > Eschew Obfuscation > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298573 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

