Bug 54412 - Changing JMeter defaults to ensure better performances by default
Summary: Changing JMeter defaults to ensure better performances by default
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.8
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-12 20:08 UTC by Philippe Mouawad
Modified: 2013-01-13 15:26 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2013-01-12 20:08:33 UTC
Concerned changes are:
- Switch to CSV output by default
- Switch distributed test mode to use MODE_STRIPPED_BATCH (which returns samples in batch mode (every 100 samples or every minute by default,  Note also that MODE_STRIPPED_BATCH strips response data from SampleResult, so if you need it change to another mode)
Comment 1 Philippe Mouawad 2013-01-12 20:20:57 UTC
Date: Sat Jan 12 20:19:53 2013
New Revision: 1432502

URL: http://svn.apache.org/viewvc?rev=1432502&view=rev
Log:
Bug 54412 - Changing JMeter defaults to ensure better performances by default
Bugzilla Id: 54412

Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSaveConfiguration.java
    jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleSenderFactory.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2013-01-12 20:30:26 UTC
Date: Sat Jan 12 20:29:09 2013
New Revision: 1432505

URL: http://svn.apache.org/viewvc?rev=1432505&view=rev
Log:
Bug 54412 - Changing JMeter defaults to ensure better performances by default
Document as per mailing list discussion
Bugzilla Id: 54412

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 3 Philippe Mouawad 2013-01-13 15:26:34 UTC
Date: Sun Jan 13 15:23:48 2013
New Revision: 1432634

URL: http://svn.apache.org/viewvc?rev=1432634&view=rev
Log:
Bug 54412 - Changing JMeter defaults to ensure better performances by default
Added a new Test for remote after modification of mode to StrippingBatch
Bugzilla Id: 54412

Added:
    jmeter/trunk/bin/testfiles/BatchTestLocalRemote.csv
    jmeter/trunk/bin/testfiles/BatchTestLocalRemote.jmx
    jmeter/trunk/bin/testfiles/BatchTestLocalRemote.txt   (with props)
    jmeter/trunk/bin/testfiles/BatchTestLocalRemote.xml   (with props)
Modified:
    jmeter/trunk/bin/testfiles/jmeter-batch.properties
    jmeter/trunk/build.xml
Comment 4 The ASF infrastructure team 2022-09-24 20:37:52 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3030