README
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:2k
源码类别:

VxWorks

开发平台:

C/C++

  1.      This directory includes a set of scripts which will add event points
  2. to the network stack for use with the WindView visualization tool. Each
  3. script is executed from the Tornado Shell. Executing the commands in 
  4. the WvNetSetup.scp file alters the options of the network task to enable
  5. the use of event points. Similarly, executing the WvNetCleanup.scp file will
  6. restore the original settings.
  7.      The remaining script files will set event points for particular 
  8. components of the network stack as follows:
  9. Script File Component
  10. ----------- ---------
  11. MuxEventSet.scp MUX interface
  12.                 RouteEventSet.scp Routing library
  13.                 NetBufEventSet.scp Network pool manager
  14. IpEventSet.scp IP network protocol
  15. UdpEventSet.scp UDP transport protocol
  16. TcpEventSet.scp TCP transport protocol
  17. BsdSockEventSet.scp BSD sockets API
  18.      Each of these scripts should only be executed if the corresponding
  19. stack component is actually present. In addition, the IpEventSet.scp file
  20. contains commands to add event points for three optional routines in the 
  21. ICMP and IGMP network protocols (icmpErrorHook, igmpJoinGrpHook, and
  22. igmpLeaveGrpHook). If any of those routines are installed, the commment mark
  23. preceding the associated command may be removed to allow recording of the
  24. event. 
  25.      The events in these scripts are assigned the first 51 user event
  26. identifiers (user events 0 - 50, inclusive). The eventlist.text file
  27. lists the event identifiers assigned to each of the monitored functions
  28. in the network stack. A similar listing is contained in the eventlist.ps
  29. file, which includes the user-defined icons for each event. These icons
  30. can be made available to WindView either by copying the files to the 
  31. WindView resources directory or by setting the WV_USER_ICONS environment 
  32. variable appropriately. For complete instructions on using these icons, see 
  33. the WindView User's Guide.