A shell that converts JTL files in bulk

Source: Internet
Author: User

Recently encountered in the project batch conversion JMeter test Results JTL problem, complete a script, recorded as follows:

#bin/SHfilelist=`lsJTL ' # reads and stores all file lists of the JTL directory into variables for file inch$filelist #遍历处理各个文件 Do#文件名形如 Test2ad.jtl, get the position of the. Character Index=`ExprIndex $file.`
#. Character Fu Xiangmai one for valid characters index= $index-1
#截取test2ad. JTL in TEST2AD CSV variable csv=${file:0: $index}
Absolute path to #指定JMeterPluginsCMD. Sh and jtl files java_jmeter/lib/ext/Jmeterpluginscmd.SH--generate-csv jieguo/csv/$csv/transactionspersecond.csv--input-jtl jieguo/$file--granulation +--plugin-type Transactionspersecond java_jmeter/lib/ext/Jmeterpluginscmd.SH--generate-csv jieguo/csv/$csv/responsetimesovertime.csv--input-jtl jieguo/$file--granulation +--plugin-type Responsetimesovertime java_jmeter/lib/ext/Jmeterpluginscmd.SH--generate-png jieguo/csv/$csv/transactionspersecond.png--input-jtl jieguo/$file--granulation +--plugin-type TransactionspersecondJava_jmeter/lib/ext/jmeterpluginscmd.SH--generate-png jieguo/csv/$csv/responsetimesovertime.png--input-jtl jieguo/$file--granulation +--plugin-type Responsetimesovertime Done

A shell that converts JTL files in bulk

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.