Luc,

 the problem could be the following lines in the IRIX metrics code :-)
Basically the answer is that nobody has ever implemented those metrics
for IRIX. As much as I dislike the fact - IRIX is a dying species. Like
the dinosaurs it helped to create...

 What is neede is someone with an IRIX box, free time and some
knowledge of IRIX network code. One idea would be to look at SNMP. They
may have some network metrics. Another possibility would be
PerformanceCoPilot. But I do not know whether SGI opensourced it. But
maybe we can buy it cheap. They seem to need money :-(

Martin

/*
** FIXME
*/
g_val_t
bytes_in_func ( void )
{
   g_val_t val;
   val.f = 0.0;
   return val;
}

/*
** FIXME
*/
g_val_t
bytes_out_func ( void )
{
   g_val_t val;
   val.f = 0.0;
   return val;
}

/*
** FIXME
*/
g_val_t
pkts_in_func ( void )
{
   g_val_t val;
   val.f = 0.0;
   return val;
}

/*
** FIXME
*/
g_val_t
pkts_out_func ( void )
{
   g_val_t val;
   val.f = 0.0;
   return val;
}

/*
** FIXME
*/
g_val_t
disk_free_func ( void )
{
   g_val_t val;
   val.d = 0;
   return val;
}

/*
** FIXME
*/
g_val_t
disk_total_func ( void )
{
   g_val_t val;
   val.d = 0;
   return val;
}

/*
** FIXME
*/
g_val_t
part_max_used_func ( void )
{
   g_val_t val;
   val.f = 0.0;
   return val;
}


--- Luc Gauthier <[EMAIL PROTECTED]> wrote:

> Dear all,
> 
> I recently installed ganglia on a small LAN we have here. This LAN
> has
> some Irix machines, on which I managed, after some work, to compile
> gmond. Now it runs smoothly except for some stats that are not
> reported.
> These are the network stats (bytes_in, bytes_out, pkts_in, pkts_out)
> and
> disk stats (disk_free, disk_total, part_max_used). Now the latter are
> less important, what I'd really like to have reported are the network
> stats.
> 
> I tried to search the list's archives but did not manage to find this
> kind of information (especially for Irix).
> 
> Has anyone experienced this kind of problem ? If so, any idea on how
> to
> fix it ?
> 
> Thanks in advance for your help.
> Luc Gauthier
> 


------------------------------------------------------
Martin Knoblauch
email: k n o b i AT knobisoft DOT de
www:   http://www.knobisoft.de

Reply via email to