Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmcclur committed Sep 24, 2020
2 parents 8179a2b + a9454bf commit 2e08ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jmeter_files/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use the Jmeter plugin manager or download via https://bitbucket.org/pjtr/jmeter-

The script has the following options:
-JHOST The name of the machine running the DayTrader Application. The default is localhost.
-JPORT The HTTP port of the server running the DayTrader Application. The default is 9082.
-JPORT The HTTP port of the server running the DayTrader Application. The default is 9080.
-JPROTOCOL The transport either http or https
NOTE: The websocket plugin does not offer a variable substitution. See the WS note below.
-JTHREADS The number of jmeter threads to start. The default is 50.
Expand Down
2 changes: 1 addition & 1 deletion jmeter_files/daytrader8.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</elementProp>
<elementProp name="port" elementType="Argument">
<stringProp name="Argument.name">port</stringProp>
<stringProp name="Argument.value">${__P(PORT,9082)}</stringProp>
<stringProp name="Argument.value">${__P(PORT,9080)}</stringProp>
<stringProp name="Argument.metadata">=</stringProp>
</elementProp>
<elementProp name="maxthinkingtime" elementType="Argument">
Expand Down

0 comments on commit 2e08ab7

Please sign in to comment.