blob: ad9db874833181df228a5682c1ee6548e620da29 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<!-- /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/ -->
<link rel="stylesheet" type="text/css" href="../../org.eclipse.wst.doc.user/common.css" />
<title>TCP/IP Monitor view</title>
</head>
<body id="rwtcpvw"><a name="rwtcpvw"><!-- --></a>
<h1 class="topictitle1">TCP/IP Monitor view</h1>
<div><p>The TCP/IP Monitor is a simple server that monitors all the requests
and the responses between a Web browser and server. If you want the TCP/IP
Monitor view to open when there is TCP/IP activity, select the <span class="uicontrol">Show
TCP/IP Monitor view when there is activity</span> check box on the TCP/IP
Monitor preferences page ( <span class="uicontrol">Window &gt; Preferences &gt; Internet &gt; TCP/IP
Monitor</span>).</p><div class="section"><p>You can monitor the TCP/IP activity using the TCP/IP Monitor view
(<b>Windows Show View &gt; Other &gt; Debug &gt; TCP/IP Monitor</b>).
This view consists of the three panes:</p>
<ul><li>List of Requests pane. Located on the top of the TCP/IP Monitor view,
this pane contains a list of requests sent to the application server.</li>
<li>Request pane. Located on the left of the TCP/IP Monitor view, this pane
contains information about the request when it is forwarded to the application
server.</li>
<li>Response pane. Located on the right side of the TCP/IP Monitor view, this
pane contains information about the response when it is received from the
application server.</li>
</ul>
<p>In the List of Requests pane, requests such as JSP files, servlets,
and URLs are grouped and displayed by the host machine. Selecting a request
displays the appropriate information about the request in the Request pane
and the Response pane. The <em>response time</em> is the elapsed time that
it takes for a request to arrive at the TCP/IP Monitor until the response
is forwarded from the server.</p>
</div>
</div>
<div><div class="reltasks"><strong>Related tasks</strong><br />
<div><a href="twtcpprf.html" title="Using the Preferences page, you can define the TCP/IP Monitor attributes. To define these preferences, complete the following:">Defining the TCP/IP Monitor preference</a></div>
</div>
</div>
</body>
</html>