profiling.snmp table

The profiling.snmp table stores information on SNMP response statistics.

The following table describes the columns in the profiling.snmp table.
Table 1. profiling.snmp database table
Column name Constraints Data type Description

ATTRIBUTESIN

Not NULL

Integer

Total number of SNMP errors received.

BACKOFFS

Not NULL

Integer

Total number of times exponential backoff was initiated.

DROPS

Not NULL

Integer

Total number of packets received that were not processed.

ERRORSOUT

Not NULL

Integer

Total number of tooBig errors received.

GETOPERATIONS

Not NULL

Text

Number of SNMP Get operations performed.

GETBULKSOUT

Not NULL

Integer

Total number of SNMP Get Bulk requests sent.

IPADDR

Not NULL

Text

Management IP address of the target device.

GETNEXTOUT

Not NULL

Integer

Total number of SNMP Get Next requests sent.

GETSOUT

Not NULL

Integer

Total number of SNMP Get requests sent.

NOSUCHNAMESIN

Not NULL

Integer

Total number of noSuchName errors received.

PACKETSIN

Not NULL

Integer

Total number of SNMP packets received, including errors.

PACKETSOUT

Not NULL

Integer

Total number of SNMP packets sent.

RETRIES

Not NULL

Integer

Total number of retries.

SETERRORSIN

Not NULL

Integer

Number of errors received from Set requests.

SETOPERATIONS

Not NULL

Integer

Number of SNMP Set operations performed.

SETSOUT

Not NULL

Integer

Total number of Set requests sent.

TIMEOUTS

Not NULL

Integer

Total number of SNMP operations that timed out.

TOOBIGSIN

Not NULL

Integer

Number of tooBig errors received.

WALKOPERATIONS

Not NULL

Integer

Number of SNMP Walk operations performed.