 | | From: | =?Utf-8?B?a3dpbGQ=?= | | Subject: | Basic set of CMS performance counters for Performance Monitoring | | Date: | Thu, 20 Jan 2005 10:01:01 -0800 |
|
|
 | If you were to put together a basic set of performance counters for the CMS server, what would that set of performance counters consist of? What would the treshholds be for those counters? Is there a good place to find this information so you wouldn't have to re-invent the wheel?
I need to put this list together as part of a CMS solution I'm working on. Any help would be greatly appreciated.
|
|
 | | From: | j.drerup at syzygy.net | | Subject: | Re: Basic set of CMS performance counters for Performance Monitoring | | Date: | 20 Jan 2005 10:16:03 -0800 |
|
|
 | Hi, have a look at the following document:
"Performance Planning and Deployment with Content Management Server 2002"
http://www.microsoft.com/downloads/details.aspx?FamilyID=e1f50824-c281-4fd6-966c-ac4c68106010&DisplayLang=en
This document contains comprehensive information and guidlines around performance planning. (See chapter 2). Cheers, Justin Drerup http://www.syzygy.net
|
|
 | | From: | =?Utf-8?B?a3dpbGQ=?= | | Subject: | Re: Basic set of CMS performance counters for Performance Monitori | | Date: | Thu, 20 Jan 2005 10:57:04 -0800 |
|
|
 | Ok... I've had a chance to review. I like that document. I think I'll take it for some light reading on my next vacation in the Caribbean :}
But seriously, I know all about the performance counters that come with MCMS 2002. What I need is a 'Top Ten' (or 20...) list. And... I would imagine that that list would include other counters outside the realm of MCMS... things like %proc, disk I/O, memory paging, etc. The cherry on top is 'threshholds' for these counters... at what level of activity do I need to be notified that something's not right.
Does that make sense?
|
|
 | | From: | Spencer Harbar [MVP] | | Subject: | Re: Basic set of CMS performance counters for Performance Monitori | | Date: | Fri, 21 Jan 2005 10:26:24 -0000 |
|
|
 | the below counters should be part of any asp.net/sql server baselining. thresholds is something which can only apply to that baseline, but ovbiously continual proc util of over 80% is not good!
hth Spence www.mcmsfaq.com
Processor\ %Processor Time
ASP.NET\ Requests/sec
ASP.NET\ Request Execution Time
ASP.NET\ Request Wait Time
Web Service\ Get Requests/sec
Memory\ Available Mbytes
Memory\ Pages/sec
Network Interface\ Bytes Total
NTDS\ NTLM Authentications/sec
PhysicalDisk\ %Disk Time,
PhysicalDisk\ Disk Reads/sec,
PhysicalDisk\ Disk Writes/sec
SQL Server:Databases\ Transactions/sec
System\ Context Switches/sec
"kwild" wrote in message news:3E106272-ABBD-445E-BCD2-433C8668B651@microsoft.com... > Ok... I've had a chance to review. I like that document. I think I'll take > it > for some light reading on my next vacation in the Caribbean :} > > But seriously, I know all about the performance counters that come with > MCMS > 2002. What I need is a 'Top Ten' (or 20...) list. And... I would imagine > that > that list would include other counters outside the realm of MCMS... things > like %proc, disk I/O, memory paging, etc. The cherry on top is > 'threshholds' > for these counters... at what level of activity do I need to be notified > that > something's not right. > > Does that make sense?
|
|
 | | From: | =?Utf-8?B?a3dpbGQ=?= | | Subject: | Re: Basic set of CMS performance counters for Performance Monitori | | Date: | Thu, 20 Jan 2005 10:37:06 -0800 |
|
|
 | I'll take a look. Thanx.
|
|