From: Jean <sig...@hy...> - 2010-06-19 08:40:31
|
Hello, I missed your post! I did a lttle bit more research and looked at the 1.6.3 source, and found this line in the linux_sigar.c module: ifstat->speed = SIGAR_FIELD_NOTIMPL; Looks like this is not implemented for Linux yet! On HP-UX the hpux_sigar.c module contains this line: ifstat->speed = mib.ifSpeed; Thanks, Jean |