INFORMANT-SQLSERVER-V2

MIB Reference — IPNetwork Monitor

All MIBsINFORMANT-SQLSERVER-V2

Organization: Informant Systems, Inc.

Last Updated: 2008-04-27

Category: Domain: Server/Host Monitoring, Vendor: Informant Systems, Vendor: Microsoft, Web and Application Servers

Description:

Informant Systems version 2 MIB for Microsoft SQL Server providing enhanced database and instance monitoring objects via SNMP.

Imported Objects

From SNMPv2-SMI

Gauge32
Integer32
MODULE-IDENTITY
OBJECT-TYPE

From WTCS

InstanceName
informantOBJECT-IDENTITY

What Is INFORMANT-SQLSERVER-V2?

INFORMANT-SQLSERVER-V2 is a MIB from Informant Systems that provides SNMP-based monitoring of Microsoft SQL Server 2005/2008 instances, including the relational database engine, SQL Server Agent, and Analysis Services components. It exposes performance-counter-style objects covering cache statistics (size, hit ratio, hits/inserts/evictions per second), instance naming, and per-component engine status, effectively surfacing Windows performance-monitor-style counters over SNMP. This makes it a software/performance-status MIB used to monitor database server health -- cache efficiency, throughput, and whether the engine, Agent (job scheduler), and Analysis Services processes are running correctly -- analogous to monitoring CPU/memory load and process status on a general server. It depends on the underlying Windows Performance Monitor counter framework that Informant's agent translates into SNMP, rather than a specific IETF standard. It is typically deployed by database administrators who want centralized SNMP-based dashboards for SQL Server estates without installing a dedicated APM agent, making INFORMANT-SQLSERVER-V2 SNMP monitoring a lightweight alternative for SQL Server estates.

IPNetwork Monitor allows you to monitor SNMP objects defined in INFORMANT-SQLSERVER-V2. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • Analysis Services cache size and hit ratio
  • cache inserts/evictions per second
  • SQL Server engine status
  • SQL Server Agent status
  • instance naming/identification

Supported Devices

  • Microsoft SQL Server 2005/2008 hosts (via Informant Systems SNMP agent)

Monitoring Examples

Polling as2CacheTable/as2CacheEntry lets an admin track as2CacheCurrentKB, as2CacheDirectHitRatio, and as2CacheEvictionsPerSec for an Analysis Services instance identified via as2NameTable/as2NameInstance, revealing whether the cache is undersized (low hit ratio, high eviction rate) and causing slow query performance. Alongside sqlServerEngineV2 and sqlServerAgentV2 objects, this gives a combined view of database engine, job-scheduling, and OLAP cache health for a given SQL Server instance.

