Skip to content

Commit 7f00d64

Browse files
authored
Update README.txt
1 parent cdf3bb6 commit 7f00d64

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

jmeter_files/README.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,23 @@ The script has the following options:
3636

3737
WS NOTE: To enable encrypted WebSocket, either open daytrader7.jmx using the GUI and enable WSS on the WS2 and WS1 calls, or edit the daytrader.jmx file and change the TLS prop to true.
3838

39-
Example: ./jmeter -n -t daytrader7.jmx -JHOST=myserver -JPORT=9082 -JPROTOCOL=http -JMAXTHINKTIME=100 -JDURATION=300
39+
Example: ./jmeter -n -t daytrader7.jmx -JHOST=myserver -JPORT=9082 -JPROTOCOL=http -JMAXTHINKTIME=100 -JDURATION=300
40+
41+
To see output every five seconds from JMeter, edit the following section in <JMETER_HOME>/bin/jmeter.properties
42+
43+
#---------------------------------------------------------------------------
44+
# Summariser - Generate Summary Results - configuration (mainly applies to non-GUI mode)
45+
#---------------------------------------------------------------------------
46+
#
47+
# Define the following property to automatically start a summariser with that name
48+
# (applies to non-GUI mode only)
49+
summariser.name=summary
50+
#
51+
# interval between summaries (in seconds) default 30 seconds
52+
summariser.interval=5
53+
#
54+
# Write messages to log file
55+
summariser.log=true
56+
#
57+
# Write messages to System.out
58+
summariser.out=true

0 commit comments

Comments
 (0)