Bb-memory
list Kevin Hanrahan
I am using bb-memory to get memory data for each of my hosts and I am seeing an odd result. This is from a system with 16 gig of memory installed: Memory Used Total Percentage Physical 682M 784M 86% Actual 66M 784M 8% Swap 0M 2047M 0% The host is running linux....any ideas why I see this reading? Thanks Kevin Note: The information contained in this email and in any attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. The recipient should check this email and any attachments for the presence of viruses. Sender accepts no liability for any damages caused by any virus transmitted by this email. If you have received this email in error, please notify us immediately by replying to the message and delete the email from your computer. This e-mail is and any response to it will be unencrypted and, therefore, potentially unsecure. Thank you. NOVA Information Systems, Inc.
list Asif Iqbal
▸
On Sat, Mar 26, 2005 at 12:50:36PM, user-fd47fec4b039@xymon.invalid wrote:
I am using bb-memory to get memory data for each of my hosts and I am seeing an odd result. This is from a system with 16 gig of memory installed: Memory Used Total Percentage Physical 682M 784M 86% Actual 66M 784M 8% Swap 0M 2047M 0% The host is running linux....any ideas why I see this reading?
I would run it like this export BBHOME=/path/to/bb . /path/to/bbdef.sh sh -x /path/to/bb-memory.sh to debug -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu "..there are two kinds of people: those who work and those who take the credit...try to be in the first group;...less competition there." - Indira Gandhi
list Henrik Størner
▸
On Sat, Mar 26, 2005 at 12:50:36PM -0500, user-fd47fec4b039@xymon.invalid wrote:
I am using bb-memory to get memory data for each of my hosts and I am seeing an odd result. This is from a system with 16 gig of memory installed:
Memory Used Total Percentage Physical 682M 784M 86% Actual 66M 784M 8% Swap 0M 2047M 0%
bb-memory isn't exactly rocket science ... on Linux, it basically takes the output from "free -m" and reports those data. So check that your "free" command reports the correct data - if not, get that fixed. Henrik