Collections:
Windows Command to Aggregate Files
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
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.
Â
⇠Substring of Windows Environment Variable
⇑ Running JMeter in Command Line Mode
⇑⇑ Apache JMeter Tutorials
2017-12-04, 1516👍, 0💬
Popular Posts:
How to valid IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has d...
Where to find online test tools? FYIcenter.com has prepared a number of online test tools: Data Look...
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the...