Hello, I'm doing research into performance metrics, and I've found that SNMP (net-snmp 4.2.3 and net-snmp 5.0pre2) isn't reporting tcpCurrEstab on FreeBSD 4.2, it always resports zero no matter how many connections are actually in ESTABLISHED.
tcp.tcpCurrEstab.0 = Gauge32: 0 >From the two versions of net-snmp I've used, it looks like that the FreeBSD 4.2 kernel (4.2-RELEASE) just isn't keeping track of tcpCurrEstab, although I couldn't say for sure. Netstat -s doesn't show this metric, and the only place I can got to find out is doing a netstat -n and grep-ing for ESTABLISHED. I don't know where else in FreeBSD to go to see what the Kernel knows about EST connections. Anyone have any insight? Is this an issue with other releases of FreeBSD? Tony To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message