All MIBs › MSSQLSERVER-MIB › mssqlDbInfoUnusedSpace
mssqlDbInfoUnusedSpace
Module: MSSQLSERVER-MIB
OID (symbolic): MSSQLSERVER-MIB::mssqlDbInfoUnusedSpace
OID (numeric): 1.3.6.1.4.1.311.1.4.1.1.6.1.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The unused space in KB of the database associated with this row.
What is mssqlDbInfoUnusedSpace?
This read-only OID reports space, in KB, that's reserved for a database's objects but not currently holding data, a figure a DBA checks when investigating why reserved space is much larger than actual data plus index space.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.311.1.4.1.1.6.1.10 snmpwalk -v2c -c public <target> MSSQLSERVER-MIB::mssqlDbInfoUnusedSpace
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.311.1.4.1.1.6.1.10.1 snmpget -v2c -c public <target> MSSQLSERVER-MIB::mssqlDbInfoUnusedSpace.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> mssqlDbInfoUnusedSpace.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::mssqlDbInfoUnusedSpace 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.6 | mssqlDbInfoTable | MSSQLSERVER-MIB |
| 1.3.6.1.4.1.311.1.4.1.1.6.1 | mssqlDbInfoEntry | MSSQLSERVER-MIB |
| 1.3.6.1.4.1.311.1.4.1.1.6.1.10 | mssqlDbInfoUnusedSpace | MSSQLSERVER-MIB |