<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.1">
<TITLE>Re: [hobbit] esxtop</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Perhaps the memory portion of the esxtop output is not quite in the format that the hobbit backend understands. If you have access to a system and a top command that hobbit does understand, compare the output formats. If you can figure out a difference between them, you mighjt be able to code a sed filter to normalize the esxtop format data before passing it on to hobbit.<BR>
<BR>
<BR>
Thomas Kern<BR>
301-903-2211<BR>
<BR>
<BR>
----- Original Message -----<BR>
From: Ryan Sclanders <merlin_rbs@hotmail.com><BR>
To: hobbit@hswn.dk <hobbit@hswn.dk><BR>
Sent: Wed Jan 23 05:03:59 2008<BR>
Subject: [hobbit] esxtop<BR>
<BR>
<BR>
<BR>
Hi All,<BR>
<BR>
Was hoping someone could help me or at least steer me in the right direction when monitoring "memory usage" on an esx server. I have searched the web and newgroups only to find people talking about using esxtop and changing the hobbitclient-linux.sh script, when monitoring load and CPU. Unfortunately when changing the startup script to use esxtop the memory monitor column fails.<BR>
<BR>
I considered writing a basic script to monitor the memory (example below), but am not sure how I would create the graphs to trend the mem usage.<BR>
###################<BR>
#!/bin/sh<BR>
<BR>
COLUMN=mem<BR>
COLOR=green<BR>
<BR>
cat /proc/vmware/mem |grep "Machine memory free" > /tmp/meminfo.txt<BR>
<BR>
$BB $BBDISP "status $MACHINE.$COLUMN $COLOR `date`<BR>
`cat /tmp/meminfo.txt`<BR>
"<BR>
exit 0<BR>
###################<BR>
<BR>
Does anyone have any better ideas or are doing anything different that could help resolve this dilemma?<BR>
<BR>
Thanks in advance,<BR>
Ryan<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
_________________________________________________________________<BR>
Who's friends with who and co-starred in what?<BR>
<A HREF="http://www.searchgamesbox.com/celebrityseparation.shtml">http://www.searchgamesbox.com/celebrityseparation.shtml</A><BR>
</FONT>
</P>

</BODY>
</HTML>