Windows Command to Aggregate Files

Q

What is the Windows command to aggregate multiple files into a single file? I want to combine test result files from multiple JMeter test projects into a single one.

✍: FYIcenter.com

A

If files contains text data, you can aggregate them using the "type ... >> ..." command as shown below:

type jmeter*.jtl >> all_result.jtl

Note that jmeter*.jtl represents multiple files.

 

Load Testing with JMeter

Substring of Windows Environment Variable

Running JMeter in Command Line Mode

⇑⇑ Apache JMeter Tutorials

2017-12-04, 1826🔥, 0💬