Thanks Mark this actually helped quite a bit. I didn't realize that option was available in perfmon.
Thanks, Patrick J. Hedgepath Pegasus Web Productions [email protected] 803-996-0578 -----Original Message----- From: Mark Kruger [mailto:[email protected]] Sent: Friday, December 18, 2009 8:46 AM To: cf-talk Subject: RE: Server Performance 2 things for you. First, check the DB for blocks and locks - about 9 times out of ten queuing requests are due to DB requests that are hanging. For some reason we web developers bang our head against CF over and over thinking there is something we can do on the web server to solve problems that exist on the DB server :) Secondly, If you are already running perfmon then you can get the information on which site is busiest (or at least handling the most requests). Choose "web service" and then "Current connections" and "all instances". Use the report view (the little page icon next to the chart icon on the toolbar) it is clearer. Oh... "current connections" is appropriate for Wind2003 and above. For windows 2000 use "current anonymous users". What you should see (using the report view) is a horizontal list of all your sites. The "_total" will be the first item. On a busy server you may need to scroll to the right to see them all. You can click on them and delete the ones you know are not the problem. Even though seeFusion and fusionReactor are great tools, I set up saved Perfomon mcc's for all my windows servers - in fact you can view the counters remotely (if you have the right domain rules in place) and you can see more than one server at a time in the same perfmon instance. Granted it is less introspective than one of the Java tools - but for a quick glimpse of a server to answer the question - how busy is it - in real time, it's handy and easy. -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Thursday, December 17, 2009 6:20 PM To: cf-talk Subject: Server Performance Is there a way through command line or a 3rd party application to see what web sites on a CF Pro 8 server are causing the most requests? On one particular server it is starting to show behavior of page timeouts and longer running requests. In the Performance Monitor in windows I see the running requests will max out from time to time and then requests start to queue. I want to be able to determine which sites are generating the most requests so I can examine the traffic and the code on those sites for potential problems. Anybody know of any way to do this? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329253 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

