Pavanan M S
Pavanan M S

Reputation: 157

Jmeter : Number of active threads

Upvotes: 1

Views: 1705

Answers (1)

Dmitri T
Dmitri T

Reputation: 168157

  1. Don't change anything in jmeter.properties file, upgrade to new JMeter version will discard your changes. Use user.properties file instead
  2. The in order to add column names to CSV file add the following property to user.properties file:

    jmeter.save.saveservice.print_field_names=true 
    

Assuming good configuration you should be seeing grpThreads and allThreads columns along with the values.

See Apache JMeter Properties Customization Guide for more information on JMeter properties and ways of working with them

Upvotes: 2

Related Questions