Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2013 11:44:57 +0400
From:      Sergey Kandaurov <pluknet@gmail.com>
To:        freebsd-stable <freebsd-stable@freebsd.org>
Subject:   invalid statistics for 80211node malloc type
Message-ID:  <CAE-mSOJTrDORqFg_hsJAR6y7_h0=hVyvtXmvKTAVQyhEx%2BrtFQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

After upgrading from 8-stable to 9-stable I noticed the
error in malloc(9) type 80211node counter. From vmstat -m:
         Type InUse MemUse HighUse Requests  Size(s)
    80211node 18446744073709551605 18014398509481852K       -        0

18446744073709551605/18014398509481852
1024.00000

18446744073709551605/2^64
.99999

2^64-18446744073709551605
11

Looks like it goes (u_long)negative or some such.

-- 
wbr,
pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-mSOJTrDORqFg_hsJAR6y7_h0=hVyvtXmvKTAVQyhEx%2BrtFQ>