What UNIX command does Foglight run to collect network statistics?
On Solaris, "kstat" is used to collect most of the available network interface metrics and "netstat" for a few other metrics. A number of the network interface metrics are not available from UnixAgents monitoring Solaris systems. Have a look at Infrastructure Reference Guide to see which of these metrics are and are not available.
Sample commands:
/usr/bin/env LC_ALL=C /usr/bin/netstat -nip
/usr/bin/env LC_ALL=C /usr/sbin/ifconfig -a
Depending the on results of the interfaces, the below needs to be modified. In this case, lo0 and bge0.
/usr/bin/env LC_ALL=C /usr/bin/kstat -p '::/lo0|bge0/:'