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:52:02 UTC

svn commit: r1677025 - /jmeter/branches/docs-2.13/xdocs/usermanual/functions.xml

Author: sebb
Date: Thu Apr 30 16:52:01 2015
New Revision: 1677025

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

Modified:
    jmeter/branches/docs-2.13/xdocs/usermanual/functions.xml

Modified: jmeter/branches/docs-2.13/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.13/xdocs/usermanual/functions.xml?rev=1677025&r1=1677024&r2=1677025&view=diff
==============================================================================
--- jmeter/branches/docs-2.13/xdocs/usermanual/functions.xml (original)
+++ jmeter/branches/docs-2.13/xdocs/usermanual/functions.xml Thu Apr 30 16:52:01 2015
@@ -495,7 +495,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
@@ -504,7 +504,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