SNMP Query Objects Parent topic

memTotalSwap

Item
Description
OID
.1.3.6.1.4.1.2021.4.3
Object name
memTotalSwap
Description
The total amount of swap space configured for this host.

memAvailSwap

Item
Description
OID
.1.3.6.1.4.1.2021.4.4
Object name
memAvailSwap
Description
The amount of swap space currently unused or available.

memTotalReal

Item
Description
OID
.1.3.6.1.4.1.2021.4.5
Object name
memTotalReal
Description
The total amount of real/physical memory installed on this host.

memAvailReal

Item
Description
OID
.1.3.6.1.4.1.2021.4.6
Object name
memAvailReal
Description
The amount of real/physical memory currently unused or available.

memTotalFree

Item
Description
OID
.1.3.6.1.4.1.2021.4.11
Object name
memTotalFree
Description
The total amount of memory free or available for use on this host. This value typically covers both real memory and swap space or virtual memory.

memMinimumSwap

Item
Description
OID
.1.3.6.1.4.1.2021.4.12
Object name
memMinimumSwap
Description
The minimum amount of swap space expected to be kept free or available during normal operation of this host. If this value (as reported by 'memAvailSwap(4)') falls below the specified level, then 'memSwapError(100)' will be set to 1 and an error message made available via 'memSwapErrorMsg(101)'.

memShared

Item
Description
OID
.1.3.6.1.4.1.2021.4.13
Object name
memShared
Description
The total amount of real or virtual memory currently allocated for use as shared memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.

memBuffer

Item
Description
OID
.1.3.6.1.4.1.2021.4.14
Object name
memBuffer
Description
The total amount of real or virtual memory currently allocated for use as memory buffers. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.

memCached

Item
Description
OID
.1.3.6.1.4.1.2021.4.15
Object name
memCached
Description
The total amount of real or virtual memory currently allocated for use as cached memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as reserved for this purpose.

memSwapError

Item
Description
OID
.1.3.6.1.4.1.2021.4.100
Object name
memSwapError
Description
Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)') is less than the minimum (specified by 'memMinimumSwap(12)').

memSwapErrorMsg

Item
Description
OID
.1.3.6.1.4.1.2021.4.101
Object name
memSwapErrorMsg
Description
Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)') is less than the minimum (specified by 'memMinimumSwap(12)').

dskIndex

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.1
Object name
dskIndex
Description
Integer reference number (row number) for the disk mib.

dskPath

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.2
Object name
dskPath
Description
Path where the disk is mounted.

dskDevice

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.3
Object name
dskDevice
Description
Path of the device for the partition.

dskMinimum

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.4
Object name
dskMinimum
Description
Minimum space required on the disk (in kBytes) before the errors are triggered. Either this or dskMinPercent is configured via the agent's snmpd.conf file.

dskMinPercent

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.5
Object name
dskMinPercent
Description
Percentage of minimum space required on the disk before the errors are triggered. Either this or dskMinimum is configured via the agent's snmpd.conf file.

dskTotal

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.6
Object name
dskTotal
Description
Total size of the disk/partition (kBytes).

dskAvail

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.7
Object name
dskAvail
Description
Available disk space.

dskUsed

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.8
Object name
dskUsed
Description
Disk space used.

dskPercent

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.9
Object name
dskPercent
Description
Percentage of space used on disk.

dskPercentNode

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.10
Object name
dskPercentNode
Description
Percentage of inodes used on disk.

dskErrorFlag

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.100
Object name
dskErrorFlag
Description
Error flag indicating that the disk or partition is under the minimum required space configured for it.

dskErrorMsg

Item
Description
OID
.1.3.6.1.4.1.2021.9.1.101
Object name
dskErrorMsg
Description
A text description providing a warning and the space left on the disk.

ssSwapIn

Item
Description
OID
.1.3.6.1.4.1.2021.11.3
Object name
ssSwapIn
Description
The average amount of memory swapped in from disk, calculated over the last minute.

ssSwapOut

Item
Description
OID
.1.3.6.1.4.1.2021.11.4
Object name
ssSwapOut
Description
The average amount of memory swapped out to disk, calculated over the last minute.

ssIOSent

Item
Description
OID
.1.3.6.1.4.1.2021.11.5
Object name
ssIOSent
Description
The average amount of data written to disk or other block devices, calculated over the last minute. This object has been deprecated in favour of 'ssIORawSent(57)', which can be used to calculate the same metric, but over any desired time period.

ssIOReceive

Item
Description
OID
.1.3.6.1.4.1.2021.11.6
Object name
ssIOReceive
Description
The average amount of data read from disk or other block devices, calculated over the last minute. This object has been deprecated in favour of 'ssIORawReceived(58)', which can be used to calculate the same metric, but over any desired time period.

ssSysInterrupts

Item
Description
OID
.1.3.6.1.4.1.2021.11.7
Object name
ssSysInterrupts
Description
The average rate of interrupts processed (including the clock) calculated over the last minute. This object has been deprecated in favour of 'ssRawInterrupts(59)', which can be used to calculate the same metric, but over any desired time period.

ssSysContext

Item
Description
OID
.1.3.6.1.4.1.2021.11.8
Object name
ssSysContext
Description
The average rate of context switches, calculated over the last minute. This object has been deprecated in favour of 'ssRawContext(60)', which can be used to calculate the same metric, but over any desired time period.

