摘要: 1、远程机器编写脚本: 脚本名称为: /app/jboss/jboss-as/logs/ALL_SERVICE_STOP.sh 功能为:停止某个服务器某个目录下面的所有应用 2、2台linux机器实现远程连接(jenkins服务器也是linux机器) a、2台机执行ssh-keygen -t rsa 阅读全文
posted @ 2017-04-20 21:45 testway 阅读(12035) 评论(0) 推荐(0)
摘要: 性能测试使用maven工程说明1、依赖尽量用maven依赖管理2、添加jmeter maven依赖 <dependency> <groupId>org.apache.jmeter</groupId> <artifactId>ApacheJMeter_core</artifactId> <versio 阅读全文
posted @ 2017-04-20 16:50 testway 阅读(719) 评论(0) 推荐(0)