VxWorks Reference Manual : Libraries
tcpShow - TCP information display routines
tcpShowInit( ) - initialize TCP show routines
tcpDebugShow( ) - display debugging information for the TCP protocol
tcpstatShow( ) - display all statistics for the TCP protocol
This library provides routines to show TCP related statistics.
Interpreting these statistics requires detailed knowledge of Internet network protocols. Information on these protocols can be found in the following books:
- TCP/IP Illustrated Volume II, The Implementationa, by Richard Stevens
- The Design and Implementation of the 4.4 BSD UNIX Operating System, by Leffler, McKusick, Karels and Quarterman
The tcpShowInit( ) routine links the TCP show facility into the VxWorks system. This is performed automatically if INCLUDE_NET_SHOW is defined in configAll.h.
tcpShow, netLib, netShow, VxWorks Programmer's Guide: Network
tcpShowInit( ) - initialize TCP show routines
void tcpShowInit (void)
This routine links the TCP show facility into the VxWorks system. These routines are included automatically if INCLUDE_NET_SHOW and INCLUDE_TCP are defined in configAll.h.
N/A
tcpDebugShow( ) - display debugging information for the TCP protocol
void tcpDebugShow ( int numPrint, /* no. of entries to print, default (0) = 20 */ int verbose /* 1 = verbose */ )
This routine displays debugging information for the TCP protocol. To include TCP debugging facilities, define INCLUDE_TCP_DEBUG when building the system image. To enable information gathering, turn on the SO_DEBUG option for the relevant socket(s).
N/A
tcpstatShow( ) - display all statistics for the TCP protocol
void tcpstatShow (void)
This routine displays detailed statistics for the TCP protocol.
N/A