|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQLServer:Locks(_Total)\Lock Requests/secFor a certain performance related problem that we are examining, I captured
the "SQLServer:Locks(_Total)\Lock Requests/sec" in PerfMon. Got very high values. Is it true that a large number of the requests will be for System related objects and not the actual user defined objects? I know that it is possible to cut out the system related numbers from being captured while using the Profiler, but how do I achieve the same when using PerfMon? Cheers! SQLCatZ You can not exclude system related lock request from the PerfMon counters.
The counters are instance wide and do not distinguish between different types of objects. -- Show quoteSanteri (Santtu) Voutilainen This posting is provided "AS IS" with no warranties, and confers no rights. "SQLCatz" <SQLC***@discussions.microsoft.com> wrote in message news:9C5D9D73-A31E-482A-8592-FAA2E584F780@microsoft.com... > For a certain performance related problem that we are examining, I > captured > the "SQLServer:Locks(_Total)\Lock Requests/sec" in PerfMon. > Got very high values. > Is it true that a large number of the requests will be for System related > objects and not the actual user defined objects? > I know that it is possible to cut out the system related numbers from > being > captured while using the Profiler, but how do I achieve the same when > using > PerfMon? > > Cheers! > SQLCatZ |
|||||||||||||||||||||||