B 
		
								
				
				
			
		Bert Hyman
Using the PerformanceCounterCategory methods on SQL Server objects
returns counters that don't show up in PERFMON, in particular:
SQLServer:AccessMethods \ Worktables from cache ratio base
SQLServer:BufferManager \ Buffer cache hit ratio base
SQLServer:CacheManager(_Total) \ Cache hit ratio base
SQLServer atabases (Master) \ Log cache hit ratio base
atabases (Master) \ Log cache hit ratio base
SQLServer:Latches \ Average latch wait time base
SQLServer:Locks \ Average wait time base
I note that they all end in " ... base", which may or may not mean
anything.
Why are these counters returned by dotNet, but not by PERFMON, or vice
versa?
				
			returns counters that don't show up in PERFMON, in particular:
SQLServer:AccessMethods \ Worktables from cache ratio base
SQLServer:BufferManager \ Buffer cache hit ratio base
SQLServer:CacheManager(_Total) \ Cache hit ratio base
SQLServer
 atabases (Master) \ Log cache hit ratio base
atabases (Master) \ Log cache hit ratio baseSQLServer:Latches \ Average latch wait time base
SQLServer:Locks \ Average wait time base
I note that they all end in " ... base", which may or may not mean
anything.
Why are these counters returned by dotNet, but not by PERFMON, or vice
versa?
