#!/bin/sh
# When you are running FilterResults tool with JMeterPluginsCMD use the following parameters
# --input-file <filenameIn> --output-file <filenameFilteredOut>
# [
# --success-filter <true/false> (true : Only success samplers, false : all results by default)
# --include-labels <labels list>
# --exclude-labels <labels list>
# --include-label-regex <true/false>
# --exclude-label-regex <true/false>
# --start-offset <sec>
# --end-offset <sec>
# --save-as-xml <true/false> (false : CSV format by default) "
# ]
#
# example 1 :
# jmeter/lib/ext/FilterResults.sh --output-file filteredout.csv --input-file inputfile.jtl --include-label-regex true --include-labels "P[1-3].*"
#
# example 2 :
# jmeter/lib/ext/FilterResults.sh --output-file filteredout.xml --input-file inputfile.csv --include-label-regex true --include-labels "P[1-3].*" --start-offset 2 --end-offset 180 --success-filter true --save-as-xml true
#
# May be you need to declare the path to the java binary
java -Djava.awt.headless=true -jar $(dirname $0)/CMDRunner.jar --tool FilterResults "$@"

在风中的意志
- 粉丝: 2174
最新资源
- 试论网络计划技术在通信工程项目中的应用.docx
- 烽火通信中天科技教材课程.ppt
- 招标投标中心业务信息化建设方案.doc
- 现场可编程模拟器件研究的开题报告.docx
- CAD技术在工程机械产品设计(制造)中的应用探讨.docx
- 电子商务案例分析答案.doc
- 南开大学2021年9月《电子商务法律法规》作业考核试题及答案参考14.docx
- 通信工程专业-本科毕业设计题目研究报告.doc
- 福建师范大学2021年9月《软件测试技术》作业考核试题及答案参考20.docx
- 第3章Linux系统管理课件教学提纲.ppt
- 移动通信系统中的天线研究的开题报告.docx
- 第12讲道客巴巴计算机病毒的防治教学教案.ppt
- 福建师范大学2021年9月《电子商务理论与实践》作业考核试题及答案参考17.docx
- 配置信息11111111
- 大数据时代背景下信息技术在中小学教学中的利与弊.docx
- 人工智能音乐的音乐人格.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


