blob: f6db1a4f6d7861373c17f0c4c80b37e88efd81e5 [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 lang="en-us" xml:lang="en-us">
<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 onresize="location.reload();" id="rwtcpvw_wst"><a name="rwtcpvw_wst"><!-- --></a>
<h1 class="topictitle1">TCP/IP Monitor view</h1>
<div><div>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 TCPIP/IP
Monitor preferences page ( <span class="menucascade"><span class="uicontrol">Window </span> &gt; <span class="uicontrol">Run/Debug</span> &gt; <span class="uicontrol">TCP/IP Monitor</span></span>).</div><div class="section"><p>You can monitor the TCP/IP activity using the TCP/IP Monitor view
(<span class="menucascade"><span class="uicontrol">Window</span> &gt; <span class="uicontrol">Show View</span> &gt; <span class="uicontrol">Other</span> &gt; <span class="uicontrol">Debug</span> &gt; <span class="uicontrol">TCP/IP
Monitor</span></span>). 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="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="../topics/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 class="reltasks"><strong>Related tasks</strong><br />
<div><a href="../topics/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>