Example

The following example shows performance settings from the properties file of an SNMP Probe:

TrapQueueMax        : 1000		
BufferSize          : 100
Buffering           : 1
FlushBufferInterval : 10

These settings instruct the probe to store a maximum of 1000 raw traps prior to converting them to ObjectServer alerts. When the internal alert buffer has 100 alerts waiting to be sent to the ObjectServer, or after 10 seconds have elapsed since the last flush, the probe flushes the alerts in the buffer to the ObjectServer.