home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Komunik / sambar / sambar53b3.exe / sysadmin / nettrace.stm < prev    next >
Encoding:
Text File  |  2002-11-15  |  2.9 KB  |  91 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Network Trace</TITLE>
  4. </HEAD>
  5. <STYLE>
  6. BODY {
  7.     COLOR:          #000000;
  8.     FONT-FAMILY:    Arial,Helvetica,sans-serif;
  9.     TEXT-DECORATION:none;
  10. }
  11. TD {
  12.     COLOR:          #000000;
  13.     FONT-FAMILY:    Arial,Helvetica,sans-serif;
  14.     TEXT-DECORATION:none;
  15. }
  16. </STYLE>
  17. <BODY bgcolor=#ffffff VLINK=0000FF LINK=0000FF>
  18. <FONT SIZE=-1>
  19.  
  20. <FONT SIZE=+1 COLOR=#990033><B>Network Trace (<RCEnetlog>)</B></FONT>
  21. <BR>
  22. <BR>
  23. <BLOCKQUOTE>
  24. <TABLE border=0 cellspacing=0 cellpadding=0>
  25. <TR><TD bgcolor=#da8a8a>  </TD>
  26.     <RCif RCEnetloglevel = STREAM>
  27.     <TD bgcolor=#99FFFF><font size=-1>>STREAM</font></TD>
  28.     <RCelse>
  29.     <TD>  <A HREF=/session/enable?system=tracestream&RCpage=/sysadmin/nettrace.stm><font size=-1>STREAM</font></A>  </TD>
  30.     <RCendif>
  31. </TR>
  32. <TR><TD bgcolor=#da9090>  </TD>
  33.     <RCif RCEnetloglevel = SSL>
  34.     <TD bgcolor=#99FFFF><font size=-1>>SSL/TLS</font></TD>
  35.     <RCelse>
  36.     <TD>  <A HREF=/session/enable?system=tracepackets&RCpage=/sysadmin/nettrace.stm><font size=-1>SSL</font></A>  </TD>
  37.     <RCendif>
  38. </TR>
  39. <TR><TD bgcolor=#da9090>  </TD>
  40.     <RCif RCEnetloglevel = PACKETS>
  41.     <TD bgcolor=#99FFFF><font size=-1>>PACKETS</font></TD>
  42.     <RCelse>
  43.     <TD>  <A HREF=/session/enable?system=tracepackets&RCpage=/sysadmin/nettrace.stm><font size=-1>PACKETS</font></A>  </TD>
  44.     <RCendif>
  45. </TR>
  46. <TR><TD bgcolor=#dababa>  </TD>
  47.     <RCif RCEnetloglevel = OPENCLOSE>
  48.     <TD bgcolor=#99FFFF><font size=-1>>OPENCLOSE</font></TD>
  49.     <RCelse>
  50.     <TD>  <A HREF=/session/enable?system=traceopenclose&RCpage=/sysadmin/nettrace.stm><font size=-1>OPENCLOSE</font></A>  </TD>
  51.     <RCendif>
  52. </TR>
  53. <TR><TD bgcolor=#dadada>  </TD>
  54.     <RCif RCEnetloglevel = NONE>
  55.     <TD bgcolor=#99FFFF><font size=-1>>NONE</font></TD>
  56.     <RCelse>
  57.     <TD>  <A HREF=/session/enable?system=tracenone&RCpage=/sysadmin/nettrace.stm><font size=-1>NONE</font></A>  </TD>
  58.     <RCendif>
  59. </TR>
  60. </TABLE>
  61. </BLOCKQUOTE>
  62. <BR>
  63.  
  64. <TABLE border=0 cellspacing=0 cellpadding=4>
  65.  
  66. <TR valign=top><TD><B>STREAM</B></TD>
  67. <TD>Trace all network packets coming into and out of the server to <RCEnetlog>.
  68. Warning!  This will generate a tremendous amount data that can quickly fill
  69. up your disk on a busy system.</TD></TR>
  70.  
  71. <TR valign=top><TD><B>SSL/TLS</B></TD>
  72. <TD>Trace all SSL/TLS network activity to diagnose SSL handshake 
  73. errors.</TD></TR>
  74.  
  75. <TR valign=top><TD><B>PACKETS</B></TD>
  76. <TD>Trace all network packet reads and writes by size and IP address.</TD></TR>
  77.  
  78. <TR valign=top><TD><B>OPENCLOSE</B></TD>
  79. <TD>Trace all network connect and disconnect requests for each client 
  80. connecting to the server.</TD></TR>
  81.  
  82. <TR valign=top><TD><B>NONE</B></TD>
  83. <TD>Disable all network tracing.  This should be the default for all
  84. production systems.  Re-enabling the network trace after having set it
  85. to NONE will reset the <RCEnetlog> file.</TD></TR>
  86.  
  87. </TABLE>
  88.  
  89. </BODY>
  90. </HTML>
  91.