#!/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
- 园林景观设计软件.docx
- 文化人类学-计算机科学与技术--常向阳.doc
- 浅析计算机软件技术在化工设计中的应用.docx
- IMS与网络融合技术研究分析tzq.doc
- 计算机技术在教育中的多方应用.docx
- 基于单片机的水温自动控制系统方案设计书.doc
- 浅析互联网金融模式.docx
- ppt模板:蓝色简约风人工智能PPT模板.pptx
- 大学计算机基础教程试题库专业证书.doc
- 基于物联网的智能仓储系统的设计.docx
- 计算机网考最新修改版.doc
- 电子商务税收征管问题分析及对策思考.doc
- Splunk大数据分析实战指南
- 面向对像程序设计试卷.doc
- C单片机的旋转显示屏设计与实现.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


