You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2015/04/30 18:51:31 UTC

svn commit: r1677024 - /jmeter/trunk/xdocs/usermanual/functions.xml

Author: sebb
Date: Thu Apr 30 16:51:30 2015
New Revision: 1677024

URL: http://svn.apache.org/r1677024
Log:
Document Java method used

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

Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1677024&r1=1677023&r2=1677024&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Thu Apr 30 16:51:30 2015
@@ -501,7 +501,7 @@ Examples:<br></br>
 </component>
 
 <component index="&sect-num;.5.6a" name="__machineName">
-<description><p>The machineName function returns the local host name</p></description>
+<description><p>The machineName function returns the local host name. This uses the Java method InetAddress.getLocalHost() and passes it to getHostName()</p></description>
 
 <properties>
         <property name="Variable Name" required="No">A reference name for reusing the value
@@ -510,7 +510,7 @@ Examples:<br></br>
 </component>
 
 <component index="&sect-num;.5.6b" name="__machineIP">
-<description><p>The machineIP function returns the local IP address</p></description>
+<description><p>The machineIP function returns the local IP address. This uses the Java method InetAddress.getLocalHost() and passes it to getHostAddress()</p></description>
 
 <properties>
         <property name="Variable Name" required="No">A reference name for reusing the value