You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/03/07 00:39:59 UTC

svn commit: r1664761 - /jmeter/trunk/xdocs/usermanual/listeners.xml

Author: pmouawad
Date: Fri Mar  6 23:39:59 2015
New Revision: 1664761

URL: http://svn.apache.org/r1664761
Log:
Fix sample attribute name

Modified:
    jmeter/trunk/xdocs/usermanual/listeners.xml

Modified: jmeter/trunk/xdocs/usermanual/listeners.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/listeners.xml?rev=1664761&r1=1664760&r2=1664761&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/listeners.xml (original)
+++ jmeter/trunk/xdocs/usermanual/listeners.xml Fri Mar  6 23:39:59 2015
@@ -429,7 +429,7 @@ The sample attributes have the following
 <tr><td>it</td><td>Idle Time = time not spent sampling (milliseconds) (generally 0)</td></tr>
 <tr><td>lb</td><td>Label</td></tr>
 <tr><td>lt</td><td>Latency = time to initial response (milliseconds) - not all samplers support this</td></tr>
-<tr><td>lt</td><td>Connect Time = time to establish the connection (milliseconds) - not all samplers support this</td></tr>
+<tr><td>ct</td><td>Connect Time = time to establish the connection (milliseconds) - not all samplers support this</td></tr>
 <tr><td>na</td><td>Number of active threads for all thread groups</td></tr>
 <tr><td>ng</td><td>Number of active threads in this group</td></tr>
 <tr><td>rc</td><td>Response Code (e.g. 200)</td></tr>