I've since found the newly posted solaris.c on the developer's list that
should resolve this...
Robert Petkus wrote:
Folks,
I've just compiled gmond for Solaris 8 and noticed I'm not getting
network traffic stats as I would on Linux. I did a cursory poking
around and it seems that only Linux and FreeBSD have functions written
for gathering in and outbound packets in metric.h (extern g_val_t
pkts_in_func(void); extern g_val_t pkts_out_func(void))
I'm new to this an wanted to make sure I didn't err during
compilation. Am I supposed to get network stats on Solaris?
Cheers,