All MIBs › MSSQLSERVER-MIB › mssqlSrvInfoSinglePageWrites
mssqlSrvInfoSinglePageWrites
Module: MSSQLSERVER-MIB
OID (symbolic): MSSQLSERVER-MIB::mssqlSrvInfoSinglePageWrites
OID (numeric): 1.3.6.1.4.1.311.1.4.1.1.2.1.5
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description: The number of single page writes completed since the SQL Server was started (does not include log writes, cache flushes (Lazy Writer), or batch writes).
What is mssqlSrvInfoSinglePageWrites?
This read-only Counter OID totals single-page disk writes completed since startup, explicitly excluding log writes, Lazy Writer flushes, and batch writes; a DBA uses it to isolate this specific write pattern from the other write counters in this table.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.311.1.4.1.1.2.1.5 snmpwalk -v2c -c public <target> MSSQLSERVER-MIB::mssqlSrvInfoSinglePageWrites
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.311.1.4.1.1.2.1.5.1 snmpget -v2c -c public <target> MSSQLSERVER-MIB::mssqlSrvInfoSinglePageWrites.1
Start monitoring Windows servers running Microsoft SQL Server with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the MSSQLSERVER-MIB::mssqlSrvInfoSinglePageWrites OID value, configure state conditions and alerts, and monitor any Windows servers running Microsoft SQL Server from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.311 | microsoft | InternetServer-MIB |
| 1.3.6.1.4.1.311.1 | software | InternetServer-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.311.1.4 | apps | MSSQLSERVER-MIB |
| 1.3.6.1.4.1.311.1.4.1 | mssqlServer | MSSQLSERVER-MIB |
| 1.3.6.1.4.1.311.1.4.1.1 | mssqlServerObjects | MSSQLSERVER-MIB |
| 1.3.6.1.4.1.311.1.4.1.1.2 | mssqlSrvInfoTable | MSSQLSERVER-MIB |
| 1.3.6.1.4.1.311.1.4.1.1.2.1 | mssqlSrvInfoEntry | MSSQLSERVER-MIB |
| 1.3.6.1.4.1.311.1.4.1.1.2.1.5 | mssqlSrvInfoSinglePageWrites | MSSQLSERVER-MIB |