﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 General Discussion  / SQL 2005 Perfmon Objects/Counters / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Mon, 20 May 2013 09:59:24 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>Hi All,I was looking for the same Answer and I Found something really HelpfulKindly go through the Following once and I m Sure woudl be a Good Learning for Starters :-):-)http://www.sqlservercentral.com/articles/Administration/performancemonitoringbasiccounters/1348/#waittime</description><pubDate>Mon, 18 Jun 2012 04:47:52 GMT</pubDate><dc:creator>Jai-SQL DBA</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>The other thing to bear in mind is how often you are capturing the data. I've read guides where its recommended to change the default value of how big the interval is (in seconds) from 1 second to 1 minute, up to around 10 minutes per 'scan'.Also for a list of all specific counters for SQL2005 use the Dynamic Management View: sys.dm_os_performance_countersThis will however use counters for each DB on the server in question (so you could end up with quite a few!)</description><pubDate>Thu, 11 Dec 2008 08:43:07 GMT</pubDate><dc:creator>Danb7183</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>Just be sure that you're capturing them to a file and not using the GUI. If this causes your server to go down, you were already in severe trouble and you need this information.</description><pubDate>Mon, 28 Jul 2008 06:26:32 GMT</pubDate><dc:creator>Grant Fritchey</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>IT depends on the number and type of counters used but in my eperience I've never seen more thant a 1% or 2% increase in CPU.</description><pubDate>Mon, 28 Jul 2008 06:24:09 GMT</pubDate><dc:creator>Scalability Doug</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>Hi, We have started monitoring our server's performance using PERFMON counter data.We have a doubt is by running this tool on the server(DB/APP server) of a site ,would result in any performance issues for the site/server?Can anyone confirm us on the issues if any in just enabling the counters?</description><pubDate>Mon, 28 Jul 2008 00:46:59 GMT</pubDate><dc:creator>swineethamurthy</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>This is a great help and a perfect start, thanks so much for your help :)Kelley</description><pubDate>Wed, 20 Feb 2008 09:01:21 GMT</pubDate><dc:creator>kelleysimmons</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>Kelly, some key counters and their significance...processor queue length ( &amp;lt; 2 / processor )disk queue length (&amp;lt;1000/spindle)%disk time (obviously &amp;lt;100, the lower the better)contect switches/sec (the lower the better)Hope this helps,Doug</description><pubDate>Tue, 19 Feb 2008 07:43:09 GMT</pubDate><dc:creator>Scalability Doug</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>I've got a core, basic, set of counters that I suggest using [url=http://www.simple-talk.com/sql/performance/sql-server-performance-crib-sheet/#seventh]here[/url]. They barely scratch the surface, but they ought to get you started.</description><pubDate>Tue, 19 Feb 2008 05:47:57 GMT</pubDate><dc:creator>Grant Fritchey</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>You may pick the counters as per your requirement from the below URLhttp://msdn2.microsoft.com/en-us/library/ms190382.aspx</description><pubDate>Tue, 19 Feb 2008 04:37:19 GMT</pubDate><dc:creator>Adiga</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>I do monitor those reqular key counters but need to add the objects/counters specific to sql server 2005, what counters would I use to monitor utilization? what would tell me if a sql 2005 server is under/over utilized?thanks much,Kelley</description><pubDate>Tue, 19 Feb 2008 04:31:44 GMT</pubDate><dc:creator>kelleysimmons</dc:creator></item><item><title>RE: SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>I would suggest monitoring the following counters.[i]Processor:% Processor TimePhysicalDisk:Avg.Disk Queue LengthPhysicalDisk:Disk Read Bytes/sec and PhysicalDisk :Disk Write Bytes/sec[/i]</description><pubDate>Mon, 18 Feb 2008 20:31:32 GMT</pubDate><dc:creator>Adiga</dc:creator></item><item><title>SQL 2005 Perfmon Objects/Counters</title><link>http://www.sqlservercentral.com/Forums/Topic457167-149-1.aspx</link><description>I monitor performance on thousands of infrastructure servers and my scope is increasing to even more application servers. My question is what are the top key perfmon objects and counters I should be capturing? I am using this performance data for both under-utilized and over-utilized servers for consolidation/virtualization and on the other end of the scope pro-active fixes in our environments so I will also need to get the proper thresholds that would fall in the under-utilized vs. over-utilized spaces. oh yeah, in between I also have a slot I call optimum performance :) any help would be greatly appreciated.Kelley</description><pubDate>Mon, 18 Feb 2008 20:05:53 GMT</pubDate><dc:creator>kelleysimmons</dc:creator></item></channel></rss>