Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How can I retreive TCP/UDP statistics

21 views
Skip to first unread message

Achim Zimmer

unread,
Mar 30, 2001, 6:46:33 AM3/30/01
to
Does anybody knows how to get values of statistic counters for TCP, UDP and
IP from vxworks 5.4
I don't have the SNMP stack from WRS, we have bougt an other commercial one
and have to provide the IP layer statistics.


Thanks Achim


Gang Zhang

unread,
Apr 4, 2001, 4:21:39 PM4/4/01
to
using the following m2lib API.

for TCP:
m2TcpConnEntryGet( ) get a MIB-II TCP connection table entry
m2TcpConnEntrySet( ) set a TCP connection to the closed state
m2TcpGroupInfoGet( ) get MIB-II TCP-group scalar variables

for UDP:
m2UdpGroupInfoGet( ) get MIB-II UDP-group scalar variables
m2UdpTblEntryGet( ) get a UDP MIB-II entry from the UDP list of listeners

"Achim Zimmer" <hjzi...@gmx.de> wrote in message
news:9a1rls$7aa$1...@crusher.de.colt.net...

0 new messages