Joel:
I looked at this network_gmetric.sh script and actually implemented it here
at our site. Problem is it is restricted to gathering input and output stats 
from
eth interface devices. It pulls from /proc/net/dev which does indeed have
transmit and receive stats for the myri0 device but this script ignores that
since it is not a eth device. So any network transmit or receive stats for any
myrinet devices in the system are not pushed into ganglia.

The relevent lines are:

stats=(`cat $procfile | sed -e "s/:/ /" | grep "eth"`)

-----Original Message-----
>From: Joel Krauska <[EMAIL PROTECTED]>
>Sent: Mar 9, 2006 12:54 PM
>To: "Zhao, Yongsheng" <[EMAIL PROTECTED]>
>Cc: Eli Stair <[EMAIL PROTECTED]>, [email protected]
>Subject: Re: [Ganglia-general] How to use Ganglia to monitor the Myrinet 
>activity
>
>Zhao, Yongsheng wrote:
>> Could you please explain in detail how to do it? Thanks.
>
>Step 1: Read and understand the Ganglia documentation about Gmetric.
>
>Step 2: Then try this script as a base.
>http://cryptio.net/~ben/ganglia/network_gmetric.sh
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by xPML, a groundbreaking scripting language
>that extends applications into web and mobile media. Attend the live webcast
>and join the prime developer group breaking into this new coding territory!
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
>_______________________________________________
>Ganglia-general mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/ganglia-general


Reply via email to