sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.doc.user/html/reference/methods/tcpip.htm
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:32:31 +0200
changeset 2 b9ab3b238396
child 5 844b047e260d
permissions -rw-r--r--
Initial version of Performance Investigator under EPL

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>TCP/IP Stack Efficiency</title>
    <link href="../../../book.css" rel="stylesheet" type="text/css">
</head>

<body>
<h3>TCP/IP Stack Efficiency and Its Tracing</h3>
<p>The networking efficiency here is perceived as effective network packet handling on receiver side of a connection over a wireless network. In this context, the performance tools intend to benchmark that efficiency in two ways:</p>
<ul>
  <li>by tracking the usage of TCP/IP stack driver (GPP+ITT+GFC traces) and</li>
  <li>by measuring the network traffic itself (TIP trace) that is passed through the stack when the connection opened.</li>
</ul>
<P LANG="en-GB" ALIGN=JUSTIFY>TCP/IP trace (or TIP trace) gathers information about packet sizes, source and destination addresses/ports and visualize the data in a cumulative graph. The main intention is to gather information about the causes of network traffic blocks whether they are caused by false implementation of an application or protocol stack or a result of highly loaded network.</P>
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
</body>
</html>