[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Re: MEMPHYS went nuts
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Re: MEMPHYS went nuts
- From: Ralph Mitchell <ralphmitchell (at) gmail.com>
- Date: Sun, 20 Dec 2009 10:27:03 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=deISYiJU48XKV5n/ZiXV0r3BdEHReq8X6lmRf/1hC38=; b=GE19EDF1pDK0gIQidR3BaYezycnTl1OrF2tjGKxhOo25XrV4CrVps0DR+bjJpwAYRm 6Q+2gMHZTM1hapPuZdXY6cKWfvNqgZqCr9JEj5s/C/NT8mfAsNs0liawy+NWlp4zbv+6 nfy6lVk+Qs3rV8R0stQkgEyMME6ucarElr0Uo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=hcBIGds1ZhMjgK8iFgzQgoyD+jQjJuiPo60Jnu0doZ3VuO2I5DRgo9JRqj2fgk5EB9 WVLV/MDv8PolUsOft9LjF8QzVVpaCWvKeOaL+P2IwOK57aNq/xACxdFEmzgxDiYWqDOU aRN+xveZW8KP1fXOPEc49bnrprtZehk/9mb3A=
- References: <3525f2cc0912192047r22150c4fj11b18a2046c467b7 (at) mail.gmail.com> <25de7f001c8764d5f620ad29b2cf5214.squirrel (at) epperson.homelinux.net> <3525f2cc0912200646q58c1c5f2ta31daa6be214f3e1 (at) mail.gmail.com>
On Sun, Dec 20, 2009 at 9:46 AM, Jaime Kikpole <jkikpole (at) cairodurham.org>wrote:
> On Sunday, December 20, 2009, Xymon User in Richmond
> <hobbit (at) epperson.homelinux.net> wrote:
> > Any chance the kernel
> > or related components have been updated since the last previous reboot
> > and/or since the Xymon build, and that this reboot loaded the changes?
>
> Not a bad question, but no. There have been no changes in the kernel
> or OS for a little while now. In fact I am hoping to have a chance to
> do an update in about two weeks.
>
> The system did reboot unexpectedly, though. I wouldn't have expected
> that to have an effect. What do you think?
>
> I tried a "controlled" restate just now via shutdown -r now. After
> giving the systema few minutes to talk to itself, it is still
> reporting strangely high numbers.
>
> Would it make sense to pkg_delete the Xymon daemon on the observed
> host and reinstall it? Or could that make things worse?
>
If you click through the "client data available" link, you'll see this near
the top:
[meminfo]
Total:4084
Free:6920
[swapinfo]
Device 1K-blocks Used Avail Capacity
/dev/da0s1b 4194304 0 4194304 0%
That "Total:4084" is supposed to be the total physical memory in the system,
if I'm reading the freebsd-meminfo.c source correctly. If you have the
xymon source, that's under the "client" directory.
If that system is supposed to have 8G of memory, I think the kernel may not
be seeing half of it...
Ralph Mitchell