home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / docs / wwwping / index.stm
Encoding:
Text File  |  2002-01-13  |  2.0 KB  |  55 lines

  1. <RC$title = WWW Ping>
  2. <RC$navurl = /wwwping/index.stm>
  3. <RC$navname = WWW Ping>
  4. <RCinclude /header.stm>
  5. <BR>
  6. <FORM METHOD=POST ACTION="index.stm">
  7. <TABLE border=0>
  8. <TR>
  9. <TD><FONT SIZE=+1><I>http://</I></FONT></TD>
  10. <TD><INPUT TYPE=text NAME="wwwsite" VALUE="localhost" SIZE=60 MAXLENGTH=60></TD>
  11. </TR>
  12. <TR>
  13. <TD></TD>
  14. <TD><INPUT TYPE=submit VALUE="Ping Server"></TD>
  15. </TR>
  16. </TABLE>
  17. </FORM>
  18. <BR>
  19. <RCif RC$wwwsite ! NULL>
  20. <RCXwwwstatus name=RC$wwwsite>
  21. <RCelse>
  22. <font size=+1><B>About...</B></font>
  23. <P>
  24. This utility provides the site status for a specified URL.
  25. <BR>After typing a URL in the above <B>Location</B> dialog the following
  26. information is provided:
  27. <P>
  28. <TABLE border=0 cellpadding=5>
  29. <TR valign=top><TD><B><I>WWW Site</I></B></TD>
  30. <TD>The URL from the <B>Location</B> dialog.  <I>Note: URLs are limited to
  31. 80 characters.</I></TD></TR>
  32. <TR valign=top><TD><B><I>IP Address</I></B></TD>
  33. <TD>The IP address associated with the site.</TD></TR>
  34. <TR valign=top><TD><B><I>Status</I></B></TD>
  35. <TD>The status of the URL being requested.  A status of 200 is normal.</TD></TR>
  36. <TR valign=top><TD><B><I>HTTP Version</I></B></TD>
  37. <TD>The HTTP protocol version being run on the server.  
  38. This will typically be either HTTP 1.0,  newer servers will run HTTP 1.1</TD></TR>
  39. <TR valign=top><TD><B><I>HTTP Request Time</I></B></TD>
  40. <TD>The total time it took to request and receive the URL.  This includes
  41. setting up and tearing down the TCP connection, formulating the request,
  42. and receiving the data.</TD></TR>
  43. <TR valign=top><TD><B><I>Page Request Time</I></B></TD>
  44. <TD>The time it took to request and receive the URL page.  This is <I>only</I>
  45. the time from the sending of the request to the receiving of the first response
  46. packet.</TD></TR>
  47. <TR valign=top><TD><B><I>HTTP Server</I></B></TD>
  48. <TD>The server software being run on the site.</TD></TR>
  49. <TR valign=top><TD><B><I>Last Modified</I></B></TD>
  50. <TD>The last time the URL being requested was modified.</TD></TR>
  51. </TABLE>
  52. <RCendif>
  53. <BR>
  54. <RCinclude /footer.stm>
  55.