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
2017-12-04, 1977🔥, 0💬
Popular Posts:
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to perform regular expression pattern match with multiple occurrences? To perform a regular expr...
How to force JMeter to automatically flush test result to file immediately after each sampler is exe...
What are JMeter command line options? You can get see JMeter command line options by running this co...
How to generate email addresses? To help you to obtain some email addresses for testing purpose, FYI...