Another minor nicstat release is now available.
Changes for Version 1.95, January 2014
Common
- Added "-U" option, to display separate read and write utilization.
- Simplified display code regarding "-M" option.
Solaris
- Fixed fetch64() to check type of kstats
- Fixed memory leak in update_nicdata_list()
Availability
nicstat source and binaries are
available from sourceforge.
History
For more history on nicstat and examples of use, see
my earlier entry
Tim,
On ubuntu 32 bit build is broken you need to change CMODEL to -m64
Also a warning:
gcc -O3 -m64 nicstat.c -o nicstat
nicstat.c: In function ‘load_snmp’:
nicstat.c:1569:8: warning: too many arguments for format [-Wformat-extra-args]
&ll[4], &ll[5], &ll[6]);
^
Not sure what this means, _still_ not a programmer...
cm