2013-01-21

Configuring JMeter Part 15- Summary Results in Non GUI Mode

 In this article we are going to see how can we configure jmeter by changing property of JMeter. In this section we will see the different mode settings for Summary Results in Non GUI Mode in jmeter.properties.

In the jmeter installed bin directory(in my case C:\apache-jmeter-2.8\bin), we get a file named jmeter.properties. Open this with note pad.

-To set the name for automatically start(in Non-GUI)
summariser.name=summary
 
-To set interval(second) between summaries [Default 3 min]
summariser.interval=180

-To enable write messages to log file
summariser.log=true

-To enable write messages to System.out
summariser.out=true

....Thanks....:)

No comments:

Post a Comment