ssCpuUser

Item
Description
OID
.1.3.6.1.4.1.2021.11.9
Object name
ssCpuUser
Description
The percentage of CPU time spent processing user-level code, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawUser(50)', which can be used to calculate the same metric, but over any desired time period.

ssCpuSystem

Item
Description
OID
.1.3.6.1.4.1.2021.11.10
Object name
ssCpuSystem
Description
The percentage of CPU time spent processing system-level code, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawSystem(52)', which can be used to calculate the same metric, but over any desired time period.

ssCpuIdle

Item
Description
OID
.1.3.6.1.4.1.2021.11.11
Object name
ssCpuIdle
Description
The percentage of processor time spent idle, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawIdle(53)', which can be used to calculate the same metric, but over any desired time period.

ssCpuRawUser

Item
Description
OID
.1.3.6.1.4.1.2021.11.50
Object name
ssCpuRawUser
Description
The number of 'ticks' (typically 1/100s) spent processing user-level code. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

ssCpuRawNice

Item
Description
OID
.1.3.6.1.4.1.2021.11.51
Object name
ssCpuRawNice
Description
The number of 'ticks' (typically 1/100s) spent processing reduced-priority code. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

ssCpuRawSystem

Item
Description
OID
.1.3.6.1.4.1.2021.11.52
Object name
ssCpuRawSystem
Description
The number of 'ticks' (typically 1/100s) spent processing system-level code. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors). This object may sometimes be implemented as the combination of the 'ssCpuRawWait(54)' and 'ssCpuRawKernel(55)' counters, so care must be taken when summing the overall raw counters.

ssCpuRawIdle

Item
Description
OID
.1.3.6.1.4.1.2021.11.53
Object name
ssCpuRawIdle
Description
The number of 'ticks' (typically 1/100s) spent idle. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

ssCpuRawWait

Item
Description
OID
.1.3.6.1.4.1.2021.11.54
Object name
ssCpuRawWait
Description
The number of 'ticks' (typically 1/100s) spent waiting for IO. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. This time may also be included within the 'ssCpuRawSystem(52)' counter. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

ssCpuRawKernel

Item
Description
OID
.1.3.6.1.4.1.2021.11.55
Object name
ssCpuRawKernel
Description
The number of 'ticks' (typically 1/100s) spent processing kernel-level code. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. This time may also be included within the 'ssCpuRawSystem(52)' counter. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

ssCpuRawInterrupt

Item
Description
OID
.1.3.6.1.4.1.2021.11.56
Object name
ssCpuRawInterrupt
Description
The number of 'ticks' (typically 1/100s) spent processing hardware interrupts. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

ssIORawSent

Item
Description
OID
.1.3.6.1.4.1.2021.11.57
Object name
ssIORawSent
Description
Number of blocks sent to a block device.

ssIORawReceived

Item
Description
OID
.1.3.6.1.4.1.2021.11.58
Object name
ssIORawReceived
Description
Number of blocks received from a block device.

ssRawInterrupts

Item
Description
OID
.1.3.6.1.4.1.2021.11.59
Object name
ssRawInterrupts
Description
Number of interrupts processed.

ssRawContexts

Item
Description
OID
.1.3.6.1.4.1.2021.11.60
Object name
ssRawContexts
Description
Number of context switches.

ssCpuRawSoftIRQ

Item
Description
OID
.1.3.6.1.4.1.2021.11.61
Object name
ssCpuRawSoftIRQ
Description
The number of 'ticks' (typically 1/100s) spent processing software interrupts. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

ssRawSwapIn

Item
Description
OID
.1.3.6.1.4.1.2021.11.62
Object name
ssRawSwapIn
Description
Number of blocks swapped in.

ssRawSwapOut

Item
Description
OID
.1.3.6.1.4.1.2021.11.63
Object name
ssRawSwapOut
Description
Number of blocks swapped out.

productVersion

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.1.1
Object name
productVersion
Description
Returns the Deep Discovery Analyzer version.

productBuild

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.1.2
Object name
productBuild
Description
Returns the Deep Discovery Analyzer build number.

productHotfix

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.1.3
Object name
productHotfix
Description
Returns the Deep Discovery Analyzer hotfix number.

componentTable

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.2
Object name
componentTable
Description
A table containing a set of component information.

componentIndex

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.2.1.1
Object name
componentIndex
Description
Returns the component index.

componentID

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.2.1.2
Object name
componentID
Description
Returns the component ID.

componentName

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.2.1.3
Object name
componentName
Description
Returns the component name.

componentVersion

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.2.1.4
Object name
componentVersion
Description
Returns the component version.

throughputTable

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.3
Object name
throughputTable
Description
A table containing a set of throughput information.

ifIndex

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.3.1.1
Object name
ifIndex
Description
Returns the interface index.

ifDescr

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.3.1.2
Object name
ifDescr
Description
Returns the interface description.

ifReceiveThroughput

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.3.1.3
Object name
ifReceiveThroughput
Description
Returns the interface receiving throughput.

ifTransmitThroughput

Item
Description
OID
.1.3.6.1.4.1.6101.3005.1.3.1.4
Object name
ifTransmitThroughput
Description
Returns the interface transmitting throughput.