ports/185193: net-mgmt/net-snmp: UCD-SNMP-MIB::memBuffer flapping and getting negative
Helmut Ritter
freebsd-ports at charlieroot.de
Thu Dec 26 00:10:00 UTC 2013
>Number: 185193
>Category: ports
>Synopsis: net-mgmt/net-snmp: UCD-SNMP-MIB::memBuffer flapping and getting negative
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 26 00:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Helmut Ritter
>Release: 9.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD BSDHelmut.charlieroot.de 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259165: Tue Dec 10 22:09:05 CET 2013 root at BSDHelmut.charlieroot.de:/usr/obj/usr/src/sys/GENERIC-QUOTA-PF-ALTQ amd64
>Description:
net-snmp was built with 64bit counters. The value for UCD-SNMP-MIB::memBuffer is sometimes flapping between positive and negative:
Thu Dec 26 00:52:15 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:16 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
[helmut at BSDHelmut ~]$ snmpd -v
NET-SNMP version: 5.7.2
Web: http://www.net-snmp.org/
Email: net-snmp-coders at lists.sourceforge.net
[helmut at BSDHelmut ~]$ count=30; while [ $count -gt 0 ]; do date; snmpwalk -v2c -cpublic localhost 1.3.6.1.4.1.2021.4; sleep 1; count=`expr $count - 1`; done
Thu Dec 26 00:52:05 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:06 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:07 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:08 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:09 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:10 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:12 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:13 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:14 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:15 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:16 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:17 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:18 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:19 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:20 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:21 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:22 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:23 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:24 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:26 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:27 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:28 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:29 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:30 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:31 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:32 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191024 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427520 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633840 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:33 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191024 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427520 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633840 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:38 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191016 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427552 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633856 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:39 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191016 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427552 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633856 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:40 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191016 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427552 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633856 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
[helmut at BSDHelmut ~]$
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list