摘要: Agent端配置 修改配置文件:JMETER_HOME/bin/jmeter.properties 中如下信息即可完成配置执行机远程启动端口(默认为 1099) server_port=1029 server.rmi.localport=1029 server端 修改jmeter.propertie 阅读全文
posted @ 2016-10-25 10:50 雾火 阅读(716) 评论(0) 推荐(0) 编辑
摘要: 修改/etc/hosts文件 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4#::1 localhost localhost.localdomain localhost6 localhost6. 阅读全文
posted @ 2016-10-24 14:59 雾火 阅读(180) 评论(0) 推荐(0) 编辑
摘要: ORACLE在使用 SELECT SID,SERIAL# FROM V$SESSION WHERE USERNAME='dt_zntg_trade' 删除会话时,一定要注意dt_zntg_trade的大小写,oracle此时是区分大小写的 否则可能删除会话失败 阅读全文
posted @ 2016-10-18 14:59 雾火 阅读(256) 评论(0) 推荐(0) 编辑
摘要: find /data/app_resource -type f |xargs sed -i 's/192.168.220.126/192.168.221.160/g' 阅读全文
posted @ 2016-10-13 18:40 雾火 阅读(492) 评论(0) 推荐(0) 编辑
摘要: TextFinder plugin插件 Jenkins在判定使用shell scripts完成build成功与否的时候,是根据shell最终的返回值是否为零来判定的:零即成功,非零即失败。这点判定事实上在很多情况并不能满足我们的判定需求,这里提供一个可以查找Console Output信息中特定字符 阅读全文
posted @ 2016-10-13 17:26 雾火 阅读(1366) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bashfunction ergodic(){ for file in ` ls $1 ` do if [ -d $1"/"$file ] then ergodic $1"/"$file else cat $1"/"$file |grep HB000A001|wc -l>>/data/ 阅读全文
posted @ 2016-10-12 19:01 雾火 阅读(3896) 评论(0) 推荐(0) 编辑
摘要: JAR包,配置文件依赖有两种处理方法 1.放到工程文件夹下(lr脚本目录),不支持负载机调用 2.F4 classpath设置加载jar包和配置文件的整个文件夹,麻烦些,但支持负载机调用(与http不同,需要拷贝工程,相关依赖jar包,配置文件等到负载机上) 故推荐第二种方式,因为压力不够就需要分布 阅读全文
posted @ 2016-10-11 17:17 雾火 阅读(461) 评论(0) 推荐(0) 编辑
摘要: java sample时: result.setIdleTime(毫秒):设置waste time ,jmeter在统计响应时间时会自动减去此函数设置的时间 result.setSuccessful(true):设置结果成功函数 result.setResponseMessage(msg):向jme 阅读全文
posted @ 2016-08-25 15:06 雾火 阅读(302) 评论(0) 推荐(0) 编辑
摘要: dubbo协议 其中xml为: RMI hsb.xml配置文档 阅读全文
posted @ 2016-08-24 12:01 雾火 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Eclipse快捷键 10个最有用的快捷键 Eclipse快捷键 10个最有用的快捷键 Eclipse快捷键 10个最有用的快捷键 Eclipse快捷键 10个最有用的快捷键 Eclipse快捷键 10个最有用的快捷键 Eclipse 提问: 4 years ago 最后更新: 1 day ago  阅读全文
posted @ 2016-08-19 13:51 雾火 阅读(209) 评论(0) 推荐(0) 编辑