OIDs
OID symbolicOID numericTypeAccessDescription
sqlServerV21.3.6.1.4.1.9600.1.13The MIB module for informant SQL Server V2 entries. This module supports SQL Server 2005 and SQL Server 2008.
analysisServicesV21.3.6.1.4.1.9600.1.13.1
as2NameTable1.3.6.1.4.1.9600.1.13.1.1not-accessibleThis table contains the list of Analysis Services instance names installed. The as2NameIndex is used to refer to all other Analysis Services SNMP entries.
as2NameEntry1.3.6.1.4.1.9600.1.13.1.1.1not-accessiblePerformance information for one Analysis Services name instance.
I32 as2NameIndex1.3.6.1.4.1.9600.1.13.1.1.1.1Integer32read-onlyThe index number associated with the instance name
INS as2NameInstance1.3.6.1.4.1.9600.1.13.1.1.1.2InstanceNameread-onlyThe name of the Analysis Services installed instance.
as2CacheTable1.3.6.1.4.1.9600.1.13.1.2not-accessibleStatistics related to Microsoft Analysis Services aggregation cache.
as2CacheEntry1.3.6.1.4.1.9600.1.13.1.2.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2CacheCurrentKB1.3.6.1.4.1.9600.1.13.1.2.1.1Gauge32read-onlyCurrent memory used by the aggregation cache, in KB.
G32 as2CacheCurrentEntries1.3.6.1.4.1.9600.1.13.1.2.1.2Gauge32read-onlyCurrent number of cache entries.
G32 as2CacheDirectHitRatio1.3.6.1.4.1.9600.1.13.1.2.1.3Gauge32read-onlyRatio of cache direct hits to cache lookups, for the period between obtaining counter values.
G32 as2CacheDirectHitsPerSec1.3.6.1.4.1.9600.1.13.1.2.1.4Gauge32read-onlyRate of cache direct hits. Queries were answered from an existing cache entry.
G32 as2CacheEvictionsPerSec1.3.6.1.4.1.9600.1.13.1.2.1.5Gauge32read-onlyRate of evictions from the cache. This is per partition per cube per database. Typically due to background cleaner.
G32 as2CacheInsertsPerSec1.3.6.1.4.1.9600.1.13.1.2.1.6Gauge32read-onlyRate of insertions into the cache. This is per partition per cube per database.
G32 as2CacheKBAddedPerSec1.3.6.1.4.1.9600.1.13.1.2.1.7Gauge32read-onlyRate of memory added to the cache, KB/sec.
G32 as2CacheLookupsPerSec1.3.6.1.4.1.9600.1.13.1.2.1.8Gauge32read-onlyRate of cache lookups.
G32 as2CacheMissesPerSec1.3.6.1.4.1.9600.1.13.1.2.1.9Gauge32read-onlyRate of cache misses.
G32 as2CacheTotalDirectHits1.3.6.1.4.1.9600.1.13.1.2.1.10Gauge32read-onlyTotal count of direct cache hits. Queries were answered from existing cache entries.
G32 as2CacheTotalEvictions1.3.6.1.4.1.9600.1.13.1.2.1.11Gauge32read-onlyEvictions from the cache. This is per partition per cube per database. Typically due to background cleaner.
G32 as2CacheTotalFiltIteratorCachHit1.3.6.1.4.1.9600.1.13.1.2.1.12Gauge32read-onlyTotal number of cache hits that returned an indexed iterator over the filtered results
G32 as2CacheTotalFiltIteratorCachMis1.3.6.1.4.1.9600.1.13.1.2.1.13Gauge32read-onlyTotal number of cache hits that were unable to build an indexed iterator over the filtered results and had to build a new cache with the filtered results
G32 as2CacheTotalInserts1.3.6.1.4.1.9600.1.13.1.2.1.14Gauge32read-onlyInsertions into the cache. This is per partition per cube per database.
G32 as2CacheTotalLookups1.3.6.1.4.1.9600.1.13.1.2.1.15Gauge32read-onlyTotal number of lookups into the cache.
G32 as2CacheTotalMisses1.3.6.1.4.1.9600.1.13.1.2.1.16Gauge32read-onlyTotal count of cache misses.
as2ConnectionTable1.3.6.1.4.1.9600.1.13.1.3not-accessibleStatistics related to Microsoft Analysis Services connections.
as2ConnectionEntry1.3.6.1.4.1.9600.1.13.1.3.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2ConnectionCurrentConnections1.3.6.1.4.1.9600.1.13.1.3.1.1Gauge32read-onlyCurrent number of client connections established.
G32 as2ConnectionCurrentUserSessions1.3.6.1.4.1.9600.1.13.1.3.1.2Gauge32read-onlyCurrent number of user sessions established.
G32 as2ConnectionFailuresPerSec1.3.6.1.4.1.9600.1.13.1.3.1.3Gauge32read-onlyRate of connection failures.
G32 as2ConnectionRequestsPerSec1.3.6.1.4.1.9600.1.13.1.3.1.4Gauge32read-onlyRate of connection requests. These are arrivals.
G32 as2ConnectionSuccessesPerSec1.3.6.1.4.1.9600.1.13.1.3.1.5Gauge32read-onlyRate of successful connection completions.
G32 as2ConnectionTotalFailures1.3.6.1.4.1.9600.1.13.1.3.1.6Gauge32read-onlyTotal failed connection attempts.
G32 as2ConnectionTotalRequests1.3.6.1.4.1.9600.1.13.1.3.1.7Gauge32read-onlyTotal connection requests. These are arrivals.
G32 as2ConnectionTotalSuccesses1.3.6.1.4.1.9600.1.13.1.3.1.8Gauge32read-onlyTotal successful connections.
as2DataMiningModelProcessTable1.3.6.1.4.1.9600.1.13.1.4not-accessibleStatistics related to Microsoft Analysis Services Data Mining model processing.
as2DataMiningModelProcessEntry1.3.6.1.4.1.9600.1.13.1.4.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2dmmpCasesPerSec1.3.6.1.4.1.9600.1.13.1.4.1.1Gauge32read-onlyRate of processing cases.
G32 as2dmmpCurrentModelsProcessing1.3.6.1.4.1.9600.1.13.1.4.1.2Gauge32read-onlyCurrent number of models being processed
as2DataMiningPredictionTable1.3.6.1.4.1.9600.1.13.1.5not-accessibleStatistics related to Microsoft Analysis Services Data Mining prediction.
as2DataMiningPredictionEntry1.3.6.1.4.1.9600.1.13.1.5.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2dmpConcurrentDMQueries1.3.6.1.4.1.9600.1.13.1.5.1.1Gauge32read-onlyCurrent number of Data Mining queries being actively worked on.
G32 as2dmpPredictionsPerSec1.3.6.1.4.1.9600.1.13.1.5.1.2Gauge32read-onlyRate of Data Mining prediction queries
G32 as2dmpQueriesPerSec1.3.6.1.4.1.9600.1.13.1.5.1.3Gauge32read-onlyRate of Data Mining queries
G32 as2dmpRowsPerSec1.3.6.1.4.1.9600.1.13.1.5.1.4Gauge32read-onlyRate of predicting rows
G32 as2dmpTotalPredictions1.3.6.1.4.1.9600.1.13.1.5.1.5Gauge32read-onlyTotal Data Mining Prediction Queries received by the server
G32 as2dmpTotalQueries1.3.6.1.4.1.9600.1.13.1.5.1.6Gauge32read-onlyTotal Data Mining Queries received by the server
G32 as2dmpTotalRows1.3.6.1.4.1.9600.1.13.1.5.1.7Gauge32read-onlyTotal Rows returned by Data Mining queries
as2LocksTable1.3.6.1.4.1.9600.1.13.1.6not-accessibleStatistics related to Microsoft Analysis Services internal server locks.
as2LocksEntry1.3.6.1.4.1.9600.1.13.1.6.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2LocksCurrentLatchWaits1.3.6.1.4.1.9600.1.13.1.6.1.1Gauge32read-onlyCurrent number of threads waiting for a latch. These are latch requests that could not be given immediate grants and are in a wait state.
G32 as2LocksCurrentLockWaits1.3.6.1.4.1.9600.1.13.1.6.1.2Gauge32read-onlyCurrent number of clients waiting for a lock.
G32 as2LocksCurrentLocks1.3.6.1.4.1.9600.1.13.1.6.1.3Gauge32read-onlyCurrent number of locked objects.
G32 as2LocksLatchWaitsPerSec1.3.6.1.4.1.9600.1.13.1.6.1.4Gauge32read-onlyRate of latch requests that could not be granted immediately and had to wait before being granted.
G32 as2LocksLockDenialsPerSec1.3.6.1.4.1.9600.1.13.1.6.1.5Gauge32read-onlyRate of lock denials.
G32 as2LocksLockGrantsPerSec1.3.6.1.4.1.9600.1.13.1.6.1.6Gauge32read-onlyNumber of lock grants per second.
G32 as2LocksLockRequestsPerSec1.3.6.1.4.1.9600.1.13.1.6.1.7Gauge32read-onlyNumber of lock requests per second.
G32 as2LocksLockWaitsPerSec1.3.6.1.4.1.9600.1.13.1.6.1.8Gauge32read-onlyNumber of lock waits per second. These are lock requests that could not be given immediate lock grants and were put in a wait state.
G32 as2LocksTotalDeadlocksDetected1.3.6.1.4.1.9600.1.13.1.6.1.9Gauge32read-onlyTotal number of deadlocks detected.
G32 as2LocksUnlockRequestsPerSec1.3.6.1.4.1.9600.1.13.1.6.1.10Gauge32read-onlyNumber of unlock requests per second.
as2MDXTable1.3.6.1.4.1.9600.1.13.1.7not-accessibleStatistics related to Microsoft Analysis Services MDX Calculations.
as2MDXEntry1.3.6.1.4.1.9600.1.13.1.7.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2MDXCurrentNumOfCachedEvalNode1.3.6.1.4.1.9600.1.13.1.7.1.1Gauge32read-onlyCurrent (approximate) number of cached evaluation nodes built by MDX execution plans
G32 as2MDXCurrentNumOfEvalNode1.3.6.1.4.1.9600.1.13.1.7.1.2Gauge32read-onlyCurrent (approximate) number of evaluation nodes built by MDX execution plans including active and cached
G32 as2MDXNumOfStorageEngineEvalNode1.3.6.1.4.1.9600.1.13.1.7.1.3Gauge32read-onlyTotal number of Storage Engine evaluation nodes built by MDX execution plans
G32 as2MDXNumOfBulkModeEvalNode1.3.6.1.4.1.9600.1.13.1.7.1.4Gauge32read-onlyTotal number of bulk-mode evaluation nodes built by MDX execution plans
G32 as2MDXNumOfCachedotherEvalNode1.3.6.1.4.1.9600.1.13.1.7.1.5Gauge32read-onlyTotal number of cached evaluation nodes built by MDX execution plans that are neither Storage Engine nor Bulk-mode
G32 as2MDXNumCacheStorEngineEvalNode1.3.6.1.4.1.9600.1.13.1.7.1.6Gauge32read-onlyTotal number of cached Storage Engine evaluation nodes built by MDX execution plans
G32 as2MDXNumOfCacheBulkModeEvalNode1.3.6.1.4.1.9600.1.13.1.7.1.7Gauge32read-onlyTotal number of cached bulk-mode evaluation nodes built by MDX execution plans
G32 as2MDXNumberOfCalculationCovers1.3.6.1.4.1.9600.1.13.1.7.1.8Gauge32read-onlyTotal number of evaluation nodes built by MDX execution plans including active and cached
G32 as2MDXNumOfCellByCellEvalNode1.3.6.1.4.1.9600.1.13.1.7.1.9Gauge32read-onlyTotal number of cell-by-cell evaluation nodes built by MDX execution plans
G32 as2MDXNumCellCellHitCacheEvalNod1.3.6.1.4.1.9600.1.13.1.7.1.10Gauge32read-onlyTotal number of cell-by-cell hits in the cache of evaluation nodes
G32 as2MDXNumCellCellMissCachEvalNod1.3.6.1.4.1.9600.1.13.1.7.1.11Gauge32read-onlyTotal number of cell-by-cell misses in the cache of evaluation nodes
G32 as2MDXNumEvalNodThatCovASglCell1.3.6.1.4.1.9600.1.13.1.7.1.12Gauge32read-onlyTotal number of evaluation nodes built by MDX execution plans that covered only one cell
G32 as2MDXNumEvalNodeCalcSameGranula1.3.6.1.4.1.9600.1.13.1.7.1.13Gauge32read-onlyTotal number of evaluation nodes built by MDX execution plans for which the calculations were at the same granularity as the evaluation node
G32 as2MDXNumEvictionsEvalNode1.3.6.1.4.1.9600.1.13.1.7.1.14Gauge32read-onlyTotal number of cache evictions of evaluation nodes due to collisions
G32 as2MDXNumHashdexHitsCacheEvalNod1.3.6.1.4.1.9600.1.13.1.7.1.15Gauge32read-onlyTotal number of hits in the cache of evaluation nodes that were satisfied by the hash index
G32 as2MDXNumSubcubeHitsCacheEvalNod1.3.6.1.4.1.9600.1.13.1.7.1.16Gauge32read-onlyTotal number of subcube hits in the cache of evaluation nodes
G32 as2MDXNumSubcubeMissCacheEvalNod1.3.6.1.4.1.9600.1.13.1.7.1.17Gauge32read-onlyTotal number of subcube misses in the cache of evaluation nodes
G32 as2MDXTotalAutoexist1.3.6.1.4.1.9600.1.13.1.7.1.18Gauge32read-onlyTotal number of times autoexist performed
G32 as2MDXTotalEXISTING1.3.6.1.4.1.9600.1.13.1.7.1.19Gauge32read-onlyTotal number of times EXISTING set operator performed
G32 as2MDXTotalNONEMPTY1.3.6.1.4.1.9600.1.13.1.7.1.20Gauge32read-onlyTotal number of times NON EMPTY algorithms is used
G32 as2MDXTotalNONEMPTYCalculatMemb1.3.6.1.4.1.9600.1.13.1.7.1.21Gauge32read-onlyTotal number of times NON EMPTY algorithm was looping over calculated members
G32 as2MDXTotalNONEMPTYUnoptimized1.3.6.1.4.1.9600.1.13.1.7.1.22Gauge32read-onlyTotal number of times unoptimized NON EMPTY algorithm is used
G32 as2MDXTotalSonarSubcubes1.3.6.1.4.1.9600.1.13.1.7.1.23Gauge32read-onlyTotal number of subcubes that query optimizer generated
G32 as2MDXTotalCellsCalculated1.3.6.1.4.1.9600.1.13.1.7.1.24Gauge32read-onlyTotal number of cell properties calculated
G32 as2MDXTotalFlatCacheInserts1.3.6.1.4.1.9600.1.13.1.7.1.25Gauge32read-onlyTotal number of cell values inserted into flat calculation cache
G32 as2MDXTotalRecomputes1.3.6.1.4.1.9600.1.13.1.7.1.26Gauge32read-onlyTotal number of cells recomputed due to error
as2MemoryTable1.3.6.1.4.1.9600.1.13.1.8not-accessibleStatistics related to Microsoft Analysis Services internal server memory.
as2MemoryEntry1.3.6.1.4.1.9600.1.13.1.8.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2memAggCacheKB1.3.6.1.4.1.9600.1.13.1.8.1.1Gauge32read-onlyCurrent memory allocated to filestore (file cache), in KB.
G32 as2memAggregationMapFiles1.3.6.1.4.1.9600.1.13.1.8.1.2Gauge32read-onlyNumber of aggregation map files.
G32 as2memCleanerBalancePerSec1.3.6.1.4.1.9600.1.13.1.8.1.3Gauge32read-onlyRate of balance+shrink operations.
G32 as2memCleanerCurrentPrice1.3.6.1.4.1.9600.1.13.1.8.1.4Gauge32read-onlyCurrent price of memory, $/byte/time, normalized to 1000.
G32 as2memCleanerMemoryKB1.3.6.1.4.1.9600.1.13.1.8.1.5Gauge32read-onlyAmount of memory, in KB, known to the background cleaner. (Cleaner memory shrinkable + Cleaner memory nonshrinkable.)
G32 as2memCleanerMemNonshrinkableKB1.3.6.1.4.1.9600.1.13.1.8.1.6Gauge32read-onlyAmount of memory, in KB, not subject to purging by the background cleaner.
G32 as2memCleanerMemoryShrinkableKB1.3.6.1.4.1.9600.1.13.1.8.1.7Gauge32read-onlyAmount of memory, in KB, subject to purging by the background cleaner.
G32 as2memCleanerMemShrunkKBSec1.3.6.1.4.1.9600.1.13.1.8.1.8Gauge32read-onlyRate of shrinking, in KB/sec.
G32 as2memDimensionIndexHashFiles1.3.6.1.4.1.9600.1.13.1.8.1.9Gauge32read-onlyNumber of dimension index (hash) files.
G32 as2memDimensionPropertyFiles1.3.6.1.4.1.9600.1.13.1.8.1.10Gauge32read-onlyNumber of dimension property files.
G32 as2memDimensionStringFiles1.3.6.1.4.1.9600.1.13.1.8.1.11Gauge32read-onlyNumber of dimension string files.
G32 as2memFactAggregationFiles1.3.6.1.4.1.9600.1.13.1.8.1.12Gauge32read-onlyNumber of fact aggregation files.
G32 as2memFactDataFiles1.3.6.1.4.1.9600.1.13.1.8.1.13Gauge32read-onlyNumber of fact data files.
G32 as2memFactStringFiles1.3.6.1.4.1.9600.1.13.1.8.1.14Gauge32read-onlyNumber of fact string files.
G32 as2memFilestoreClockPgExamineSec1.3.6.1.4.1.9600.1.13.1.8.1.15Gauge32read-onlyRate of background cleaner examining pages for eviction consideration.
G32 as2memFilestoreClockPgHaveRefSec1.3.6.1.4.1.9600.1.13.1.8.1.16Gauge32read-onlyRate of background cleaner examining pages that have a current reference count (are currently in use).
G32 as2memFilestoreClockPgValidSec1.3.6.1.4.1.9600.1.13.1.8.1.17Gauge32read-onlyRate of background cleaner examining pages that are valid candidates for eviction.
G32 as2memFilestoreIOErrors1.3.6.1.4.1.9600.1.13.1.8.1.18Gauge32read-onlyFilestore IO Errors total.
G32 as2memFilestoreIOErrorsPerSec1.3.6.1.4.1.9600.1.13.1.8.1.19Gauge32read-onlyFilestore IO Error rate.
G32 as2memFilestoreKB1.3.6.1.4.1.9600.1.13.1.8.1.20Gauge32read-onlyCurrent memory allocated to filestore (file cache), in KB.
G32 as2memFilestoreKBReadsPerSec1.3.6.1.4.1.9600.1.13.1.8.1.21Gauge32read-onlyFilestore KB read/sec.
G32 as2memFilestoreKBWritePerSec1.3.6.1.4.1.9600.1.13.1.8.1.22Gauge32read-onlyFilestore KB written/sec. The writes are asynchronous.
G32 as2memFilestoreMemoryPinnedKB1.3.6.1.4.1.9600.1.13.1.8.1.23Gauge32read-onlyCurrent filestore memory pinned KB.
G32 as2memFilestorePageFaultsPerSec1.3.6.1.4.1.9600.1.13.1.8.1.24Gauge32read-onlyFilestore page fault rate.
G32 as2memFilestoreReadsPerSec1.3.6.1.4.1.9600.1.13.1.8.1.25Gauge32read-onlyFilestore pages read/sec.
G32 as2memFilestoreWritesPerSec1.3.6.1.4.1.9600.1.13.1.8.1.26Gauge32read-onlyFilestore pages written/sec. The writes are asynchronous.
G32 as2memInMemAggregationMapFileKB1.3.6.1.4.1.9600.1.13.1.8.1.27Gauge32read-onlyCurrent in-memory aggregation map file KB.
G32 as2memInMemAggregateMapFileKBSec1.3.6.1.4.1.9600.1.13.1.8.1.28Gauge32read-onlyIn-memory aggregation map file KB rate.
G32 as2memInMemDimenIndexHashFileKB1.3.6.1.4.1.9600.1.13.1.8.1.29Gauge32read-onlyCurrent in-memory dimension index (hash) file KB.
G32 as2memInMemDimenIndHashFileKBSec1.3.6.1.4.1.9600.1.13.1.8.1.30Gauge32read-onlyIn-memory dimension index (hash) file KB rate.
G32 as2memInMemDimenProtyFileKB1.3.6.1.4.1.9600.1.13.1.8.1.31Gauge32read-onlyCurrent in-memory dimension proty file KB.
G32 as2memInMemDimenProtyFileKBSec1.3.6.1.4.1.9600.1.13.1.8.1.32Gauge32read-onlyIn-memory dimension proty file KB rate.
G32 as2memInMemDimenStringFileKB1.3.6.1.4.1.9600.1.13.1.8.1.33Gauge32read-onlyCurrent in-memory dimension string file KB.
G32 as2memInMemDimenStringFileKBSec1.3.6.1.4.1.9600.1.13.1.8.1.34Gauge32read-onlyIn-memory dimension string file KB rate.
G32 as2memInMemFactAggregationFileKB1.3.6.1.4.1.9600.1.13.1.8.1.35Gauge32read-onlyCurrent in-memory fact aggregation file KB.
G32 as2memInMemFactAggregatFileKBSec1.3.6.1.4.1.9600.1.13.1.8.1.36Gauge32read-onlyIn-memory fact aggregation file KB rate.
G32 as2memInMemoryFactDataFileKB1.3.6.1.4.1.9600.1.13.1.8.1.37Gauge32read-onlyCurrent in-memory fact data file KB.
G32 as2memInMemFactDataFileKBSec1.3.6.1.4.1.9600.1.13.1.8.1.38Gauge32read-onlyIn-memory fact data file KB rate.
G32 as2memInMemoryFactStringFileKB1.3.6.1.4.1.9600.1.13.1.8.1.39Gauge32read-onlyCurrent in-memory fact string file KB.
G32 as2memInMemFactStringFileKBSec1.3.6.1.4.1.9600.1.13.1.8.1.40Gauge32read-onlyIn-memory fact string file KB rate.
G32 as2memInMemoryMapFileKB1.3.6.1.4.1.9600.1.13.1.8.1.41Gauge32read-onlyCurrent in-memory map file KB.
G32 as2memInMemoryMapFileKBPerSec1.3.6.1.4.1.9600.1.13.1.8.1.42Gauge32read-onlyIn-memory map file KB rate.
G32 as2memInMemoryOtherFileKB1.3.6.1.4.1.9600.1.13.1.8.1.43Gauge32read-onlyCurrent in-memory other file KB.
G32 as2memInMemoryOtherFileKBPerSec1.3.6.1.4.1.9600.1.13.1.8.1.44Gauge32read-onlyIn-memory other file KB rate.
G32 as2memMapFiles1.3.6.1.4.1.9600.1.13.1.8.1.45Gauge32read-onlyNumber of map files.
G32 as2memMemoryLimitHighKB1.3.6.1.4.1.9600.1.13.1.8.1.46Gauge32read-onlyHigh memory limit, from configuration file.
G32 as2memMemoryLimitLowKB1.3.6.1.4.1.9600.1.13.1.8.1.47Gauge32read-onlyLow memory limit, from configuration file.
G32 as2memMemoryUsageKB1.3.6.1.4.1.9600.1.13.1.8.1.48Gauge32read-onlyMemory usage of the server process. Same as perfmon counter for Process\PrivateBytes.
G32 as2memOtherFiles1.3.6.1.4.1.9600.1.13.1.8.1.49Gauge32read-onlyNumber of other files.
G32 as2memPagePool1AllocKB1.3.6.1.4.1.9600.1.13.1.8.1.50Gauge32read-onlyMemory borrowed from 64KB page pool, in KB. This memory is given away to other parts of the server.
G32 as2memPagePool1LookasideKB1.3.6.1.4.1.9600.1.13.1.8.1.51Gauge32read-onlyCurrent memory in 8KB lookaside list, in KB. (Memory pages ready to be used.)
G32 as2memPagePool64AllocKB1.3.6.1.4.1.9600.1.13.1.8.1.52Gauge32read-onlyMemory borrowed from system, in KB. This memory is given away to other parts of the server.
G32 as2memPagePool64LookasideKB1.3.6.1.4.1.9600.1.13.1.8.1.53Gauge32read-onlyCurrent memory in 64KB lookaside list, in KB. (Memory pages ready to be used.)
G32 as2memPagePool8AllocKB1.3.6.1.4.1.9600.1.13.1.8.1.54Gauge32read-onlyMemory borrowed from 64KB page pool, in KB. This memory is given away to other parts of the server.
G32 as2memPagePool8LookasideKB1.3.6.1.4.1.9600.1.13.1.8.1.55Gauge32read-onlyCurrent memory in 8KB lookaside list, in KB. (Memory pages ready to be used.)
G32 as2memPotenMemAggregatMapFileKB1.3.6.1.4.1.9600.1.13.1.8.1.56Gauge32read-onlyPotential in-memory aggregation map file KB.
G32 as2memPotenMemDimenIndHashFilKB1.3.6.1.4.1.9600.1.13.1.8.1.57Gauge32read-onlyPotential in-memory dimension index (hash) file KB.
G32 as2memPotenMemDimenProFileKB1.3.6.1.4.1.9600.1.13.1.8.1.58Gauge32read-onlyPotential in-memory dimension proty file KB.
G32 as2memPotenMemDimenStringFileKB1.3.6.1.4.1.9600.1.13.1.8.1.59Gauge32read-onlyPotential in-memory dimension string file KB.
G32 as2memPotenMemFactAggregFileKB1.3.6.1.4.1.9600.1.13.1.8.1.60Gauge32read-onlyPotential in-memory fact aggregation file KB.
G32 as2memPotenMemFactDataFileKB1.3.6.1.4.1.9600.1.13.1.8.1.61Gauge32read-onlyPotential in-memory fact data file KB.
G32 as2memPotenMemFactStringFileKB1.3.6.1.4.1.9600.1.13.1.8.1.62Gauge32read-onlyPotential in-memory fact string file KB.
G32 as2memPotentialInMemoryMapFileKB1.3.6.1.4.1.9600.1.13.1.8.1.63Gauge32read-onlyPotential in-memory map file KB.
G32 as2memPotenMemOtherFileKB1.3.6.1.4.1.9600.1.13.1.8.1.64Gauge32read-onlyPotential in-memory other file KB.
G32 as2memQuotaBlocked1.3.6.1.4.1.9600.1.13.1.8.1.65Gauge32read-onlyCurrent number of quota requests that are blocked until other memory quotas are freed.
G32 as2memQuotaKB1.3.6.1.4.1.9600.1.13.1.8.1.66Gauge32read-onlyCurrent memory quota, in KB. Memory quota is also known as a memory grant or memory reservation.
as2ProactiveCachingTable1.3.6.1.4.1.9600.1.13.1.9not-accessibleStatistics related to Microsoft Analysis Services Proactive Caching.
as2ProactiveCachingEntry1.3.6.1.4.1.9600.1.13.1.9.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2pcNotificationsPerSec1.3.6.1.4.1.9600.1.13.1.9.1.1Gauge32read-onlyRate of notifications from relational database.
G32 as2pcProactiveCachingBeginPerSec1.3.6.1.4.1.9600.1.13.1.9.1.2Gauge32read-onlyRate of proactive caching begin.
G32 as2pcProactiveCachCompSec1.3.6.1.4.1.9600.1.13.1.9.1.3Gauge32read-onlyRate of proactive caching completion.
G32 as2pcProcessCancellationsSec1.3.6.1.4.1.9600.1.13.1.9.1.4Gauge32read-onlyRate of processing cancellations caused by notifications.
as2ProcAggregationsTable1.3.6.1.4.1.9600.1.13.1.10not-accessibleStatistics related to Microsoft Analysis Services processing of aggregations in MOLAP data files.
as2ProcAggregationsEntry1.3.6.1.4.1.9600.1.13.1.10.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2paCurrentPartitions1.3.6.1.4.1.9600.1.13.1.10.1.1Gauge32read-onlyCurrent number of partitions being processed.
G32 as2paMemorySizeBytes1.3.6.1.4.1.9600.1.13.1.10.1.2Gauge32read-onlySize of current aggregations in memory. This count is an estimate.
G32 as2paMemorySizeRows1.3.6.1.4.1.9600.1.13.1.10.1.3Gauge32read-onlySize of current aggregations in memory. This count is an estimate.
G32 as2paRowsCreatedPerSec1.3.6.1.4.1.9600.1.13.1.10.1.4Gauge32read-onlyRate of aggregation rows created.
G32 as2paRowsMergedPerSec1.3.6.1.4.1.9600.1.13.1.10.1.5Gauge32read-onlyRate of rows merged or inserted into an aggregation.
G32 as2paTempFileBytesWrittenPerSec1.3.6.1.4.1.9600.1.13.1.10.1.6Gauge32read-onlyRate of writing bytes to a temporary file. Temporary files are written when aggregations exceed memory limits.
G32 as2paTempFileRowsWrittenPerSec1.3.6.1.4.1.9600.1.13.1.10.1.7Gauge32read-onlyRate of writing rows to a temporary file. Temporary files are written when aggregations exceed memory limits.
G32 as2paTotalPartitions1.3.6.1.4.1.9600.1.13.1.10.1.8Gauge32read-onlyTotal number of partitions processed (successfully or otherwise).
as2ProcIndexesTable1.3.6.1.4.1.9600.1.13.1.11not-accessibleStatistics related to Microsoft Analysis Services processing of indexes for MOLAP data files.
as2ProcIndexesEntry1.3.6.1.4.1.9600.1.13.1.11.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2ProcIndexesCurrentPartitions1.3.6.1.4.1.9600.1.13.1.11.1.1Gauge32read-onlyCurrent number of partitions being processed.
G32 as2ProcIndexesRowsPerSec1.3.6.1.4.1.9600.1.13.1.11.1.2Gauge32read-onlyRate of rows from MOLAP files used to create indexes.
G32 as2ProcIndexesTotalPartitions1.3.6.1.4.1.9600.1.13.1.11.1.3Gauge32read-onlyTotal number of partitions processed (successfully or otherwise).
G32 as2ProcIndexesTotalRows1.3.6.1.4.1.9600.1.13.1.11.1.4Gauge32read-onlyTotal rows from MOLAP files used to create indexes.
as2ProcessingTable1.3.6.1.4.1.9600.1.13.1.12not-accessibleStatistics related to Microsoft Analysis Services processing of data.
as2ProcessingEntry1.3.6.1.4.1.9600.1.13.1.12.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2ProcessingRowsConvertedPerSec1.3.6.1.4.1.9600.1.13.1.12.1.1Gauge32read-onlyRate of rows converted during processing.
G32 as2ProcessingRowsReadPerSec1.3.6.1.4.1.9600.1.13.1.12.1.2Gauge32read-onlyRate of rows read from all relational databases.
G32 as2ProcessingRowsWrittenPerSec1.3.6.1.4.1.9600.1.13.1.12.1.3Gauge32read-onlyRate of rows written during processing.
G32 as2ProcessingTotalRowsConverted1.3.6.1.4.1.9600.1.13.1.12.1.4Gauge32read-onlyCount of rows converted during processing.
G32 as2ProcessingTotalRowsRead1.3.6.1.4.1.9600.1.13.1.12.1.5Gauge32read-onlyCount of rows read from all relational databases.
G32 as2ProcessingTotalRowsWritten1.3.6.1.4.1.9600.1.13.1.12.1.6Gauge32read-onlyCount of rows written during processing.
as2StorageEngineQueryTable1.3.6.1.4.1.9600.1.13.1.13not-accessibleStatistics related to Microsoft Analysis Services storage engine queries.
as2StorageEngineQueryEntry1.3.6.1.4.1.9600.1.13.1.13.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2seqAggregationHitsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.1Gauge32read-onlyRate of aggregation hits.
G32 as2seqAggregationLookupsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.2Gauge32read-onlyRate of aggregation lookups.
G32 as2seqAvgTimePerQuery1.3.6.1.4.1.9600.1.13.1.13.1.3Gauge32read-onlyAverage time per query, in milliseconds. Response time based on queries answered since the last counter measurement.
G32 as2seqBytesSentPerSec1.3.6.1.4.1.9600.1.13.1.13.1.4Gauge32read-onlyRate of bytes sent by server to clients, in response to queries.
G32 as2seqCalculationCacheHitsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.5Gauge32read-onlyRate of calculation cache hits. This includes global, session, and query scope calculation caches.
G32 as2seqCalculationCacheLookupsSec1.3.6.1.4.1.9600.1.13.1.13.1.6Gauge32read-onlyRate of calculation cache lookups. This includes global, session, and query scope calculation caches.
G32 as2seqCurrentDimensionQueries1.3.6.1.4.1.9600.1.13.1.13.1.7Gauge32read-onlyCurrent number of dimension queries being actively worked on.
G32 as2seqCurrentMeasureGroupQueries1.3.6.1.4.1.9600.1.13.1.13.1.8Gauge32read-onlyCurrent number of measure group queries being actively worked on.
G32 as2seqDataBytesPerSec1.3.6.1.4.1.9600.1.13.1.13.1.9Gauge32read-onlyBytes read from the Data file.
G32 as2seqDataReadsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.10Gauge32read-onlyNumber of logical read operations using the Data file.
G32 as2seqDimensionCacheHitsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.11Gauge32read-onlyRate of dimension cache hits.
G32 as2seqDimensionCacheLookupSec1.3.6.1.4.1.9600.1.13.1.13.1.12Gauge32read-onlyRate of dimension cache lookups.
G32 as2seqDimensionQueriesPerSec1.3.6.1.4.1.9600.1.13.1.13.1.13Gauge32read-onlyRate of dimension queries
G32 as2seqFlatCacheHitsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.14Gauge32read-onlyRate of flat cache hits. This includes global, session, and query scope flat caches.
G32 as2seqFlatCacheLookupsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.15Gauge32read-onlyRate of flat cache lookups. This includes global, session, and query scope flat caches.
G32 as2seqMapBytesPerSec1.3.6.1.4.1.9600.1.13.1.13.1.16Gauge32read-onlyBytes read from the Map file.
G32 as2seqMapReadsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.17Gauge32read-onlyNumber of logical read operations using the Map file.
G32 as2seqMeasureGroupCacheHitsSec1.3.6.1.4.1.9600.1.13.1.13.1.18Gauge32read-onlyRate of measure group cache hits.
G32 as2seqMeasureGroupCacheLookupSec1.3.6.1.4.1.9600.1.13.1.13.1.19Gauge32read-onlyRate of measure group cache lookups.
G32 as2seqMeasureGroupQueriesPerSec1.3.6.1.4.1.9600.1.13.1.13.1.20Gauge32read-onlyRate of measure group queries
G32 as2seqNetworkRoundTripsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.21Gauge32read-onlyRate of network round trips. This includes all client/server communication.
G32 as2seqPersistedCacheHitsPerSec1.3.6.1.4.1.9600.1.13.1.13.1.22Gauge32read-onlyRate of persisted cache hits. Persisted caches are created by the MDX script CACHE statement.
G32 as2seqsistedCacheLookupsSec1.3.6.1.4.1.9600.1.13.1.13.1.23Gauge32read-onlyRate of sisted cache lookups. sisted caches are created by the MDX script CACHE statement.
G32 as2seqQueriesAnsweredPerSec1.3.6.1.4.1.9600.1.13.1.13.1.24Gauge32read-onlyRate of queries answered.
G32 as2seqQueryFromCacheDirectSec1.3.6.1.4.1.9600.1.13.1.13.1.25Gauge32read-onlyRate of queries answered from cache directly.
G32 as2seqQueryFromCacheFilteredSec1.3.6.1.4.1.9600.1.13.1.13.1.26Gauge32read-onlyRate of queries answered by filtering existing cache entry.
G32 as2seqQueriesFromFilePerSec1.3.6.1.4.1.9600.1.13.1.13.1.27Gauge32read-onlyRate of queries answered from files.
G32 as2seqRowsSentPerSec1.3.6.1.4.1.9600.1.13.1.13.1.28Gauge32read-onlyRate of rows sent by server to clients.
G32 as2seqTotalBytesSent1.3.6.1.4.1.9600.1.13.1.13.1.29Gauge32read-onlyTotal bytes sent by server to clients, in response to queries.
G32 as2seqTotalDimensionQueries1.3.6.1.4.1.9600.1.13.1.13.1.30Gauge32read-onlyTotal number of dimension queries.
G32 as2seqTotalMeasureGroupQueries1.3.6.1.4.1.9600.1.13.1.13.1.31Gauge32read-onlyTotal number of queries to measure group.
G32 as2seqTotalNetworkRoundTrips1.3.6.1.4.1.9600.1.13.1.13.1.32Gauge32read-onlyTotal network round trips. This includes all client/server communication.
G32 as2seqTotalQueriesAnswered1.3.6.1.4.1.9600.1.13.1.13.1.33Gauge32read-onlyTotal number of queries answered.
G32 as2seqTotalQueryFromCacheDirect1.3.6.1.4.1.9600.1.13.1.13.1.34Gauge32read-onlyTotal number of queries derived directly from cache. Note that this is partition.
G32 as2seqTotalQueryFromCachFiltered1.3.6.1.4.1.9600.1.13.1.13.1.35Gauge32read-onlyTotal queries answered by filtering existing cache entries.
G32 as2seqTotalQueriesFromFile1.3.6.1.4.1.9600.1.13.1.13.1.36Gauge32read-onlyTotal number of queries answered from files.
G32 as2seqTotalRowsSent1.3.6.1.4.1.9600.1.13.1.13.1.37Gauge32read-onlyTotal rows sent by server to clients.
as2ThreadsTable1.3.6.1.4.1.9600.1.13.1.14not-accessibleStatistics related to Microsoft Analysis Services threads.
as2ThreadsEntry1.3.6.1.4.1.9600.1.13.1.14.1not-accessiblePerformance information for one SQL Server name instance.
G32 as2ThdsLongParsingBusyThreads1.3.6.1.4.1.9600.1.13.1.14.1.1Gauge32read-onlyNumber of busy threads in the long parsing thread pool.
G32 as2ThdsLongParsingIdleThreads1.3.6.1.4.1.9600.1.13.1.14.1.2Gauge32read-onlyNumber of idle threads in the long parsing thread pool.
G32 as2ThdsLongParsingJobQueueLength1.3.6.1.4.1.9600.1.13.1.14.1.3Gauge32read-onlyNumber of jobs in the queue of the long parsing thread pool.
G32 as2ThdsLongParsingJobRate1.3.6.1.4.1.9600.1.13.1.14.1.4Gauge32read-onlyRate of jobs through the long parsing thread pool.
G32 as2ThdsProcessingPoolBusyThreads1.3.6.1.4.1.9600.1.13.1.14.1.5Gauge32read-onlyNumber of busy threads in the processing thread pool.
G32 as2ThdsProcessingPoolIdleThreads1.3.6.1.4.1.9600.1.13.1.14.1.6Gauge32read-onlyNumber of idle threads in the processing thread pool.
G32 as2ThdsProcessPoolJobQueueLength1.3.6.1.4.1.9600.1.13.1.14.1.7Gauge32read-onlyNumber of jobs in the queue of the processing thread pool.
G32 as2ThdsProcessingPoolJobRate1.3.6.1.4.1.9600.1.13.1.14.1.8Gauge32read-onlyRate of jobs through the processing thread pool.
G32 as2ThdsQueryPoolBusyThreads1.3.6.1.4.1.9600.1.13.1.14.1.9Gauge32read-onlyNumber of busy threads in the query thread pool.
G32 as2ThdsQueryPoolIdleThreads1.3.6.1.4.1.9600.1.13.1.14.1.10Gauge32read-onlyNumber of idle threads in the query thread pool.
G32 as2ThdsQueryPoolJobQueueLength1.3.6.1.4.1.9600.1.13.1.14.1.11Gauge32read-onlyNumber of jobs in the queue of the query thread pool.
G32 as2ThdsQueryPoolJobRate1.3.6.1.4.1.9600.1.13.1.14.1.12Gauge32read-onlyRate of jobs through the query thread pool.
G32 as2ThdsShortParsingBusyThreads1.3.6.1.4.1.9600.1.13.1.14.1.13Gauge32read-onlyNumber of busy threads in the short parsing thread pool.
G32 as2ThdsShortParsingIdleThreads1.3.6.1.4.1.9600.1.13.1.14.1.14Gauge32read-onlyNumber of idle threads in the short parsing thread pool.
G32 as2ThdsShortParsingJobQueueLeng1.3.6.1.4.1.9600.1.13.1.14.1.15Gauge32read-onlyNumber of jobs in the queue of the short parsing thread pool.
G32 as2ThdsShortParsingJobRate1.3.6.1.4.1.9600.1.13.1.14.1.16Gauge32read-onlyRate of jobs through the short parsing thread pool.
sqlServerEngineV21.3.6.1.4.1.9600.1.13.2
ss2NameTable1.3.6.1.4.1.9600.1.13.2.1not-accessibleThis table contains the list of SQL Server instance names installed. The ss2NameIndex is used to refer to all other SQL Server SNMP entries.
ss2NameEntry1.3.6.1.4.1.9600.1.13.2.1.1not-accessiblePerformance information for one SQL Server name instance.
I32 ss2NameIndex1.3.6.1.4.1.9600.1.13.2.1.1.1Integer32read-onlyThe index number associated with the instance name
INS ss2NameInstance1.3.6.1.4.1.9600.1.13.2.1.1.2InstanceNameread-onlyThe name of the SQL Server installed instance.
ss2AccessMethodsTable1.3.6.1.4.1.9600.1.13.2.2not-accessibleThe Access Methods object in SQL Server provides counters to monitor how the logical data within the database is accessed. Physical access to the database pages on disk is monitored using the Buffer Manager counters. Monitoring the methods used to access data stored in the database can help you to determine whether query performance can be improved by adding or modifying indexes, adding or moving partitions, adding files or file groups, defragmenting indexes, or by rewriting queries. The Access Methods counters can also be used to monitor the amount of data, indexes, and free space within the database, thereby indicating data volume and fragmentation for each server instance. Excessive index fragmentation can impair performance.
ss2AccessMethodsEntry1.3.6.1.4.1.9600.1.13.2.2.1not-accessiblePerformance information for one SQL Server AccessMethods instance.
G32 ss2amAUCleanupBatchesPerSec1.3.6.1.4.1.9600.1.13.2.2.1.1Gauge32read-onlyThe number of batches that completed successfully per second by the background task that cleans up deferred dropped allocation units.
G32 ss2amAUCleanupsPerSec1.3.6.1.4.1.9600.1.13.2.2.1.2Gauge32read-onlyThe number of allocation units per second that were successfully dropped by the background task that cleans up deferred dropped allocation units. Each allocation unit drop requires multiple batches.
G32 ss2amByReferenceLobCreateCount1.3.6.1.4.1.9600.1.13.2.2.1.3Gauge32read-onlyCount of large object (LOB) values that were passed by reference. By-reference lobs are used in certain bulk operations to avoid the cost of passing them by value.
G32 ss2amByReferenceLobUseCount1.3.6.1.4.1.9600.1.13.2.2.1.4Gauge32read-onlyCount of by-reference lob values that were used. By-reference lobs are used in certain bulk operations to avoid the cost of passing them by value.
G32 ss2amCountLobReadahead1.3.6.1.4.1.9600.1.13.2.2.1.5Gauge32read-onlyCount of lob pages on which readahead was issued.
G32 ss2amCountPullInRow1.3.6.1.4.1.9600.1.13.2.2.1.6Gauge32read-onlyCount of values that were pulled in-row from off-row.
G32 ss2amCountPushOffRow1.3.6.1.4.1.9600.1.13.2.2.1.7Gauge32read-onlyCount of values that were pushed from in-row to off-row.
G32 ss2amDeferredDroppedRowsets1.3.6.1.4.1.9600.1.13.2.2.1.8Gauge32read-onlyThe number of rowsets created as a result of aborted online index build operations that are waiting to be dropped by the background task that cleans up deferred dropped rowsets.
G32 ss2amDeferredDroppedAUs1.3.6.1.4.1.9600.1.13.2.2.1.9Gauge32read-onlyThe number of allocation units waiting to be dropped by the background task that cleans up deferred dropped allocation units.
G32 ss2amDroppedRowsetCleanupsPerSec1.3.6.1.4.1.9600.1.13.2.2.1.10Gauge32read-onlyThe number of rowsets per second created as a result of aborted online index build operations that were successfully dropped by the background task that cleans up deferred dropped rowsets.
G32 ss2amDroppedRowsetsSkippedPerSec1.3.6.1.4.1.9600.1.13.2.2.1.11Gauge32read-onlyThe number of rowsets per second created as a result of aborted online index build operations that were skipped by the background task that cleans up deferred dropped rowsets created.
G32 ss2amExtentDeallocationsPerSec1.3.6.1.4.1.9600.1.13.2.2.1.12Gauge32read-onlyNumber of extents deallocated per second in all databases in this SQL Server instance.
G32 ss2amExtentsAllocatedPerSec1.3.6.1.4.1.9600.1.13.2.2.1.13Gauge32read-onlyNumber of extents allocated per second in all databases in this SQL Server instance.
G32 ss2amFailedAUCleanupBatchesSec1.3.6.1.4.1.9600.1.13.2.2.1.14Gauge32read-onlyThe number of batches second that failed and required retry, by the background task that cleans up deferred dropped allocation units. Failure could be due to lack of memory or disk space, hardware failure and other reasons.
G32 ss2amFailedLeafPageCookie1.3.6.1.4.1.9600.1.13.2.2.1.15Gauge32read-onlyThe number of times that a leaf page cookie could not be used during an index search since changes happened on the leaf page. The cookie is used to speed up index search.
G32 ss2amFailedTreePageCookie1.3.6.1.4.1.9600.1.13.2.2.1.16Gauge32read-onlyThe number of times that a tree page cookie could not be used during an index search since changes happened on the parent pages of those tree pages. The cookie is used to speed up index search.
G32 ss2amForwardedRecordsPerSec1.3.6.1.4.1.9600.1.13.2.2.1.17Gauge32read-onlyNumber of records fetched through forwarded record pointers.
G32 ss2amFreeSpacePageFetchesPerSec1.3.6.1.4.1.9600.1.13.2.2.1.18Gauge32read-onlyNumber of pages fetched per second by free space scans. These scans search for free space within pages already allocated to an allocation unit, to satisfy requests to insert or modify record fragments.
G32 ss2amFreeSpaceScansPerSec1.3.6.1.4.1.9600.1.13.2.2.1.19Gauge32read-onlyNumber of scans per second that were initiated to search for free space within pages already allocated to an allocation unit to insert or modify record fragments. Each scan may find multiple pages.
G32 ss2amFullScansPerSec1.3.6.1.4.1.9600.1.13.2.2.1.20Gauge32read-onlyNumber of unrestricted full scans. These can either be base table or full index scans.
G32 ss2amIndexSearchesPerSec1.3.6.1.4.1.9600.1.13.2.2.1.21Gauge32read-onlyNumber of index searches. Index searches are used to start range scans, single index record fetches, and to reposition within an index.
G32 ss2amLobHandleCreateCount1.3.6.1.4.1.9600.1.13.2.2.1.22Gauge32read-onlyCount of temporary LOBs created.
G32 ss2amLobHandleDestroyCount1.3.6.1.4.1.9600.1.13.2.2.1.23Gauge32read-onlyCount of temporary LOBs destroyed.
G32 ss2amLobSSProviderCreateCount1.3.6.1.4.1.9600.1.13.2.2.1.24Gauge32read-onlyCount of LOB Storage Service Providers created. One worktable created per LOB Storage Service Provider.
G32 ss2amLobSSProviderDestroyCount1.3.6.1.4.1.9600.1.13.2.2.1.25Gauge32read-onlyCount of LOB Storage Service Providers destroyed.
G32 ss2amLobSSProvideTruncationCount1.3.6.1.4.1.9600.1.13.2.2.1.26Gauge32read-onlyCount of LOB Storage Service Providers truncated.
G32 ss2amMixedPageAllocationsPerSec1.3.6.1.4.1.9600.1.13.2.2.1.27Gauge32read-onlyNumber of pages allocated per second from mixed extents. These could be used for storing the IAM pages and the first eight pages that are allocated to an allocation unit.
G32 ss2amPageDeallocationsPerSec1.3.6.1.4.1.9600.1.13.2.2.1.28Gauge32read-onlyNumber of pages deallocated per second in all databases in this SQL Server instance. These include pages from mixed extents and uniform extents.
G32 ss2amPageSplitsPerSec1.3.6.1.4.1.9600.1.13.2.2.1.29Gauge32read-onlyNumber of page splits per second that occur as a result of overflowing index pages.
G32 ss2amPageCompressionAttemptsSec1.3.6.1.4.1.9600.1.13.2.2.1.30Gauge32read-onlyNumber of attempts to compress a database page second
G32 ss2amPagesAllocatedPerSec1.3.6.1.4.1.9600.1.13.2.2.1.31Gauge32read-onlyNumber of pages allocated per second in all databases in this SQL Server instance. These include pages allocations from both mixed extents and uniform extents.
G32 ss2amPagesCompressedPerSec1.3.6.1.4.1.9600.1.13.2.2.1.32Gauge32read-onlyNumber of times a database page was compressed
G32 ss2amProbeScansPerSec1.3.6.1.4.1.9600.1.13.2.2.1.33Gauge32read-onlyNumber of probe scans per second that are used to find at most one single qualified row in an index or base table directly.
G32 ss2amRangeScansPerSec1.3.6.1.4.1.9600.1.13.2.2.1.34Gauge32read-onlyNumber of qualified range scans through indexes per second.
G32 ss2amScanPointRevalidationsSec1.3.6.1.4.1.9600.1.13.2.2.1.35Gauge32read-onlyNumber of times the scan point had to be revalidated to continue the scan.
G32 ss2amSkippedGhostedRecordsPerSec1.3.6.1.4.1.9600.1.13.2.2.1.36Gauge32read-onlyNumber of ghosted records per second skipped during scans.
G32 ss2amTableLockEscalationsPerSec1.3.6.1.4.1.9600.1.13.2.2.1.37Gauge32read-onlyThe number of times locks on a table were escalated.
G32 ss2amUsedLeafPageCookie1.3.6.1.4.1.9600.1.13.2.2.1.38Gauge32read-onlyNumber of times a leaf page cookie was used successfully during an index search since no change happened on the leaf page. The cookie is used to speed up index search.
G32 ss2amUsedTreePageCookie1.3.6.1.4.1.9600.1.13.2.2.1.39Gauge32read-onlyNumber of times a tree page cookie was used successfully during an index search since no change happened on the parent page of the tree page. The cookie is used to speed up index search.
G32 ss2amWorkfilesCreatedPerSec1.3.6.1.4.1.9600.1.13.2.2.1.40Gauge32read-onlyNumber of work files created per second. For example, work files could be used to store temporary results for hash joins and hash aggregates.
G32 ss2amWorktablesCreatedPerSec1.3.6.1.4.1.9600.1.13.2.2.1.41Gauge32read-onlyNumber of work tables created per second. For example, work tables could be used to store temporary results for query spool, LOB variables, XML variables, and cursors.
G32 ss2amWorktablesFromCacheRatio1.3.6.1.4.1.9600.1.13.2.2.1.42Gauge32read-onlyPercentage of work tables created where the initial two pages of the work table were not allocated but were immediately available from the work table cache.
ss2BackupDeviceTable1.3.6.1.4.1.9600.1.13.2.3not-accessibleThe Backup Device object provides counters to monitor Microsoft SQL Server backup devices used for backup and restore operations. Monitor backup devices when you want to determine the throughput or the progress and performance of your backup and restore operations on a per device basis. To monitor the throughput of the entire database backup or restore operation, use the Backup/Restore Throughput/sec counter of the SQL Server Databases object.
ss2BackupDeviceEntry1.3.6.1.4.1.9600.1.13.2.3.1not-accessiblePerformance information for one particular instance of 'Backup Device' object.
INS ss2BackupDeviceInstance1.3.6.1.4.1.9600.1.13.2.3.1.1InstanceNameread-onlyInstance name.
G32 ss2BackupDeviceDeviceputBytesSec1.3.6.1.4.1.9600.1.13.2.3.1.2Gauge32read-onlyRead/write throughput for a backup device.
ss2BrokerActivationTable1.3.6.1.4.1.9600.1.13.2.4not-accessibleThe BrokerActivation performance object contains performance counters that report information on stored procedure activation.
ss2BrokerActivationEntry1.3.6.1.4.1.9600.1.13.2.4.1not-accessiblePerformance information for one particular instance of 'Broker Activation' object.
INS ss2baInstance1.3.6.1.4.1.9600.1.13.2.4.1.1InstanceNameread-onlyInstance name.
G32 ss2baStoredProceduresInvokedSec1.3.6.1.4.1.9600.1.13.2.4.1.2Gauge32read-onlyThe number of stored procedures that are being invoked second.
G32 ss2baTaskLimitReached1.3.6.1.4.1.9600.1.13.2.4.1.3Gauge32read-onlyThe total number of times the activated task limit on a queue has been reached.
G32 ss2baTaskLimitReachedPerSec1.3.6.1.4.1.9600.1.13.2.4.1.4Gauge32read-onlyThe number of times the activated task limit on a queue has been reached per second.
G32 ss2baTasksAbortedPerSec1.3.6.1.4.1.9600.1.13.2.4.1.5Gauge32read-onlyThe number of activated tasks that are being aborted per second.
G32 ss2baTasksRunning1.3.6.1.4.1.9600.1.13.2.4.1.6Gauge32read-onlyThe total number of activated tasks that are currently running.
G32 ss2baTasksStartedPerSec1.3.6.1.4.1.9600.1.13.2.4.1.7Gauge32read-onlyThe number of activated tasks that are being started per second.
ss2BrokerStatisticsTable1.3.6.1.4.1.9600.1.13.2.5not-accessibleThe Broker Statistics performance object contains performance counters that report general Service Broker information for an instance of the Database Engine.
ss2BrokerStatisticsEntry1.3.6.1.4.1.9600.1.13.2.5.1not-accessiblePerformance information for one SQL Server BrokerStatistics instance.
G32 ss2bsActivationErrorsTotal1.3.6.1.4.1.9600.1.13.2.5.1.1Gauge32read-onlyThe number of times an activation stored procedure exited with an error.
G32 ss2bsBrokerTransactionRollbacks1.3.6.1.4.1.9600.1.13.2.5.1.2Gauge32read-onlyThe number of Service Broker related transactions that have rolled back.
G32 ss2bsCorruptedMessagesTotal1.3.6.1.4.1.9600.1.13.2.5.1.3Gauge32read-onlyThe number of corrupted messages that were received in the instance.
G32 ss2bsDequeuedTransmissionQMsgSec1.3.6.1.4.1.9600.1.13.2.5.1.4Gauge32read-onlyThe number of messages that have been removed from the broker transmission queue second.
G32 ss2bsDialogTimerEventCount1.3.6.1.4.1.9600.1.13.2.5.1.5Gauge32read-onlyThe number of dialog endpoint related timer events in the Broker.
G32 ss2bsDroppedMessagesTotal1.3.6.1.4.1.9600.1.13.2.5.1.6Gauge32read-onlyThe number of messages that were received in the instance but could not be delivered.
G32 ss2bsEnqueuedLocalMessagesTotal1.3.6.1.4.1.9600.1.13.2.5.1.7Gauge32read-onlyTotal number of messages from local endpoints that are successfully delivered directly into local target queues.
G32 ss2bsEnqueuedLocalMessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.8Gauge32read-onlyThe number of messages from local endpoints that are successfully delivered directly into local target queues per second.
G32 ss2bsEnqueuedMessagesTotal1.3.6.1.4.1.9600.1.13.2.5.1.9Gauge32read-onlyTotal number of messages from local endpoints and the transport that are successfully delivered into local target queues.
G32 ss2bsEnqueuedMessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.10Gauge32read-onlyThe number of messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP1MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.11Gauge32read-onlyThe number of priority 1 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP10MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.12Gauge32read-onlyThe number of priority 10 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP2MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.13Gauge32read-onlyThe number of priority 2 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP3MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.14Gauge32read-onlyThe number of priority 3 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP4MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.15Gauge32read-onlyThe number of priority 4 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP5MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.16Gauge32read-onlyThe number of priority 5 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP6MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.17Gauge32read-onlyThe number of priority 6 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP7MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.18Gauge32read-onlyThe number of priority 7 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP8MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.19Gauge32read-onlyThe number of priority 8 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedP9MessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.20Gauge32read-onlyThe number of priority 9 messages from local endpoints and the transport that are successfully delivered into local target queues per second.
G32 ss2bsEnqueuedTransmissionQMsgSec1.3.6.1.4.1.9600.1.13.2.5.1.21Gauge32read-onlyThe number of messages that have been placed into the broker transmission queue second.
G32 ss2bsEnqueuedTransportMsgFragTot1.3.6.1.4.1.9600.1.13.2.5.1.22Gauge32read-onlyTotal number of message fragments from the transport that are successfully delivered into local target queues. Note that the message can be marked as disabled if it is incomplete and/or out of order.
G32 ss2bsEnqueuedTransportMsgFragSec1.3.6.1.4.1.9600.1.13.2.5.1.23Gauge32read-onlyThe number of message fragments from the transport that are successfully delivered into local target queues second. Note that the message can be marked as disabled if it is incomplete and/or out of order.
G32 ss2bsEnqueuedTransportMsgsTotal1.3.6.1.4.1.9600.1.13.2.5.1.24Gauge32read-onlyTotal number of messages from the transport that are successfully delivered into local target queues. This includes all messages from remote endpoints and messages from local endpoints which go through the transport.
G32 ss2bsEnqueuedTransportMsgsPerSec1.3.6.1.4.1.9600.1.13.2.5.1.25Gauge32read-onlyThe number of messages from the transport that are successfully delivered into local target queues per second. This includes all messages from remote endpoints and messages from local endpoints which go through the transport.
G32 ss2bsForwardedMessagesTotal1.3.6.1.4.1.9600.1.13.2.5.1.26Gauge32read-onlyTotal number of forwarded messages successfully sent.
G32 ss2bsForwardedMessagesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.27Gauge32read-onlyThe number of forwarded messages successfully sent per second.
G32 ss2bsForwardedMsgByteTotal1.3.6.1.4.1.9600.1.13.2.5.1.28Gauge32read-onlyTotal number of forwarded message bytes successfully sent.
G32 ss2bsForwardedMsgBytesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.29Gauge32read-onlyThe number of forwarded message bytes successfully sent per second.
G32 ss2bsForwardedMsgDiscardedTotal1.3.6.1.4.1.9600.1.13.2.5.1.30Gauge32read-onlyTotal number of forwarded messages discarded due to forwarded message memory limits, age limits, etc.
G32 ss2bsForwardedMsgsDiscardedSec1.3.6.1.4.1.9600.1.13.2.5.1.31Gauge32read-onlyThe number of forwarded messages that were discarded second due to forwarded message memory limits, age limits, etc.
G32 ss2bsForwardedPendingMsgBytes1.3.6.1.4.1.9600.1.13.2.5.1.32Gauge32read-onlyThe number of forwarded message bytes that have not been successfully sent yet.
G32 ss2bsForwardedPendingMsgCount1.3.6.1.4.1.9600.1.13.2.5.1.33Gauge32read-onlyThe number of forwarded messages that have not been successfully sent yet.
G32 ss2bsSQLReceiveTotal1.3.6.1.4.1.9600.1.13.2.5.1.34Gauge32read-onlyTotal number of SQL RECEIVE commands processed by the Broker.
G32 ss2bsSQLReceivesPerSec1.3.6.1.4.1.9600.1.13.2.5.1.35Gauge32read-onlyThe number of SQL RECEIVE commands processed by the Broker per second.
G32 ss2bsSQLSendTotal1.3.6.1.4.1.9600.1.13.2.5.1.36Gauge32read-onlyTotal number of SQL SEND commands processed by the Broker.
G32 ss2bsSQLSendsPerSec1.3.6.1.4.1.9600.1.13.2.5.1.37Gauge32read-onlyThe number of SQL SEND commands processed by the Broker per second.
ss2BrokerTOStatisticsTable1.3.6.1.4.1.9600.1.13.2.6not-accessibleThe Broker TO Statistics performance object reports information about how many times Service Broker dialogs request transmission objects, and how often transmission objects are written to tempdb. Transmission objects record the state of message transmissions for a Service Broker dialog. They are stored in memory. To free memory, Service Broker periodically writes batches of inactive transmission objects to work tables in tempdb.
ss2BrokerTOStatisticsEntry1.3.6.1.4.1.9600.1.13.2.6.1not-accessiblePerformance information for one SQL Server BrokerTOStatistics instance.
G32 ss2btosAvgLengthOfBatchedWrites1.3.6.1.4.1.9600.1.13.2.6.1.1Gauge32read-onlyAverage Number of Transmission Objects saved in a batch.
G32 ss2btosAvgTimeBetweenBatchesMs1.3.6.1.4.1.9600.1.13.2.6.1.2Gauge32read-onlyAverage time between Transmission Object batch flushes.
G32 ss2btosAvgTimeToWriteBatchMs1.3.6.1.4.1.9600.1.13.2.6.1.3Gauge32read-onlyAverage time to save a Transmission Object batch.
G32 ss2btosTransmissionObjGetsPerSec1.3.6.1.4.1.9600.1.13.2.6.1.4Gauge32read-onlyThe number of Transmission Objects requested per second.
G32 ss2btosTransmissionObjSetDirtSec1.3.6.1.4.1.9600.1.13.2.6.1.5Gauge32read-onlyThe number of Transmission Objects marked dirty second.
G32 ss2btosTransmissionObjWritesSec1.3.6.1.4.1.9600.1.13.2.6.1.6Gauge32read-onlyThe number of Transmission Objects saved second.
ss2BrokerPerDBMTransportTable1.3.6.1.4.1.9600.1.13.2.7not-accessibleThe Broker / DBM Transport performance object contains performance counters that report networking information for Service Broker and database mirroring.
ss2BrokerPerDBMTransportEntry1.3.6.1.4.1.9600.1.13.2.7.1not-accessiblePerformance information for one SQL Server BrokerPerDBMTransport instance.
G32 ss2bdtCurrentBytesForRecvIPerO1.3.6.1.4.1.9600.1.13.2.7.1.1Gauge32read-onlyThe number of bytes associated with current transport receive I/O operations that haven't completed.
G32 ss2bdtCurrentBytesForSendIPerO1.3.6.1.4.1.9600.1.13.2.7.1.2Gauge32read-onlyThe number of buffer bytes associated with current transport send I/O operations that haven't completed.
G32 ss2bdtCurrentMsgFragForSendIO1.3.6.1.4.1.9600.1.13.2.7.1.3Gauge32read-onlyThe current number of message fragments associated with current transport send I/O oations that haven't completed.
G32 ss2bdtMessageFragmentP1SenSec1.3.6.1.4.1.9600.1.13.2.7.1.4Gauge32read-onlyThe number of priority 1 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentP10SendsSec1.3.6.1.4.1.9600.1.13.2.7.1.5Gauge32read-onlyThe number of priority 10 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentP2SendsSec1.3.6.1.4.1.9600.1.13.2.7.1.6Gauge32read-onlyThe number of priority 2 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentP3SendsSec1.3.6.1.4.1.9600.1.13.2.7.1.7Gauge32read-onlyThe number of priority 3 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentP4SendsSec1.3.6.1.4.1.9600.1.13.2.7.1.8Gauge32read-onlyThe number of priority 4 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentP5SendsSec1.3.6.1.4.1.9600.1.13.2.7.1.9Gauge32read-onlyThe number of priority 5 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentP6SendsSec1.3.6.1.4.1.9600.1.13.2.7.1.10Gauge32read-onlyThe number of priority 6 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentP7SendsSec1.3.6.1.4.1.9600.1.13.2.7.1.11Gauge32read-onlyThe number of priority 7 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentP8SendsSec1.3.6.1.4.1.9600.1.13.2.7.1.12Gauge32read-onlyThe number of priority 8 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentP9SendsSec1.3.6.1.4.1.9600.1.13.2.7.1.13Gauge32read-onlyThe number of priority 9 message fragments sent second in transport send I/O oations.
G32 ss2bdtMsgFragmentReceivesSec1.3.6.1.4.1.9600.1.13.2.7.1.14Gauge32read-onlyThe number of message fragments received second in transport receive I/O oations.
G32 ss2bdtMessageFragmentSendsPerSec1.3.6.1.4.1.9600.1.13.2.7.1.15Gauge32read-onlyThe number of message fragments sent per second in transport send I/O operations.
G32 ss2bdtMsgFragmentRecvSizeAvg1.3.6.1.4.1.9600.1.13.2.7.1.16Gauge32read-onlyThe average byte size of message fragments received in transport receive I/O operations.
G32 ss2bdtMsgFragmentSendSizeAvg1.3.6.1.4.1.9600.1.13.2.7.1.17Gauge32read-onlyThe average byte size of message fragments sent in transport send I/O operations.
G32 ss2bdtOpenConnectionCount1.3.6.1.4.1.9600.1.13.2.7.1.18Gauge32read-onlyThe total number of transport connections currently open.
G32 ss2bdtPendingBytesForRecvIPerO1.3.6.1.4.1.9600.1.13.2.7.1.19Gauge32read-onlyThe number of bytes associated with in completed transport receive I/O operations whose message fragments haven't been enqueued (or rejected) yet.
G32 ss2bdtPendingBytesForSendIPerO1.3.6.1.4.1.9600.1.13.2.7.1.20Gauge32read-onlyThe number of buffer bytes associated with message fragments being marshalled, or marshalled and ready to be sent with send I/O operations.
G32 ss2bdtPendingMsgFragForRecvIO1.3.6.1.4.1.9600.1.13.2.7.1.21Gauge32read-onlyThe current number of message fragments received in transport receive I/O oations that have not been enqueued (or rejected) yet.
G32 ss2bdtPendingMsgFragForSendIO1.3.6.1.4.1.9600.1.13.2.7.1.22Gauge32read-onlyThe current number of message fragments that are being marshalled, or marshalled and ready to be sent via the transport layer.
G32 ss2bdtReceiveIPerOLenAvg1.3.6.1.4.1.9600.1.13.2.7.1.23Gauge32read-onlyThe average byte length of transport receive I/O operations.
G32 ss2bdtReceiveIPerOBytesPerSec1.3.6.1.4.1.9600.1.13.2.7.1.24Gauge32read-onlyThe number of transport receive I/O bytes per second.
G32 ss2bdtReceiveIPerOsPerSec1.3.6.1.4.1.9600.1.13.2.7.1.25Gauge32read-onlyThe number of transport receives I/O per second. Note that a transport receive I/O may contain more than one message fragment.
G32 ss2bdtRecvIPerOBufferCopiesCount1.3.6.1.4.1.9600.1.13.2.7.1.26Gauge32read-onlyThe number of times when transport receive I/O operations had to move buffer fragments in memory.
G32 ss2bdtRecvIOBufferCopiesBytesSec1.3.6.1.4.1.9600.1.13.2.7.1.27Gauge32read-onlyThe rate at which transport receive I/O oations had to move buffer fragments in memory.
G32 ss2bdtSendIPerOLenAvg1.3.6.1.4.1.9600.1.13.2.7.1.28Gauge32read-onlyThe average byte length of transport send I/O operations.
G32 ss2bdtSendIPerOBytesPerSec1.3.6.1.4.1.9600.1.13.2.7.1.29Gauge32read-onlyThe number of transport send I/O bytes per second.
G32 ss2bdtSendIPerOsPerSec1.3.6.1.4.1.9600.1.13.2.7.1.30Gauge32read-onlyThe number of transport send I/Os per second. Note that a transport send I/O may contain more than one message fragment.
ss2BufferManagerTable1.3.6.1.4.1.9600.1.13.2.8not-accessibleThe Buffer Manager object provides counters to monitor how SQL Server uses: * Memory to store data pages, internal data structures, and the procedure cache. * Counters to monitor the physical I/O as SQL Server reads and writes database pages. Monitoring the memory and the counters used by SQL Server helps you determine: * If bottlenecks exist from inadequate physical memory. If it cannot store frequently accessed data in cache, SQL Server must retrieve the data from disk. * If query performance can be improved by adding more memory, or by making more memory available to the data cache or SQL Server internal structures. * How often SQL Server needs to read data from disk. Compared with other operations, such as memory access, physical I/O consumes a lot of time. Minimizing physical I/O can improve query performance. You can also monitor Address Windowing Extensions (AWE) activity in SQL Server with the AWE counters. For example, you can make sure that SQL Server has enough memory allocated for AWE to run properly.
ss2BufferManagerEntry1.3.6.1.4.1.9600.1.13.2.8.1not-accessiblePerformance information for one SQL Server BufferManager instance.
G32 ss2bmAWELookupMapsPerSec1.3.6.1.4.1.9600.1.13.2.8.1.1Gauge32read-onlyNumber of AWE map calls made for pages found in the buffer pool.
G32 ss2bmAWEStolenMapsPerSec1.3.6.1.4.1.9600.1.13.2.8.1.2Gauge32read-onlyNumber of AWE map calls made for pages stolen from the buffer pool.
G32 ss2bmAWEUnmapCallsPerSec1.3.6.1.4.1.9600.1.13.2.8.1.3Gauge32read-onlyNumber of AWE unmap calls.
G32 ss2bmAWEUnmapPagesPerSec1.3.6.1.4.1.9600.1.13.2.8.1.4Gauge32read-onlyNumber of AWE pages unmapped.
G32 ss2bmAWEWriteMapsPerSec1.3.6.1.4.1.9600.1.13.2.8.1.5Gauge32read-onlyNumber of AWE map calls made for pages to be written to disk.
G32 ss2bmBufferCacheHitRatio1.3.6.1.4.1.9600.1.13.2.8.1.6Gauge32read-onlyPercentage of pages that were found in the buffer pool without having to incur a read from disk.
G32 ss2bmCheckpointPagesPerSec1.3.6.1.4.1.9600.1.13.2.8.1.7Gauge32read-onlyNumber of pages flushed by checkpoint or other operations that require all dirty pages to be flushed.
G32 ss2bmDatabasePages1.3.6.1.4.1.9600.1.13.2.8.1.8Gauge32read-onlyNumber of pages in the buffer pool with database content.
G32 ss2bmFreeListStallsPerSec1.3.6.1.4.1.9600.1.13.2.8.1.9Gauge32read-onlyNumber of requests that had to wait for a free page.
G32 ss2bmFreePages1.3.6.1.4.1.9600.1.13.2.8.1.10Gauge32read-onlyTotal number of pages on all free lists.
G32 ss2bmLazyWritesPerSec1.3.6.1.4.1.9600.1.13.2.8.1.11Gauge32read-onlyNumber of buffers written by buffer manager's lazy writer.
G32 ss2bmPageLifeExpectancy1.3.6.1.4.1.9600.1.13.2.8.1.12Gauge32read-onlyNumber of seconds a page will stay in the buffer pool without references.
G32 ss2bmPageLookupsPerSec1.3.6.1.4.1.9600.1.13.2.8.1.13Gauge32read-onlyNumber of requests to find a page in the buffer pool.
G32 ss2bmPageReadsPerSec1.3.6.1.4.1.9600.1.13.2.8.1.14Gauge32read-onlyNumber of physical database page reads issued.
G32 ss2bmPageWritesPerSec1.3.6.1.4.1.9600.1.13.2.8.1.15Gauge32read-onlyNumber of physical database page writes issued.
G32 ss2bmReadaheadPagesPerSec1.3.6.1.4.1.9600.1.13.2.8.1.16Gauge32read-onlyNumber of pages read in anticipation of use.
G32 ss2bmReservedPages1.3.6.1.4.1.9600.1.13.2.8.1.17Gauge32read-onlyNumber of buffer pool reserved pages.
G32 ss2bmStolenPages1.3.6.1.4.1.9600.1.13.2.8.1.18Gauge32read-onlyNumber of pages used for miscellaneous server purposes (including procedure cache).
G32 ss2bmTargetPages1.3.6.1.4.1.9600.1.13.2.8.1.19Gauge32read-onlyIdeal number of pages in the buffer pool.
G32 ss2bmTotalPages1.3.6.1.4.1.9600.1.13.2.8.1.20Gauge32read-onlyNumber of pages in the buffer pool (includes database, free, and stolen).
ss2BufferNodeTable1.3.6.1.4.1.9600.1.13.2.9not-accessibleThe Buffer Node object provides counters that complement counters provided by the Buffer Manager object. It allows you to monitor the SQL Server buffer pool page distribution for each non-uniform memory access (NUMA) node. There is an instance of the Buffer Node object for each NUMA node in use. On non-NUMA architecture there will be a single instance of the Buffer Node object.
ss2BufferNodeEntry1.3.6.1.4.1.9600.1.13.2.9.1not-accessiblePerformance information for one particular instance of 'Buffer Node' object.
INS ss2bnInstance1.3.6.1.4.1.9600.1.13.2.9.1.1InstanceNameread-onlyInstance name.
G32 ss2bnDatabasePages1.3.6.1.4.1.9600.1.13.2.9.1.2Gauge32read-onlyNumber of pages in the buffer pool with database content.
G32 ss2bnForeignPages1.3.6.1.4.1.9600.1.13.2.9.1.3Gauge32read-onlyNumber of pages which are not from NUMA-local memory.
G32 ss2bnFreePages1.3.6.1.4.1.9600.1.13.2.9.1.4Gauge32read-onlyTotal number of pages on all free lists.
G32 ss2bnLocalNodePageLookupsPerSec1.3.6.1.4.1.9600.1.13.2.9.1.5Gauge32read-onlyNumber of lookup requests from this node which were satisfied from this node.
G32 ss2bnPageLifeExpectancy1.3.6.1.4.1.9600.1.13.2.9.1.6Gauge32read-onlyNumber of seconds a page will stay in the buffer pool without references.
G32 ss2bnRemoteNodePageLookupsPerSec1.3.6.1.4.1.9600.1.13.2.9.1.7Gauge32read-onlyNumber of lookup requests from this node which were satisfied from other nodes.
G32 ss2bnStolenPages1.3.6.1.4.1.9600.1.13.2.9.1.8Gauge32read-onlyNumber of pages used for miscellaneous server purposes (including procedure cache).
G32 ss2bnTargetPages1.3.6.1.4.1.9600.1.13.2.9.1.9Gauge32read-onlyIdeal number of pages in the buffer pool.
G32 ss2bnTotalPages1.3.6.1.4.1.9600.1.13.2.9.1.10Gauge32read-onlyNumber of pages in the buffer pool (includes database, free, and stolen).
ss2BufferPartitionTable1.3.6.1.4.1.9600.1.13.2.10not-accessibleThe Buffer Partition object provides counters to monitor how SQL Server uses free pages.
ss2BufferPartitionEntry1.3.6.1.4.1.9600.1.13.2.10.1not-accessiblePerformance information for one particular instance of 'Buffer Partition' object.
INS ss2bpInstance1.3.6.1.4.1.9600.1.13.2.10.1.1InstanceNameread-onlyInstance name.
G32 ss2bpFreeListEmptyPerSec1.3.6.1.4.1.9600.1.13.2.10.1.2Gauge32read-onlyNumber of times a free page was requested and none were available.
G32 ss2bpFreeListRequestsPerSec1.3.6.1.4.1.9600.1.13.2.10.1.3Gauge32read-onlyNumber of times a free page was requested.
G32 ss2bpFreePages1.3.6.1.4.1.9600.1.13.2.10.1.4Gauge32read-onlyTotal number of pages on all free lists.
ss2CLRTable1.3.6.1.4.1.9600.1.13.2.11not-accessibleThe CLR object provides counters to monitor common language runtime (CLR) execution in Microsoft SQL Server.
ss2CLREntry1.3.6.1.4.1.9600.1.13.2.11.1not-accessiblePerformance information for one SQL Server CLR instance.
G32 ss2CLRCLRExecution1.3.6.1.4.1.9600.1.13.2.11.1.1Gauge32read-onlyTotal Execution time in CLR ( microseconds ).
ss2CatalogMetadataTable1.3.6.1.4.1.9600.1.13.2.12not-accessibleA table containing performance information for instances of 'Catalog Metadata' objects.
ss2CatalogMetadataEntry1.3.6.1.4.1.9600.1.13.2.12.1not-accessiblePerformance information for one particular instance of 'Catalog Metadata' object.
INS ss2cmdInstance1.3.6.1.4.1.9600.1.13.2.12.1.1InstanceNameread-onlyInstance name.
G32 ss2cmdCacheEntriesCount1.3.6.1.4.1.9600.1.13.2.12.1.2Gauge32read-onlyNumber of entries in the catalog metadata cache
G32 ss2cmdCacheEntriesPinnedCount1.3.6.1.4.1.9600.1.13.2.12.1.3Gauge32read-onlyNumber of catalog metadata cache entries that are pinned
G32 ss2cmdCacheHitRatio1.3.6.1.4.1.9600.1.13.2.12.1.4Gauge32read-onlyRatio between cache hits and lookups
ss2CursorManagerTotalTable1.3.6.1.4.1.9600.1.13.2.13not-accessibleThe Cursor Manager Total object provides counters to monitor cursors.
ss2CursorManagerTotalEntry1.3.6.1.4.1.9600.1.13.2.13.1not-accessiblePerformance information for one particular instance of 'Cursor Manager by Type' object.
G32 ss2cmtAsyncPopulationCount1.3.6.1.4.1.9600.1.13.2.13.1.1Gauge32read-onlyNumber of cursors being populated asynchronously.
G32 ss2cmtCursorConversionRate1.3.6.1.4.1.9600.1.13.2.13.1.2Gauge32read-onlyNumber of cursor conversions/sec.
G32 ss2cmtCursorFlushes1.3.6.1.4.1.9600.1.13.2.13.1.3Gauge32read-onlyTotal number of times a flush for a cursor xstmt occured.
ss2CursorManagerByTypeTable1.3.6.1.4.1.9600.1.13.2.14not-accessibleThe Cursor Manager by Type object provides counters to monitor cursors, grouped by type.
ss2CursorManagerByTypeEntry1.3.6.1.4.1.9600.1.13.2.14.1not-accessiblePerformance information for one particular instance of 'Cursor Manager by Type' object.
INS ss2cmbtInstance1.3.6.1.4.1.9600.1.13.2.14.1.1InstanceNameread-onlyInstance name.
G32 ss2cmbtActiveCursors1.3.6.1.4.1.9600.1.13.2.14.1.2Gauge32read-onlyNumber of active cursors.
G32 ss2cmbtCacheHitRatio1.3.6.1.4.1.9600.1.13.2.14.1.3Gauge32read-onlyRatio between cache hits and lookups
G32 ss2cmbtCachedCursorCounts1.3.6.1.4.1.9600.1.13.2.14.1.4Gauge32read-onlyNumber of cursors of a given type in the cache
G32 ss2cmbtCursorCacheUseCountsSec1.3.6.1.4.1.9600.1.13.2.14.1.5Gauge32read-onlyTimes each type of cached cursor has been used
G32 ss2cmbtCursorRequestsPerSec1.3.6.1.4.1.9600.1.13.2.14.1.6Gauge32read-onlyNumber of SQL cursor requests received by server.
G32 ss2cmbtCursorMemoryUsage1.3.6.1.4.1.9600.1.13.2.14.1.7Gauge32read-onlyAmount of memory consumed by cursors (KB).
G32 ss2cmbtCursorWorktableUsage1.3.6.1.4.1.9600.1.13.2.14.1.8Gauge32read-onlyNumber of worktables used by cursors.
G32 ss2cmbtNumberOfActiveCursorPlans1.3.6.1.4.1.9600.1.13.2.14.1.9Gauge32read-onlyNumber of cursor plans.
ss2DatabaseMirroringTable1.3.6.1.4.1.9600.1.13.2.15not-accessibleThe Database Mirroring performance object contains performance counters that report information about SQL Server database mirroring.
ss2DatabaseMirroringEntry1.3.6.1.4.1.9600.1.13.2.15.1not-accessiblePerformance information for one particular instance of 'Database Mirroring' object.
INS ss2dmInstance1.3.6.1.4.1.9600.1.13.2.15.1.1InstanceNameread-onlyInstance name.
G32 ss2dmBytesReceivedPerSec1.3.6.1.4.1.9600.1.13.2.15.1.2Gauge32read-onlyNumber of bytes received per second
G32 ss2dmBytesSentPerSec1.3.6.1.4.1.9600.1.13.2.15.1.3Gauge32read-onlyNumber of bytes sent per second
G32 ss2dmLogBytesReceivedPerSec1.3.6.1.4.1.9600.1.13.2.15.1.4Gauge32read-onlyNumber of bytes of log received per second
G32 ss2dmLogBytesRedoneFromCacheSec1.3.6.1.4.1.9600.1.13.2.15.1.5Gauge32read-onlyNumber of log bytes which were redone from the Database Mirroring log cache second.
G32 ss2dmLogBytesSentFromCachePerSec1.3.6.1.4.1.9600.1.13.2.15.1.6Gauge32read-onlyNumber of sent log bytes which were sent from the Database Mirroring log cache in the last second.
G32 ss2dmLogBytesSentPerSec1.3.6.1.4.1.9600.1.13.2.15.1.7Gauge32read-onlyNumber of bytes of log sent per second
G32 ss2dmLogCompressedBytesRcvdSec1.3.6.1.4.1.9600.1.13.2.15.1.8Gauge32read-onlyNumber of compressed bytes of log received in the last second.
G32 ss2dmLogCompressedBytesSentSec1.3.6.1.4.1.9600.1.13.2.15.1.9Gauge32read-onlyNumber of compressed bytes of log sent in the last second.
G32 ss2dmLogHardenTimeMs1.3.6.1.4.1.9600.1.13.2.15.1.10Gauge32read-onlyMilliseconds log blocks waited to be hardened to disk in the last second.
G32 ss2dmLogRemainingForUndoKB1.3.6.1.4.1.9600.1.13.2.15.1.11Gauge32read-onlyTotal number of kilobytes of log that remain to be scanned by the new mirror server after failover.
G32 ss2dmLogScannedForUndoKB1.3.6.1.4.1.9600.1.13.2.15.1.12Gauge32read-onlyTotal number of kilobytes of log that have been scanned by the new mirror server after failover.
G32 ss2dmLogSendFlowControlTimeMs1.3.6.1.4.1.9600.1.13.2.15.1.13Gauge32read-onlyMilliseconds log stream messages waited for send flow control in the last second.
G32 ss2dmLogSendQueueKB1.3.6.1.4.1.9600.1.13.2.15.1.14Gauge32read-onlyTotal number of kilobytes of log that have not been sent to the mirror server
G32 ss2dmMirroredWritTransactionsSec1.3.6.1.4.1.9600.1.13.2.15.1.15Gauge32read-onlyNumber of transactions which wrote to the mirrored database in the last second, that waited for log to be sent to the mirror.
G32 ss2dmPagesSentPerSec1.3.6.1.4.1.9600.1.13.2.15.1.16Gauge32read-onlyNumber of pages sent per second
G32 ss2dmReceivesPerSec1.3.6.1.4.1.9600.1.13.2.15.1.17Gauge32read-onlyNumber of mirroring message receives per second
G32 ss2dmRedoBytesPerSec1.3.6.1.4.1.9600.1.13.2.15.1.18Gauge32read-onlyNumber of bytes of log redone by the mirror database per second
G32 ss2dmRedoQueueKB1.3.6.1.4.1.9600.1.13.2.15.1.19Gauge32read-onlyTotal number of kilobytes that redo on the mirror database is behind the hardened log
G32 ss2dmSendPerReceiveAckTime1.3.6.1.4.1.9600.1.13.2.15.1.20Gauge32read-onlyMilliseconds messages waited for acknowledgement from the partner per second.
G32 ss2dmSendsPerSec1.3.6.1.4.1.9600.1.13.2.15.1.21Gauge32read-onlyNumber of sends initiated per second
G32 ss2dmTransactionDelay1.3.6.1.4.1.9600.1.13.2.15.1.22Gauge32read-onlyNumber of milliseconds transaction termination waited for acknowledgement per second.
ss2DatabasesTable1.3.6.1.4.1.9600.1.13.2.16not-accessibleThe Databases object in SQL Server provides counters to monitor bulk copy operations, backup and restore throughput, and transaction log activities. Monitor transactions and the transaction log to determine how much user activity is occurring in the database and how full the transaction log is becoming. The amount of user activity can determine the performance of the database and affect log size, locking, and replication. Monitoring low-level log activity to gauge user activity and resource usage can help you to identify performance bottlenecks. Multiple instances of the Databases object, each representing a single database, can be monitored at the same time.
ss2DatabasesEntry1.3.6.1.4.1.9600.1.13.2.16.1not-accessiblePerformance information for one particular instance of 'Databases' object.
INS ss2dbInstance1.3.6.1.4.1.9600.1.13.2.16.1.1InstanceNameread-onlyInstance name.
G32 ss2dbActiveTransactions1.3.6.1.4.1.9600.1.13.2.16.1.2Gauge32read-onlyNumber of active update transactions for the database.
G32 ss2dbBackupRestoreThroughputSec1.3.6.1.4.1.9600.1.13.2.16.1.3Gauge32read-onlyRead/write throughput for backup/restore of a database.
G32 ss2dbBulkCopyRowsPerSec1.3.6.1.4.1.9600.1.13.2.16.1.4Gauge32read-onlyNumber of rows bulk copied.
G32 ss2dbBulkCopyThroughputPerSec1.3.6.1.4.1.9600.1.13.2.16.1.5Gauge32read-onlyKiloBytes bulk copied.
G32 ss2dbCommitTableEntries1.3.6.1.4.1.9600.1.13.2.16.1.6Gauge32read-onlyThe size of the in-memory part of the commit table for the database.
G32 ss2dbDBCCLogicalScanBytesPerSec1.3.6.1.4.1.9600.1.13.2.16.1.7Gauge32read-onlyLogical read scan rate for DBCC commands
G32 ss2dbDataFileSSizeKB1.3.6.1.4.1.9600.1.13.2.16.1.8Gauge32read-onlyThe cumulative size of all the data files in the database.
G32 ss2dbLogBytesFlushedPerSec1.3.6.1.4.1.9600.1.13.2.16.1.9Gauge32read-onlyTotal number of log bytes flushed.
G32 ss2dbLogCacheHitRatio1.3.6.1.4.1.9600.1.13.2.16.1.10Gauge32read-onlyPercentage of log cache reads that were satisfied from the log cache.
G32 ss2dbLogCacheReadsPerSec1.3.6.1.4.1.9600.1.13.2.16.1.11Gauge32read-onlyReads performed through the log manager cache.
G32 ss2dbLogFileSSizeKB1.3.6.1.4.1.9600.1.13.2.16.1.12Gauge32read-onlyThe cumulative size of all the log files in the database.
G32 ss2dbLogFileSUsedSizeKB1.3.6.1.4.1.9600.1.13.2.16.1.13Gauge32read-onlyThe cumulative used size of all the log files in the database.
G32 ss2dbLogFlushWaitTime1.3.6.1.4.1.9600.1.13.2.16.1.14Gauge32read-onlyTotal wait time (milliseconds).
G32 ss2dbLogFlushWaitsPerSec1.3.6.1.4.1.9600.1.13.2.16.1.15Gauge32read-onlyNumber of commits waiting on log flush.
G32 ss2dbLogFlushesPerSec1.3.6.1.4.1.9600.1.13.2.16.1.16Gauge32read-onlyNumber of log flushes.
G32 ss2dbLogGrowths1.3.6.1.4.1.9600.1.13.2.16.1.17Gauge32read-onlyTotal number of log growths for this database.
G32 ss2dbLogShrinks1.3.6.1.4.1.9600.1.13.2.16.1.18Gauge32read-onlyTotal number of log shrinks for this database.
G32 ss2dbLogTruncations1.3.6.1.4.1.9600.1.13.2.16.1.19Gauge32read-onlyTotal number of log truncations for this database.
G32 ss2dbPercentLogUsed1.3.6.1.4.1.9600.1.13.2.16.1.20Gauge32read-onlyThe percent of space in the log that is in use.
G32 ss2dbReplPendingXacts1.3.6.1.4.1.9600.1.13.2.16.1.21Gauge32read-onlyNumber of pending replication transactions in the database.
G32 ss2dbReplTransRate1.3.6.1.4.1.9600.1.13.2.16.1.22Gauge32read-onlyReplication transaction rate (replicated transactions/sec.).
G32 ss2dbShrinkDataMovementBytesSec1.3.6.1.4.1.9600.1.13.2.16.1.23Gauge32read-onlyThe rate data is being moved by Autoshrink, DBCC SHRINKDATABASE or SHRINKFILE.
G32 ss2dbTrackedTransactionsPerSec1.3.6.1.4.1.9600.1.13.2.16.1.24Gauge32read-onlyNumber of committed transactions recorded in the commit table for the database.
G32 ss2dbTransactionsPerSec1.3.6.1.4.1.9600.1.13.2.16.1.25Gauge32read-onlyNumber of transactions started for the database.
G32 ss2dbWriteTransactionsPerSec1.3.6.1.4.1.9600.1.13.2.16.1.26Gauge32read-onlyNumber of transactions which wrote to the database in the last second.
ss2DeprecatedFeaturesTable1.3.6.1.4.1.9600.1.13.2.17not-accessibleThe Deprecated Features object in SQL Server provides a counter to monitor the features designated as deprecated. In each case the counter provides a usage count that lists the number of times the deprecated feature was encountered since SQL Server last started.
ss2DeprecatedFeaturesEntry1.3.6.1.4.1.9600.1.13.2.17.1not-accessiblePerformance information for one particular instance of 'Deprecated Features' object.
INS ss2DeprecatedFeaturesInstance1.3.6.1.4.1.9600.1.13.2.17.1.1InstanceNameread-onlyInstance name.
G32 ss2DeprecatedFeaturesUsage1.3.6.1.4.1.9600.1.13.2.17.1.2Gauge32read-onlyFeature usage since last SQL Server startup
ss2ExecStatisticsTable1.3.6.1.4.1.9600.1.13.2.18not-accessibleThe ExecStatistics object in Microsoft SQL Server provides counters to monitor various executions.
ss2ExecStatisticsEntry1.3.6.1.4.1.9600.1.13.2.18.1not-accessiblePerformance information for one particular instance of 'Exec Statistics' object.
INS ss2ExecStatisticsInstance1.3.6.1.4.1.9600.1.13.2.18.1.1InstanceNameread-onlyInstance name.
G32 ss2ExecStatisticsDTCCalls1.3.6.1.4.1.9600.1.13.2.18.1.2Gauge32read-onlyStatistics relevant to execution of DTC calls.
G32 ss2ExecStatisticDistributedQuery1.3.6.1.4.1.9600.1.13.2.18.1.3Gauge32read-onlyStatistics relevant to execution of distributed queries.
G32 ss2ExecStatistExtendedProcedures1.3.6.1.4.1.9600.1.13.2.18.1.4Gauge32read-onlyStatistics relevant to execution of XP calls.
G32 ss2ExecStatisticsOLEDBCalls1.3.6.1.4.1.9600.1.13.2.18.1.5Gauge32read-onlyStatistics relevant to execution of OLEDB calls.
ss2GeneralStatisticsTable1.3.6.1.4.1.9600.1.13.2.19not-accessibleThe General Statistics object in Microsoft SQL Server provides counters to monitor general server-wide activity, such as the number of current connections and the number of users connecting and disconnecting per second from computers running an instance of SQL Server. This can be useful when you are working on large online transaction processing (OLTP) type systems where there are many clients connecting and disconnecting from an instance of SQL Server.
ss2GeneralStatisticsEntry1.3.6.1.4.1.9600.1.13.2.19.1not-accessiblePerformance information for one SQL Server GeneralStatistics instance.
G32 ss2gsActiveTempTables1.3.6.1.4.1.9600.1.13.2.19.1.1Gauge32read-onlyNumber of temporary tables/table variables in use
G32 ss2gsConnectionResetPerSec1.3.6.1.4.1.9600.1.13.2.19.1.2Gauge32read-onlyTotal number of connection resets per second.
G32 ss2gsEventNotificationsDelayDrop1.3.6.1.4.1.9600.1.13.2.19.1.3Gauge32read-onlyNumber of event notifications waiting to be dropped by a system thread
G32 ss2gsHTTPAuthenticatedRequests1.3.6.1.4.1.9600.1.13.2.19.1.4Gauge32read-onlyNumber of authenticated HTTP requests started per second.
G32 ss2gsLogicalConnections1.3.6.1.4.1.9600.1.13.2.19.1.5Gauge32read-onlyNumber of logical connections to the system.
G32 ss2gsLoginsPerSec1.3.6.1.4.1.9600.1.13.2.19.1.6Gauge32read-onlyTotal number of logins started per second.
G32 ss2gsLogoutsPerSec1.3.6.1.4.1.9600.1.13.2.19.1.7Gauge32read-onlyTotal number of logouts started per second.
G32 ss2gsMarsDeadlocks1.3.6.1.4.1.9600.1.13.2.19.1.8Gauge32read-onlyNumber of Mars Deadlocks detected.
G32 ss2gsNonAtomicYieldRate1.3.6.1.4.1.9600.1.13.2.19.1.9Gauge32read-onlyNumber of non-atomic yields per second.
G32 ss2gsProcessesBlocked1.3.6.1.4.1.9600.1.13.2.19.1.10Gauge32read-onlyNumber of currently blocked processes.
G32 ss2gsSOAPEmptyRequests1.3.6.1.4.1.9600.1.13.2.19.1.11Gauge32read-onlyNumber of empty SOAP requests started per second.
G32 ss2gsSOAPMethodInvocations1.3.6.1.4.1.9600.1.13.2.19.1.12Gauge32read-onlyNumber of SOAP method invocations started per second.
G32 ss2gsSOAPSQLRequests1.3.6.1.4.1.9600.1.13.2.19.1.13Gauge32read-onlyNumber of SOAP SQL requests started per second.
G32 ss2gsSOAPSessionInitiateRequests1.3.6.1.4.1.9600.1.13.2.19.1.14Gauge32read-onlyNumber of SOAP Session initiate requests started per second.
G32 ss2gsSOAPSessionTerminateRequest1.3.6.1.4.1.9600.1.13.2.19.1.15Gauge32read-onlyNumber of SOAP Session terminate requests started second.
G32 ss2gsSOAPWSDLRequests1.3.6.1.4.1.9600.1.13.2.19.1.16Gauge32read-onlyNumber of SOAP Web Service Description Language requests started per second.
G32 ss2gsSQLTraceIOProviderLockWaits1.3.6.1.4.1.9600.1.13.2.19.1.17Gauge32read-onlyNumber of waits for the File IO Provider lock per second
G32 ss2gsTempTablesCreationRate1.3.6.1.4.1.9600.1.13.2.19.1.18Gauge32read-onlyNumber of temporary tables/table variables created/sec
G32 ss2gsTempTablesForDestruction1.3.6.1.4.1.9600.1.13.2.19.1.19Gauge32read-onlyNumber of temporary tables/table variables waiting to be destroyed by the cleanup system thread
G32 ss2gsTempdbRecoveryUnitId1.3.6.1.4.1.9600.1.13.2.19.1.20Gauge32read-onlyNumber of duplicate tempdb recovery unit id generated
G32 ss2gsTempdbRowsetId1.3.6.1.4.1.9600.1.13.2.19.1.21Gauge32read-onlyNumber of duplicate tempdb rowset id generated
G32 ss2gsTraceEventNotificationQueue1.3.6.1.4.1.9600.1.13.2.19.1.22Gauge32read-onlyNumber of trace event notification instances waiting in the internal queue to be sent thru Service Broker
G32 ss2gsTransactions1.3.6.1.4.1.9600.1.13.2.19.1.23Gauge32read-onlyNumber of transaction enlistments (local, dtc, and bound).
G32 ss2gsUserConnections1.3.6.1.4.1.9600.1.13.2.19.1.24Gauge32read-onlyNumber of users connected to the system.
ss2LatchesTable1.3.6.1.4.1.9600.1.13.2.20not-accessibleThe Latches object in Microsoft SQL Server provides counters to monitor internal SQL Server resource locks called latches. Monitoring the latches to determine user activity and resource usage can help you to identify performance bottlenecks.
ss2LatchesEntry1.3.6.1.4.1.9600.1.13.2.20.1not-accessiblePerformance information for one SQL Server Latches instance.
G32 ss2LatchesAverageLatchWaitTimeMs1.3.6.1.4.1.9600.1.13.2.20.1.1Gauge32read-onlyAverage latch wait time (milliseconds) for latch requests that had to wait.
G32 ss2LatchesLatchWaitsPerSec1.3.6.1.4.1.9600.1.13.2.20.1.2Gauge32read-onlyNumber of latch requests that could not be granted immediately and had to wait before being granted.
G32 ss2LatchesNumberOfSuperLatches1.3.6.1.4.1.9600.1.13.2.20.1.3Gauge32read-onlyNumber of latches that are currently SuperLatches.
G32 ss2LatchesSuLatchDemotionsSec1.3.6.1.4.1.9600.1.13.2.20.1.4Gauge32read-onlyNumber of SuLatches that have been demoted to regular latches
G32 ss2LatchesSuLatchPromotionsSec1.3.6.1.4.1.9600.1.13.2.20.1.5Gauge32read-onlyNumber of latches that have been promoted to SuLatches
G32 ss2LatchesTotalLatchWaitTimeMs1.3.6.1.4.1.9600.1.13.2.20.1.6Gauge32read-onlyTotal latch wait time (milliseconds) for latch requests that had to wait in the last second.
ss2LocksTable1.3.6.1.4.1.9600.1.13.2.21not-accessibleThe Locks object in Microsoft SQL Server provides information about SQL Server locks on individual resource types. Locks are held on SQL Server resources, such as rows read or modified during a transaction, to prevent concurrent use of resources by different transactions. For example, if an exclusive (X) lock is held on a row within a table by a transaction, no other transaction can modify that row until the lock is released. Minimizing locks increases concurrency, which can improve performance. Multiple instances of the Locks object can be monitored at the same time, with each instance representing a lock on a resource type.
ss2LocksEntry1.3.6.1.4.1.9600.1.13.2.21.1not-accessiblePerformance information for one particular instance of 'Locks' object.
INS ss2LocksInstance1.3.6.1.4.1.9600.1.13.2.21.1.1InstanceNameread-onlyInstance name.
G32 ss2LocksAverageWaitTimeMs1.3.6.1.4.1.9600.1.13.2.21.1.2Gauge32read-onlyThe average amount of wait time (milliseconds) for each lock request that resulted in a wait.
G32 ss2LocksLockRequestsPerSec1.3.6.1.4.1.9600.1.13.2.21.1.3Gauge32read-onlyNumber of new locks and lock conversions requested from the lock manager.
G32 ss2LocksTimeoutsGreaterThan0Sec1.3.6.1.4.1.9600.1.13.2.21.1.4Gauge32read-onlyNumber of lock requests that timed out. This does not include requests for NOWAIT locks.
G32 ss2LocksLockTimeoutsPerSec1.3.6.1.4.1.9600.1.13.2.21.1.5Gauge32read-onlyNumber of lock requests that timed out. This includes requests for NOWAIT locks.
G32 ss2LocksLockWaitTimeMs1.3.6.1.4.1.9600.1.13.2.21.1.6Gauge32read-onlyTotal wait time (milliseconds) for locks in the last second.
G32 ss2LocksLockWaitsPerSec1.3.6.1.4.1.9600.1.13.2.21.1.7Gauge32read-onlyNumber of lock requests that could not be satisfied immediately and required the caller to wait before being granted the lock.
G32 ss2LocksNumberOfDeadlocksPerSec1.3.6.1.4.1.9600.1.13.2.21.1.8Gauge32read-onlyNumber of lock requests that resulted in a deadlock.
ss2MemoryManagerTable1.3.6.1.4.1.9600.1.13.2.22not-accessibleThe Memory Manager object in Microsoft SQL Server provides counters to monitor overall server memory usage. Monitoring overall server memory usage to gauge user activity and resource usage can help you to identify performance bottlenecks. Monitoring the memory used by an instance of SQL Server can help determine: * If bottlenecks exist from inadequate physical memory for storing frequently accessed data in cache. If memory is inadequate, SQL Server must retrieve the data from disk. * If query performance can be improved by adding more memory or by making more memory available to the data cache or SQL Server internal structures.
ss2MemoryManagerEntry1.3.6.1.4.1.9600.1.13.2.22.1not-accessiblePerformance information for one SQL Server MemoryManager instance.
G32 ss2mmConnectionMemoryKB1.3.6.1.4.1.9600.1.13.2.22.1.1Gauge32read-onlyTotal amount of dynamic memory the server is using for maintaining connections
G32 ss2mmGrantedWorkspaceMemoryKB1.3.6.1.4.1.9600.1.13.2.22.1.2Gauge32read-onlyTotal amount of memory granted to executing processes. This memory is used for hash, sort and create index operations.
G32 ss2mmLockBlocks1.3.6.1.4.1.9600.1.13.2.22.1.3Gauge32read-onlyThe current number of lock blocks that are in use on the server. Refreshed periodically.
G32 ss2mmLockBlocksAllocated1.3.6.1.4.1.9600.1.13.2.22.1.4Gauge32read-onlyThe current number of allocated lock blocks.
G32 ss2mmLockMemoryKB1.3.6.1.4.1.9600.1.13.2.22.1.5Gauge32read-onlyTotal amount of dynamic memory the server is using for locks
G32 ss2mmLockOwnerBlocks1.3.6.1.4.1.9600.1.13.2.22.1.6Gauge32read-onlyThe number of lock owner blocks that are currently in use on the server. Refreshed periodically.
G32 ss2mmLockOwnerBlocksAllocated1.3.6.1.4.1.9600.1.13.2.22.1.7Gauge32read-onlyThe current number of allocated lock owner blocks.
G32 ss2mmMaximumWorkspaceMemoryKB1.3.6.1.4.1.9600.1.13.2.22.1.8Gauge32read-onlyTotal amount of memory granted to executing processes. This memory is used primarily for hash, sort and create index operations.
G32 ss2mmMemoryGrantsOutstanding1.3.6.1.4.1.9600.1.13.2.22.1.9Gauge32read-onlyCurrent number of processes that have successfully acquired a workspace memory grant
G32 ss2mmMemoryGrantsPending1.3.6.1.4.1.9600.1.13.2.22.1.10Gauge32read-onlyCurrent number of processes waiting for a workspace memory grant
G32 ss2mmOptimizerMemoryKB1.3.6.1.4.1.9600.1.13.2.22.1.11Gauge32read-onlyTotal amount of dynamic memory the server is using for query optimization
G32 ss2mmSQLCacheMemoryKB1.3.6.1.4.1.9600.1.13.2.22.1.12Gauge32read-onlyTotal amount of dynamic memory the server is using for the dynamic SQL cache
G32 ss2mmTargetServerMemoryKB1.3.6.1.4.1.9600.1.13.2.22.1.13Gauge32read-onlyTotal amount of dynamic memory the server is willing to consume
G32 ss2mmTotalServerMemoryKB1.3.6.1.4.1.9600.1.13.2.22.1.14Gauge32read-onlyTotal amount of dynamic memory the server is currently consuming
ss2PlanCacheTable1.3.6.1.4.1.9600.1.13.2.23not-accessibleThe Plan Cache object provides counters to monitor how SQL Server uses memory to store objects such as stored procedures, ad hoc and prepared Transact-SQL statements, and triggers. Multiple instances of the Plan Cache object can be monitored at the same time, with each instance representing a different type of plan to monitor.
ss2PlanCacheEntry1.3.6.1.4.1.9600.1.13.2.23.1not-accessiblePerformance information for one particular instance of 'Plan Cache' object.
INS ss2PlanCacheInstance1.3.6.1.4.1.9600.1.13.2.23.1.1InstanceNameread-onlyInstance name.
G32 ss2PlanCacheCacheHitRatio1.3.6.1.4.1.9600.1.13.2.23.1.2Gauge32read-onlyRatio between cache hits and lookups
G32 ss2PlanCacheCacheObjectCounts1.3.6.1.4.1.9600.1.13.2.23.1.3Gauge32read-onlyNumber of cache objects in the cache
G32 ss2PlanCacheCacheObjectsInUse1.3.6.1.4.1.9600.1.13.2.23.1.4Gauge32read-onlyNumber of cache objects in use
G32 ss2PlanCacheCachePages1.3.6.1.4.1.9600.1.13.2.23.1.5Gauge32read-onlyNumber of 8k pages used by cache objects
ss2ReplicationAgentsTable1.3.6.1.4.1.9600.1.13.2.24not-accessibleA table containing performance information for instances of 'Replication Agents' objects.
ss2ReplicationAgentsEntry1.3.6.1.4.1.9600.1.13.2.24.1not-accessiblePerformance information for one particular instance of 'Replication Agents' object.
INS ss2ReplicationAgentsInstance1.3.6.1.4.1.9600.1.13.2.24.1.1InstanceNameread-onlyInstance name.
G32 ss2ReplicationAgentsRunning1.3.6.1.4.1.9600.1.13.2.24.1.2Gauge32read-onlyThe number of replication agents currently running.
ss2ReplicationDistTable1.3.6.1.4.1.9600.1.13.2.25not-accessibleA table containing performance information for instances of 'Replication Dist.' objects.
ss2ReplicationDistEntry1.3.6.1.4.1.9600.1.13.2.25.1not-accessiblePerformance information for one particular instance of 'Replication Dist.' object.
INS ss2rdInstance1.3.6.1.4.1.9600.1.13.2.25.1.1InstanceNameread-onlyInstance name.
G32 ss2rdDistDeliveredCmdsPerSec1.3.6.1.4.1.9600.1.13.2.25.1.2Gauge32read-onlyThe number of commands per second delivered to the Subscriber.
G32 ss2rdDistDeliveredTransPerSec1.3.6.1.4.1.9600.1.13.2.25.1.3Gauge32read-onlyThe number of transactions per second delivered to the Subscriber.
G32 ss2rdDistDeliveryLatency1.3.6.1.4.1.9600.1.13.2.25.1.4Gauge32read-onlyThe current amount of time, in milliseconds, elapsed from when transactions are delivered to the Distributor to when they are applied at the Subscriber.
ss2ReplicationLogreaderTable1.3.6.1.4.1.9600.1.13.2.26not-accessibleA table containing performance information for instances of 'Replication Logreader' objects.
ss2ReplicationLogreaderEntry1.3.6.1.4.1.9600.1.13.2.26.1not-accessiblePerformance information for one particular instance of 'Replication Logreader' object.
INS ss2rlInstance1.3.6.1.4.1.9600.1.13.2.26.1.1InstanceNameread-onlyInstance name.
G32 ss2rlLogreaderDeliveredCmdsSec1.3.6.1.4.1.9600.1.13.2.26.1.2Gauge32read-onlyThe number of commands second delivered to the Distributor.
G32 ss2rlLogreaderDeliveredTransSec1.3.6.1.4.1.9600.1.13.2.26.1.3Gauge32read-onlyThe number of transactions second delivered to the Distributor.
G32 ss2rlLogreaderDeliveryLatency1.3.6.1.4.1.9600.1.13.2.26.1.4Gauge32read-onlyThe current amount of time, in milliseconds, elapsed from when transactions are applied at the Publisher to when they are delivered to the Distributor.
ss2ReplicationMergeTable1.3.6.1.4.1.9600.1.13.2.27not-accessibleA table containing performance information for instances of 'Replication Merge' objects.
ss2ReplicationMergeEntry1.3.6.1.4.1.9600.1.13.2.27.1not-accessiblePerformance information for one particular instance of 'Replication Merge' object.
INS ss2rmInstance1.3.6.1.4.1.9600.1.13.2.27.1.1InstanceNameread-onlyInstance name.
G32 ss2rmConflictsPerSec1.3.6.1.4.1.9600.1.13.2.27.1.2Gauge32read-onlyThe number of conflicts per second occurring during the merge process.
G32 ss2rmDownloadedChangesPerSec1.3.6.1.4.1.9600.1.13.2.27.1.3Gauge32read-onlyThe number of rows per second merged from the Publisher to the Subscriber.
G32 ss2rmUploadedChangesPerSec1.3.6.1.4.1.9600.1.13.2.27.1.4Gauge32read-onlyThe number of rows per second merged from the Subscriber to the Publisher.
ss2ReplicationSnapshotTable1.3.6.1.4.1.9600.1.13.2.28not-accessibleA table containing performance information for instances of 'Replication Snapshot' objects.
ss2ReplicationSnapshotEntry1.3.6.1.4.1.9600.1.13.2.28.1not-accessiblePerformance information for one particular instance of 'Replication Snapshot' object.
INS ss2rsInstance1.3.6.1.4.1.9600.1.13.2.28.1.1InstanceNameread-onlyInstance name.
G32 ss2rsSnapshotDeliveredCmdsPerSec1.3.6.1.4.1.9600.1.13.2.28.1.2Gauge32read-onlyThe number of commands per second delivered to the Distributor.
G32 ss2rsSnapshotDeliveredTransSec1.3.6.1.4.1.9600.1.13.2.28.1.3Gauge32read-onlyThe number of transactions second delivered to the Distributor.
ss2ResourcePoolStatsTable1.3.6.1.4.1.9600.1.13.2.29not-accessibleA table containing performance information for instances of 'Resource Pool Stats' objects.
ss2ResourcePoolStatsEntry1.3.6.1.4.1.9600.1.13.2.29.1not-accessiblePerformance information for one particular instance of 'Resource Pool Stats' object.
INS ss2rpsInstance1.3.6.1.4.1.9600.1.13.2.29.1.1InstanceNameread-onlyInstance name.
G32 ss2rpsActiveMemoryGrantAmountKB1.3.6.1.4.1.9600.1.13.2.29.1.2Gauge32read-onlyTotal amount of granted memory in kilobytes in the resource pool.
G32 ss2rpsActiveMemoryGrantsCount1.3.6.1.4.1.9600.1.13.2.29.1.3Gauge32read-onlyNumber of query memory grants in the resource pool.
G32 ss2rpsCPUControlEffectPercent1.3.6.1.4.1.9600.1.13.2.29.1.4Gauge32read-onlyEffect of the resource governor on the resource pool calculated as (CPU usage %) / (CPU usage % without RG).
G32 ss2rpsCPUUsagePercent1.3.6.1.4.1.9600.1.13.2.29.1.5Gauge32read-onlySystem CPU usage by all requests in the specified instance of the performance object.
G32 ss2rpsCPUUsageTargetPercent1.3.6.1.4.1.9600.1.13.2.29.1.6Gauge32read-onlyTarget value of 'CPU usage %' for the resource pool based on the configuration settings and the system load.
G32 ss2rpsCacheMemoryTargetKB1.3.6.1.4.1.9600.1.13.2.29.1.7Gauge32read-onlyCurrent memory target for cache memory in kilobytes.
G32 ss2rpsCompileMemoryTargetKB1.3.6.1.4.1.9600.1.13.2.29.1.8Gauge32read-onlyCurrent memory target for query compile in kilobytes.
G32 ss2rpsMaxMemoryKB1.3.6.1.4.1.9600.1.13.2.29.1.9Gauge32read-onlyMaximum amount of memory in kilobytes the resource pool can have based on the settings and server state.
G32 ss2rpsMemoryGrantTimeoutsPerSec1.3.6.1.4.1.9600.1.13.2.29.1.10Gauge32read-onlyNumber of query memory grant timeouts per second occurring in the resource pool.
G32 ss2rpsMemoryGrantsPerSec1.3.6.1.4.1.9600.1.13.2.29.1.11Gauge32read-onlyNumber of query memory grants per second occurring in the resource pool.
G32 ss2rpsPendingMemoryGrantsCount1.3.6.1.4.1.9600.1.13.2.29.1.12Gauge32read-onlyNumber of queries waiting for memory grants in the resource pool.
G32 ss2rpsQueryExecMemoryTargetKB1.3.6.1.4.1.9600.1.13.2.29.1.13Gauge32read-onlyCurrent memory target for query execution memory grant in kilobytes.
G32 ss2rpsTargetMemoryKB1.3.6.1.4.1.9600.1.13.2.29.1.14Gauge32read-onlyTarget amount of memory in kilobytes the resource pool is trying to attain based on the settings and server state.
G32 ss2rpsUsedMemoryKB1.3.6.1.4.1.9600.1.13.2.29.1.15Gauge32read-onlyUsed amount of memory in kilobytes in the resource pool.
ss2SQLErrorsTable1.3.6.1.4.1.9600.1.13.2.30not-accessibleThe SQL Errors object in Microsoft SQL Server provides counters to monitor SQL Errors.
ss2SQLErrorsEntry1.3.6.1.4.1.9600.1.13.2.30.1not-accessiblePerformance information for one particular instance of 'SQL Errors' object.
INS ss2SQLErrorsInstance1.3.6.1.4.1.9600.1.13.2.30.1.1InstanceNameread-onlyInstance name.
G32 ss2SQLErrorsErrorsPerSec1.3.6.1.4.1.9600.1.13.2.30.1.2Gauge32read-onlyNumber of errors/sec
ss2SQLStatisticsTable1.3.6.1.4.1.9600.1.13.2.31not-accessibleThe SQL Statistics object in SQL Server provides counters to monitor compilation and the type of requests sent to an instance of SQL Server. Monitoring the number of query compilations and recompilations and the number of batches received by an instance of SQL Server gives you an indication of how quickly SQL Server is processing user queries and how effectively the query optimizer is processing the queries. Compilation is a significant part of a query's turnaround time. In order to save the compilation cost, the Database Engine saves the compiled query plan in a query cache. The objective of the cache is to reduce compilation by storing compiled queries for later reuse, therefore ending the requirement to recompile queries when later executed. However, each unique query must be compiled at least one time. Query recompilations can be caused by the following factors: * Schema changes, including base schema changes such as adding columns or indexes to a table, or statistics schema changes such as inserting or deleting a significant number of rows from a table. * Environment (SET statement) changes. Changes in session settings such as ANSI_PADDING or ANSI_NULLS can cause a query to be recompiled.
ss2SQLStatisticsEntry1.3.6.1.4.1.9600.1.13.2.31.1not-accessiblePerformance information for one SQL Server SQLStatistics instance.
G32 ss2sqsAutoParamAttemptsPerSec1.3.6.1.4.1.9600.1.13.2.31.1.1Gauge32read-onlyNumber of auto-parameterization attempts.
G32 ss2sqsBatchRequestsPerSec1.3.6.1.4.1.9600.1.13.2.31.1.2Gauge32read-onlyNumber of SQL batch requests received by server.
G32 ss2sqsFailedAutoParamsPerSec1.3.6.1.4.1.9600.1.13.2.31.1.3Gauge32read-onlyNumber of failed auto-parameterizations.
G32 ss2sqsForcedParameterizationsSec1.3.6.1.4.1.9600.1.13.2.31.1.4Gauge32read-onlyNumber of statements parameterized by forced parameterization second.
G32 ss2sqsGuidedPlanExecutionsPerSec1.3.6.1.4.1.9600.1.13.2.31.1.5Gauge32read-onlyNumber of plan executions per second in which the query plan has been generated by using a plan guide.
G32 ss2sqsMisguidedPlanExecutionsSec1.3.6.1.4.1.9600.1.13.2.31.1.6Gauge32read-onlyNumber of plan executions second in which a plan guide could not be honored during plan generation. The plan guide was disregarded and normal compilation was used to generate the executed plan.
G32 ss2sqsSQLAttentionRate1.3.6.1.4.1.9600.1.13.2.31.1.7Gauge32read-onlyNumber of attentions per second.
G32 ss2sqsSQLCompilationsPerSec1.3.6.1.4.1.9600.1.13.2.31.1.8Gauge32read-onlyNumber of SQL compilations.
G32 ss2sqsSQLReCompilationsPerSec1.3.6.1.4.1.9600.1.13.2.31.1.9Gauge32read-onlyNumber of SQL re-compiles.
G32 ss2sqsSafeAutoParamsPerSec1.3.6.1.4.1.9600.1.13.2.31.1.10Gauge32read-onlyNumber of safe auto-parameterizations.
G32 ss2sqsUnsafeAutoParamsPerSec1.3.6.1.4.1.9600.1.13.2.31.1.11Gauge32read-onlyNumber of unsafe auto-parameterizations.
ss2SSISPipelineTable1.3.6.1.4.1.9600.1.13.2.32not-accessibleA table containing performance information for instances of 'SSIS Pipeline' objects.
ss2SSISPipelineEntry1.3.6.1.4.1.9600.1.13.2.32.1not-accessiblePerformance information for one particular instance of 'SSIS Pipeline' object.
G32 ss2SSISPipelineBLOBBytesRead1.3.6.1.4.1.9600.1.13.2.32.1.1Gauge32read-onlyThe number of BLOB bytes read from all data sources in total.
G32 ss2SSISPipelineBLOBBytesWritten1.3.6.1.4.1.9600.1.13.2.32.1.2Gauge32read-onlyThe number of BLOB bytes written to all data sources in total.
G32 ss2SSISPipelineBLOBFilesInUse1.3.6.1.4.1.9600.1.13.2.32.1.3Gauge32read-onlyThe number of BLOB spooling files in use throughout the pipeline.
G32 ss2SSISPipelineBufferMemory1.3.6.1.4.1.9600.1.13.2.32.1.4Gauge32read-onlyThe amount of memory allocated to buffers in the pipeline.
G32 ss2SSISPipelineBuffersInUse1.3.6.1.4.1.9600.1.13.2.32.1.5Gauge32read-onlyThe number of pipeline buffers in use throughout the pipeline.
G32 ss2SSISPipelineBuffersSpooled1.3.6.1.4.1.9600.1.13.2.32.1.6Gauge32read-onlyThe number of buffers spooled to disk.
G32 ss2SSISPipelineFlatBufferMemory1.3.6.1.4.1.9600.1.13.2.32.1.7Gauge32read-onlyThe amount of memory allocated to flat memory buffers.
G32 ss2SSISPipelineFlatBuffersInUse1.3.6.1.4.1.9600.1.13.2.32.1.8Gauge32read-onlyThe number of flat memory buffers in use throughout the pipeline.
G32 ss2SSISPipelinePrivateBuffMemory1.3.6.1.4.1.9600.1.13.2.32.1.9Gauge32read-onlyThe amount of memory allocated to private transformation buffers.
G32 ss2SSISPipelinePrivateBuffersUse1.3.6.1.4.1.9600.1.13.2.32.1.10Gauge32read-onlyThe number of private transformation buffers in use throughout the pipeline.
G32 ss2SSISPipelineRowsRead1.3.6.1.4.1.9600.1.13.2.32.1.11Gauge32read-onlyThe number of rows read from all data sources in total.
G32 ss2SSISPipelineRowsWritten1.3.6.1.4.1.9600.1.13.2.32.1.12Gauge32read-onlyThe number of rows written to all data destinations in total.
ss2SSISServiceTable1.3.6.1.4.1.9600.1.13.2.33not-accessibleA table containing performance information for instances of 'SSIS Service' objects.
ss2SSISServiceEntry1.3.6.1.4.1.9600.1.13.2.33.1not-accessiblePerformance information for one particular instance of 'SSIS Service' object.
G32 ss2SSISServiceSSISPackageInstanc1.3.6.1.4.1.9600.1.13.2.33.1.1Gauge32read-onlyThe number of package instances currently running.
ss2TraceEventStatisticsTable1.3.6.1.4.1.9600.1.13.2.34not-accessibleA table containing performance information for instances of 'Trace Event Statistics' objects.
ss2TraceEventStatisticsEntry1.3.6.1.4.1.9600.1.13.2.34.1not-accessiblePerformance information for one particular instance of 'Trace Event Statistics' object.
INS ss2tesInstance1.3.6.1.4.1.9600.1.13.2.34.1.1InstanceNameread-onlyInstance name.
G32 ss2tesBytesPerSec1.3.6.1.4.1.9600.1.13.2.34.1.2Gauge32read-onlyBytes transferred by this trace per second
G32 ss2tesCPUTicksPerSec1.3.6.1.4.1.9600.1.13.2.34.1.3Gauge32read-onlyCPU usage per second (Requires -T1904)
G32 ss2tesEventsFilteredPerSec1.3.6.1.4.1.9600.1.13.2.34.1.4Gauge32read-onlyEvents filtered per second
G32 ss2tesEventsFiredPerSec1.3.6.1.4.1.9600.1.13.2.34.1.5Gauge32read-onlyEvents fired by this trace per second
G32 ss2tesEventsPrefilteredPerSec1.3.6.1.4.1.9600.1.13.2.34.1.6Gauge32read-onlyPrefiltered events per second
ss2TraceStatisticsTable1.3.6.1.4.1.9600.1.13.2.35not-accessibleA table containing performance information for instances of 'Trace Statistics' objects.
ss2TraceStatisticsEntry1.3.6.1.4.1.9600.1.13.2.35.1not-accessiblePerformance information for one particular instance of 'Trace Statistics' object.
INS ss2tstInstance1.3.6.1.4.1.9600.1.13.2.35.1.1InstanceNameread-onlyInstance name.
G32 ss2tstBytesPerSec1.3.6.1.4.1.9600.1.13.2.35.1.2Gauge32read-onlyBytes transferred by this trace per second
G32 ss2tstDroppedEventsPerSec1.3.6.1.4.1.9600.1.13.2.35.1.3Gauge32read-onlyEvents dropped by this trace per second
G32 ss2tstEventsFilteredPerSec1.3.6.1.4.1.9600.1.13.2.35.1.4Gauge32read-onlyEvents filtered per second
G32 ss2tstEventsFiredPerSec1.3.6.1.4.1.9600.1.13.2.35.1.5Gauge32read-onlyEvents fired by this trace per second
ss2TransactionsTable1.3.6.1.4.1.9600.1.13.2.36not-accessibleThe Transactions object in Microsoft SQL Server provides counters to monitor the number of transactions active in an instance of the Database Engine, and the effects of those transactions on resources such as the snapshot isolation row version store in tempdb. Transactions are logical units of work; a set of operations that must either all succeed or all be erased from a database in order to maintain the logical integrity of the data. All modifications of data in SQL Server databases are made in transactions. When a database is set to allow snapshot isolation level, SQL Server must maintain a record of the modifications made to each row in a database. Each time a row is modified, a copy of the row as it existed before the modification is recorded in a row version store in tempdb. Many of the counters in the Transaction object can be used to monitor the size and rate of growth of the row version store in tempdb. The Transactions object counters report all transactions in one instance of the Database Engine.
ss2TransactionsEntry1.3.6.1.4.1.9600.1.13.2.36.1not-accessiblePerformance information for one SQL Server Transactions instance.
G32 ss2trnFreeSpaceInTempdbKB1.3.6.1.4.1.9600.1.13.2.36.1.1Gauge32read-onlyThe free space in tempdb in KB.
G32 ss2trnLongestTransactRunningTime1.3.6.1.4.1.9600.1.13.2.36.1.2Gauge32read-onlyThe longest running time of any transcation in seconds.
G32 ss2trnNonSnapshotVersionTransact1.3.6.1.4.1.9600.1.13.2.36.1.3Gauge32read-onlyThe total number of active non-snapshot transactions that generate version records.
G32 ss2trnSnapshotTransactions1.3.6.1.4.1.9600.1.13.2.36.1.4Gauge32read-onlyThe total number of active snapshot transactions.
G32 ss2trnTransactions1.3.6.1.4.1.9600.1.13.2.36.1.5Gauge32read-onlyNumber of transaction enlistments (local, dtc, and bound).
G32 ss2trnUpdateSnapshotTransactions1.3.6.1.4.1.9600.1.13.2.36.1.6Gauge32read-onlyThe total number of active snapshot transactions that do updates.
G32 ss2trnUpdateConflictRatio1.3.6.1.4.1.9600.1.13.2.36.1.7Gauge32read-onlyThe fraction of update snapshot transactions that have update conflicts to the total number of update snapshot transactions.
G32 ss2trnVersionCleanupRateKBPerS1.3.6.1.4.1.9600.1.13.2.36.1.8Gauge32read-onlyThe version cleanup rate in KB per seconds.
G32 ss2trnVersionGenerationRateKBS1.3.6.1.4.1.9600.1.13.2.36.1.9Gauge32read-onlyThe version generation rate in KB seconds.
G32 ss2trnVersionStoreSizeKB1.3.6.1.4.1.9600.1.13.2.36.1.10Gauge32read-onlyThe size of the version store in KB.
G32 ss2trnVersionStoreUnitCount1.3.6.1.4.1.9600.1.13.2.36.1.11Gauge32read-onlyNumber of unit in Version Store.
G32 ss2trnVersionStoreUnitCreation1.3.6.1.4.1.9600.1.13.2.36.1.12Gauge32read-onlyCreation of new unit in Version Store.
G32 ss2trnVersionStoreUnitTruncation1.3.6.1.4.1.9600.1.13.2.36.1.13Gauge32read-onlyTruncation of unit in Version Store.
ss2UserSettableTable1.3.6.1.4.1.9600.1.13.2.37not-accessibleThe User Settable object in Microsoft SQL Server allows you to create custom counter instances. Use custom counter instances to monitor aspects of the server not monitored by existing counters, such as components unique to your SQL Server database (for example, the number of customer orders logged or the product inventory). The User Settable object contains 10 instances of the query counter: User counter 1 through User counter 10. These counters map to the SQL Server stored procedures sp_user_counter1 through sp_user_counter10. As these stored procedures are executed by user applications, the values set by the stored procedures are displayed in System Monitor. A counter can monitor any single integer value (for example, a stored procedure that counts how many orders for a particular product have occurred in one day).
ss2UserSettableEntry1.3.6.1.4.1.9600.1.13.2.37.1not-accessiblePerformance information for one particular instance of 'User Settable' object.
INS ss2UserSettableInstance1.3.6.1.4.1.9600.1.13.2.37.1.1InstanceNameread-onlyInstance name.
G32 ss2UserSettableQuery1.3.6.1.4.1.9600.1.13.2.37.1.2Gauge32read-onlyAs defined by the user.
ss2WaitStatisticsTable1.3.6.1.4.1.9600.1.13.2.38not-accessibleThe Wait Statistics performance object contains performance counters that report information about wait status.
ss2WaitStatisticsEntry1.3.6.1.4.1.9600.1.13.2.38.1not-accessiblePerformance information for one particular instance of 'Wait Statistics' object.
INS ss2wsInstance1.3.6.1.4.1.9600.1.13.2.38.1.1InstanceNameread-onlyInstance name.
G32 ss2wsLockWaits1.3.6.1.4.1.9600.1.13.2.38.1.2Gauge32read-onlyStatistics for processes waiting on a lock.
G32 ss2wsLogBufferWaits1.3.6.1.4.1.9600.1.13.2.38.1.3Gauge32read-onlyStatistics for processes waiting for log buffer to be available.
G32 ss2wsLogWriteWaits1.3.6.1.4.1.9600.1.13.2.38.1.4Gauge32read-onlyStatistics for processes waiting for log buffer to be written.
G32 ss2wsMemoryGrantQueueWaits1.3.6.1.4.1.9600.1.13.2.38.1.5Gauge32read-onlyStatistics for processes waiting for memory grant to become available.
G32 ss2wsNetworkIOWaits1.3.6.1.4.1.9600.1.13.2.38.1.6Gauge32read-onlyStatistics relevant to wait on network IO.
G32 ss2wsNonPageLatchWaits1.3.6.1.4.1.9600.1.13.2.38.1.7Gauge32read-onlyStatistics relevant to non-page latches.
G32 ss2wsPageIOLatchWaits1.3.6.1.4.1.9600.1.13.2.38.1.8Gauge32read-onlyStatistics relevant to page IO latches.
G32 ss2wsPageLatchWaits1.3.6.1.4.1.9600.1.13.2.38.1.9Gauge32read-onlyStatistics relevant to page latches, not including IO latches
G32 ss2wsThreadSafeMemoryObjectsWait1.3.6.1.4.1.9600.1.13.2.38.1.10Gauge32read-onlyStatistics for processes waiting on thread-safe memory allocators.
G32 ss2wsTransactionOwnershipWaits1.3.6.1.4.1.9600.1.13.2.38.1.11Gauge32read-onlyStatistics relevant to processes synchronizing access to transaction.
G32 ss2wsWaitForTheWorker1.3.6.1.4.1.9600.1.13.2.38.1.12Gauge32read-onlyStatistics relevant to processes waiting for worker to become available.
G32 ss2wsWorkspaceSynchronizatWaits1.3.6.1.4.1.9600.1.13.2.38.1.13Gauge32read-onlyStatistics relevant to processes synchronizing access to workspace.
ss2WorkloadGroupStatsTable1.3.6.1.4.1.9600.1.13.2.39not-accessibleA table containing performance information for instances of 'Workload Group Stats' objects.
ss2WorkloadGroupStatsEntry1.3.6.1.4.1.9600.1.13.2.39.1not-accessiblePerformance information for one particular instance of 'Workload Group Stats' object.
INS ss2wgsInstance1.3.6.1.4.1.9600.1.13.2.39.1.1InstanceNameread-onlyInstance name.
G32 ss2wgsActiveParallelThreads1.3.6.1.4.1.9600.1.13.2.39.1.2Gauge32read-onlyNumber of threads used by parallel queries in the workload group. Serial queries and the main thread of parallel queries are not included in this number.
G32 ss2wgsActiveRequests1.3.6.1.4.1.9600.1.13.2.39.1.3Gauge32read-onlyNumber of currently running requests in the workload group.
G32 ss2wgsBlockedTasks1.3.6.1.4.1.9600.1.13.2.39.1.4Gauge32read-onlyNumber of blocked tasks in the workload group.
G32 ss2wgsCPUUsagePercent1.3.6.1.4.1.9600.1.13.2.39.1.5Gauge32read-onlySystem CPU usage by all requests in the specified instance of the performance object.
G32 ss2wgsMaxRequestCpuTimeMs1.3.6.1.4.1.9600.1.13.2.39.1.6Gauge32read-onlyMaximum CPU time in milliseconds used by a request in the workload group.
G32 ss2wgsMaxRequestMemoryGrantKB1.3.6.1.4.1.9600.1.13.2.39.1.7Gauge32read-onlyMaximum value of memory grant in kilobytes used by a query in the workload group.
G32 ss2wgsQueryOptimizationsPerSec1.3.6.1.4.1.9600.1.13.2.39.1.8Gauge32read-onlyNumber of query optimizations per second occurring in the workload group.
G32 ss2wgsQueuedRequests1.3.6.1.4.1.9600.1.13.2.39.1.9Gauge32read-onlyNumber of requests waiting in the queue due to resource governor limits in the workload group.
G32 ss2wgsReducedMemoryGrantsPerSec1.3.6.1.4.1.9600.1.13.2.39.1.10Gauge32read-onlyNumber of queries per second getting less than ideal amount of memory in the workload group.
G32 ss2wgsRequestsCompletedPerSec1.3.6.1.4.1.9600.1.13.2.39.1.11Gauge32read-onlyNumber of completed requests per second in the workload group.
G32 ss2wgsSuboptimalPlansPerSec1.3.6.1.4.1.9600.1.13.2.39.1.12Gauge32read-onlyNumber of suboptimal query plans generated per second in the workload group.
sqlServerAgentV21.3.6.1.4.1.9600.1.13.3
sa2NameTable1.3.6.1.4.1.9600.1.13.3.1not-accessibleThis table contains the list of SQL Server Agent instance names installed. The ss2NameIndex is used to refer to all other SQL Server Agent SNMP entries.
sa2NameEntry1.3.6.1.4.1.9600.1.13.3.1.1not-accessiblePerformance information for one SQL Server Agent name instance.
I32 sa2NameIndex1.3.6.1.4.1.9600.1.13.3.1.1.1Integer32read-onlyThe index number associated with the instance name
INS sa2NameInstance1.3.6.1.4.1.9600.1.13.3.1.1.2InstanceNameread-onlyThe name of the SQL Server Agent installed instance.
sa2AlertsTable1.3.6.1.4.1.9600.1.13.3.2not-accessibleThe SQL Server Agent Alerts performance object contains performance counters that report information about SQL Server Agent alerts.
sa2AlertsEntry1.3.6.1.4.1.9600.1.13.3.2.1not-accessiblePerformance information for one particular instance of 'Alerts' object.
G32 sa2AlertsActivatedAlerts1.3.6.1.4.1.9600.1.13.3.2.1.1Gauge32read-onlyThe number of Alerts that have activated since the last SQL Server restart.
G32 sa2AlertsAlertsActivatedMinute1.3.6.1.4.1.9600.1.13.3.2.1.2Gauge32read-onlyThe number of Alerts that have activated within the last minute.
sa2JobsTable1.3.6.1.4.1.9600.1.13.3.3not-accessibleThe SQL Server Agent Jobs performance object contains performance counters that report information about SQL Server Agent jobs.
sa2JobsEntry1.3.6.1.4.1.9600.1.13.3.3.1not-accessiblePerformance information for one particular instance of 'Jobs' object.
INS sa2JobsInstance1.3.6.1.4.1.9600.1.13.3.3.1.1InstanceNameread-onlyInstance name.
G32 sa2JobsActiveJobs1.3.6.1.4.1.9600.1.13.3.3.1.2Gauge32read-onlyNumber of running jobs.
G32 sa2JobsFailedJobs1.3.6.1.4.1.9600.1.13.3.3.1.3Gauge32read-onlyNumber of failed jobs.
G32 sa2JobsJobSuccessRate1.3.6.1.4.1.9600.1.13.3.3.1.4Gauge32read-onlyPercentage of successful jobs from the total number of executed jobs.
G32 sa2JobsJobsActivatedPerMinute1.3.6.1.4.1.9600.1.13.3.3.1.5Gauge32read-onlyNumber of jobs activated within the last minute.
G32 sa2JobsQueuedJobs1.3.6.1.4.1.9600.1.13.3.3.1.6Gauge32read-onlyNumber of jobs queued.
G32 sa2JobsSuccessfulJobs1.3.6.1.4.1.9600.1.13.3.3.1.7Gauge32read-onlyNumber of successful jobs.
sa2JobStepsTable1.3.6.1.4.1.9600.1.13.3.4not-accessibleThe SQL Server Agent JobSteps performance object contains performance counters that report information about SQL Server Agent job steps.
sa2JobStepsEntry1.3.6.1.4.1.9600.1.13.3.4.1not-accessiblePerformance information for one particular instance of 'JobSteps' object.
INS sa2JobStepsInstance1.3.6.1.4.1.9600.1.13.3.4.1.1InstanceNameread-onlyInstance name.
G32 sa2JobStepsActiveSteps1.3.6.1.4.1.9600.1.13.3.4.1.2Gauge32read-onlyNumber of active steps.
G32 sa2JobStepsQueuedSteps1.3.6.1.4.1.9600.1.13.3.4.1.3Gauge32read-onlyNumber of queued steps.
G32 sa2JobStepsTotalStepRetries1.3.6.1.4.1.9600.1.13.3.4.1.4Gauge32read-onlyThe total number of times any Job Step execution is retried since the last SQL Server restart.
sa2StatisticsTable1.3.6.1.4.1.9600.1.13.3.5not-accessibleThe SQL Server Agent Statistics performance object contains performance counters that report information about SQL Server Agent.
sa2StatisticsEntry1.3.6.1.4.1.9600.1.13.3.5.1not-accessiblePerformance information for one particular instance of 'Statistics' object.
G32 sa2StatisticsSQLServerRestarted1.3.6.1.4.1.9600.1.13.3.5.1.1Gauge32read-onlyThe number of times the SQL Server has been successfully restarted by SQL Server Agent, since the last SQL Server Agent restart.
reportingServicesV21.3.6.1.4.1.9600.1.13.4
rs2WebService1.3.6.1.4.1.9600.1.13.4.1
G32 rs2wbsActiveSessions1.3.6.1.4.1.9600.1.13.4.1.1Gauge32read-onlyNumber of active sessions.
G32 rs2wbsCacheHitsPerSec1.3.6.1.4.1.9600.1.13.4.1.2Gauge32read-onlyNumber of report server cache hits per second.
G32 rs2wbsCacheHitsSecSemanticModels1.3.6.1.4.1.9600.1.13.4.1.3Gauge32read-onlyNumber of times second that models can be retrieved from the cache.
G32 rs2wbsCacheMissesPerSec1.3.6.1.4.1.9600.1.13.4.1.4Gauge32read-onlyNumber of times per second that reports cannot be retrieved from cache.
G32 rs2wbsCacheMissesSecSemantModels1.3.6.1.4.1.9600.1.13.4.1.5Gauge32read-onlyNumber of times second that models cannot be retrieved from the cache.
G32 rs2wbsFirstSessionRequestsPerSec1.3.6.1.4.1.9600.1.13.4.1.6Gauge32read-onlyNumber of new user sessions that are started per second.
G32 rs2wbsMemoryCacheHitsPerSec1.3.6.1.4.1.9600.1.13.4.1.7Gauge32read-onlyNumber of times per second that reports can be retrieved from the in memory cache.
G32 rs2wbsMemoryCacheMissPerSec1.3.6.1.4.1.9600.1.13.4.1.8Gauge32read-onlyNumber of times per second that reports cannot be retrieved from the in memory cache.
G32 rs2wbsNextSessionRequestsPerSec1.3.6.1.4.1.9600.1.13.4.1.9Gauge32read-onlyNumber of requests per second for reports that are open in an existing session.
G32 rs2wbsReportRequests1.3.6.1.4.1.9600.1.13.4.1.10Gauge32read-onlyNumber of active report requests.
G32 rs2wbsReportsExecutedPerSec1.3.6.1.4.1.9600.1.13.4.1.11Gauge32read-onlyNumber of reports executed per second.
G32 rs2wbsRequestsPerSec1.3.6.1.4.1.9600.1.13.4.1.12Gauge32read-onlyNumber of requests per second.
G32 rs2wbsTotalCacheHits1.3.6.1.4.1.9600.1.13.4.1.13Gauge32read-onlyTotal number of report server cache hits.
G32 rs2wbsTotalCacheHitSemanticModel1.3.6.1.4.1.9600.1.13.4.1.14Gauge32read-onlyTotal number of cache hits made in the model cache.
G32 rs2wbsTotalCacheMisses1.3.6.1.4.1.9600.1.13.4.1.15Gauge32read-onlyTotal number of cache misses.
G32 rs2wbsTotalCachMissSemanticModel1.3.6.1.4.1.9600.1.13.4.1.16Gauge32read-onlyTotal number of cache misses made in the model cache.
G32 rs2wbsTotalMemoryCacheHits1.3.6.1.4.1.9600.1.13.4.1.17Gauge32read-onlyTotal number of cache hits made in the in memory cache.
G32 rs2wbsTotalMemoryCacheMisses1.3.6.1.4.1.9600.1.13.4.1.18Gauge32read-onlyTotal number of cache misses made in the in memory cache.
G32 rs2wbsTotalProcessingFailures1.3.6.1.4.1.9600.1.13.4.1.19Gauge32read-onlyTotal number of processing failures.
G32 rs2wbsTotalRejectedThreads1.3.6.1.4.1.9600.1.13.4.1.20Gauge32read-onlyTotal number of rejected threads as a result of thread pressure.
G32 rs2wbsTotalReportsExecute1.3.6.1.4.1.9600.1.13.4.1.21Gauge32read-onlyTotal number of reports executed.
G32 rs2wbsTotalRequests1.3.6.1.4.1.9600.1.13.4.1.22Gauge32read-onlyTotal number of requests being processed.
rs2WindowsServiceTable1.3.6.1.4.1.9600.1.13.4.2not-accessibleA table containing performance information for instances of 'MSRS Windows Service' objects.
rs2WindowsServiceEntry1.3.6.1.4.1.9600.1.13.4.2.1not-accessiblePerformance information for one particular instance of 'MSRS Windows Service' object.
INS rs2wnsInstance1.3.6.1.4.1.9600.1.13.4.2.1.1InstanceNameread-onlyInstance name.
G32 rs2wnsActiveSessions1.3.6.1.4.1.9600.1.13.4.2.1.2Gauge32read-onlyNumber of active sessions.
G32 rs2wnsCacheFlushesPerSec1.3.6.1.4.1.9600.1.13.4.2.1.3Gauge32read-onlyNumber of cache flushes per second.
G32 rs2wnsCacheHitsPerSec1.3.6.1.4.1.9600.1.13.4.2.1.4Gauge32read-onlyNumber of report server cache hits per second.
G32 rs2wnsCacheHitsSecSemanticModels1.3.6.1.4.1.9600.1.13.4.2.1.5Gauge32read-onlyNumber of times second that models can be retrieved from the cache.
G32 rs2wnsCacheMissesPerSec1.3.6.1.4.1.9600.1.13.4.2.1.6Gauge32read-onlyNumber of times per second that reports cannot be retrieved from cache.
G32 rs2wnsCacheMissSecSemanticModels1.3.6.1.4.1.9600.1.13.4.2.1.7Gauge32read-onlyNumber of times second that models cannot be retrieved from the cache.
G32 rs2wnsDeliversPerSec1.3.6.1.4.1.9600.1.13.4.2.1.8Gauge32read-onlyNumber of delivers deliveries per second.
G32 rs2wnsEventsPerSec1.3.6.1.4.1.9600.1.13.4.2.1.9Gauge32read-onlyNumber of events per second.
G32 rs2wnsFirstSessionRequestsPerSec1.3.6.1.4.1.9600.1.13.4.2.1.10Gauge32read-onlyNumber of new user sessions that are started per second.
G32 rs2wnsMemoryCacheHitsPerSec1.3.6.1.4.1.9600.1.13.4.2.1.11Gauge32read-onlyNumber of times per second that reports can be retrieved from the in memory cache.
G32 rs2wnsMemoryCacheMissPerSec1.3.6.1.4.1.9600.1.13.4.2.1.12Gauge32read-onlyNumber of times per second that reports cannot be retrieved from the in memory cache.
G32 rs2wnsNextSessionRequestsPerSec1.3.6.1.4.1.9600.1.13.4.2.1.13Gauge32read-onlyNumber of requests per second for reports that are open in an existing session.
G32 rs2wnsReportRequests1.3.6.1.4.1.9600.1.13.4.2.1.14Gauge32read-onlyNumber of active report requests.
G32 rs2wnsReportsExecutedPerSec1.3.6.1.4.1.9600.1.13.4.2.1.15Gauge32read-onlyNumber of reports executed per second.
G32 rs2wnsRequestsPerSec1.3.6.1.4.1.9600.1.13.4.2.1.16Gauge32read-onlyNumber of requests per second.
G32 rs2wnsSnapshotUpdatesPerSec1.3.6.1.4.1.9600.1.13.4.2.1.17Gauge32read-onlyNumber of snapshot updates per second.
G32 rs2wnsTotalAppDomainRecycles1.3.6.1.4.1.9600.1.13.4.2.1.18Gauge32read-onlyTotal number of application domain recycles.
G32 rs2wnsTotalCacheFlushes1.3.6.1.4.1.9600.1.13.4.2.1.19Gauge32read-onlyTotal number of report execution server cache updates.
G32 rs2wnsTotalCacheHits1.3.6.1.4.1.9600.1.13.4.2.1.20Gauge32read-onlyTotal number of report server cache hits.
G32 rs2wnsTotalCacheHitSemanticModel1.3.6.1.4.1.9600.1.13.4.2.1.21Gauge32read-onlyTotal number of cache hits made in the model cache.
G32 rs2wnsTotalCacheMisses1.3.6.1.4.1.9600.1.13.4.2.1.22Gauge32read-onlyTotal number of cache misses.
G32 rs2wnsTotalCachMissSemanticModel1.3.6.1.4.1.9600.1.13.4.2.1.23Gauge32read-onlyTotal number of cache misses made in the model cache.
G32 rs2wnsTotalDeliveries1.3.6.1.4.1.9600.1.13.4.2.1.24Gauge32read-onlyTotal number of deliveries.
G32 rs2wnsTotalEvents1.3.6.1.4.1.9600.1.13.4.2.1.25Gauge32read-onlyTotal number of events.
G32 rs2wnsTotalMemoryCacheHits1.3.6.1.4.1.9600.1.13.4.2.1.26Gauge32read-onlyTotal number of cache hits made in the in memory cache.
G32 rs2wnsTotalMemoryCacheMisses1.3.6.1.4.1.9600.1.13.4.2.1.27Gauge32read-onlyTotal number of cache misses made in the in memory cache.
G32 rs2wnsTotalProcessingFailures1.3.6.1.4.1.9600.1.13.4.2.1.28Gauge32read-onlyTotal number of processing failures.
G32 rs2wnsTotalRejectedThreads1.3.6.1.4.1.9600.1.13.4.2.1.29Gauge32read-onlyTotal number of rejected threads as a result of thread pressure.
G32 rs2wnsTotalReportsExecuted1.3.6.1.4.1.9600.1.13.4.2.1.30Gauge32read-onlyTotal number of reports executed.
G32 rs2wnsTotalRequests1.3.6.1.4.1.9600.1.13.4.2.1.31Gauge32read-onlyTotal number of requests being processed.
G32 rs2wnsTotalSnapshotUpdates1.3.6.1.4.1.9600.1.13.4.2.1.32Gauge32read-onlyTotal number of report execution snapshot updates.
rs2ReportServerHTTPTable1.3.6.1.4.1.9600.1.13.4.3not-accessibleStatistics related to Report Server HTTP Service
rs2ReportServerHTTPEntry1.3.6.1.4.1.9600.1.13.4.3.1not-accessiblePerformance information for one SQL Server name instance.
I32 rs2HTTPNameIndex1.3.6.1.4.1.9600.1.13.4.3.1.1Integer32read-onlyThe index number associated with the instance name
INS rs2HTTPNameInstance1.3.6.1.4.1.9600.1.13.4.3.1.2InstanceNameread-onlyThe name of the Report Server installed instance.
G32 rs2HTTPRequestsPerSec1.3.6.1.4.1.9600.1.13.4.3.1.3Gauge32read-onlyNumber of HTTP requests received.
G32 rs2HTTPTotalRequests1.3.6.1.4.1.9600.1.13.4.3.1.4Gauge32read-onlyTotal number of HTTP requests received.

RFC description

SQL Server 2005/2008 performance monitoring MIB providing Analysis Services and database metrics.

Start monitoring Microsoft SQL Server 2005/2008 host (SNMP Informant) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download INFORMANT-SQLSERVER-V2