> -----Original Message----- > From: Robert Shaw [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 3:59 PM > To: CF-Talk > Subject: CFSTAT > > > Hi, > I know you should run CFSTAT when your server is in a hung > state but how do > you read the ouptut? I'm just curious because I'd like to > understand this > utility better. Any MM people or CF Gurus out there with some wisdom?
The columns in CFSTAT related directly the keys returned by the GetMetricData() function. A decent explanation of them is here: http://livedocs.macromedia.com/cfmxdocs/CFML_Reference/functions-pt1102. jsp#4099518 The specifics change a little bit when you're dealing with older versions, but the basics are the same. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

