2021年3月23日

摘要: 1.里面随机取十个字符: ${__RandomString(10,里面取十个qwertyuiopasdfghjkl)} 2.随机取一个: ${__chooseRandom(102,101,103,201,203,11009,0,1,10208,10307,99000,Rand)} ; 3.随机从1~ 阅读全文
posted @ 2021-03-23 15:29 Internet-fun 阅读(126) 评论(0) 推荐(0) 编辑
 
摘要: 一、添加插件: 二、添加bzm - Random CSV Data Set Config 到Test Plan 三、设置 bzm - Random CSV Data Set Config 阅读全文
posted @ 2021-03-23 15:21 Internet-fun 阅读(71) 评论(0) 推荐(0) 编辑
 
摘要: 一、为条件赋值,此处以BeanShell PostProcessor 为范例 二、设置 if controler ${__jexl3("${__property(sqlsqlDeliveryGotString,,)}"=="DeliveryGot",)} 阅读全文
posted @ 2021-03-23 15:18 Internet-fun 阅读(33) 评论(0) 推荐(0) 编辑
 
摘要: @echo offset SrcDir=A:\delTmpset DaysAgo=1forfiles /p %SrcDir% /s /m *.*/d -%DaysAgo% /c "cmd /c del /f /q /a @path" 阅读全文
posted @ 2021-03-23 14:58 Internet-fun 阅读(51) 评论(0) 推荐(0) 编辑
 
摘要: import com.alibaba.fastjson.*; String response_dataCheckHw = prev.getResponseDataAsString(); JSONObject subTmpCheckHw= new JSONObject();JSONObject box 阅读全文
posted @ 2021-03-23 14:54 Internet-fun 阅读(100) 评论(0) 推荐(0) 编辑
 
摘要: 一、添加到mysql-connector-java-5.1.44-bin.jar 和 fastjson-1.2.68.jar 到 Test Plan 二、添加jdbc sampler 三、添加 BeanShell PostProcessor 四、为BeanShell PostProcessor 添加 阅读全文
posted @ 2021-03-23 14:50 Internet-fun 阅读(90) 评论(0) 推荐(0) 编辑
 
摘要: 一、把所有软件放入deploy文件夹: 二、zip deploy 文件夹 三、用 FileZilla 上传deploy.zip到服务器对应目录,系统安装U盘插到服务器上面 (1start.sh 中的 run/media/root/CT7/ ,根据实际情况修改) 四、到服务器对应目录unzip dep 阅读全文
posted @ 2021-03-23 14:33 Internet-fun 阅读(143) 评论(0) 推荐(0) 编辑
 
摘要: 一、安装jdbc 插件 二、把mysql-connector-java-5.1.44-bin.jar 加到 Test Plan: 三、添加jdbc 链接配置: 四、根据自己MySQL配置填写: 五、添加jdbc sampler 六、添加自己的sql语句 阅读全文
posted @ 2021-03-23 14:18 Internet-fun 阅读(43) 评论(0) 推荐(0) 编辑
 
摘要: 一、安装SSH plugins 二、添加 sampler SSH Command 三、添加自定义参数,多个命令用 && 连接。网络延时严重的加大超时秒数; 阅读全文
posted @ 2021-03-23 14:09 Internet-fun 阅读(122) 评论(0) 推荐(0) 编辑
 
摘要: 低效网络环境模拟:显示当前生效规则:tc qdisc show dev em2 清空原有规则:tc qdisc del dev em2 root 固定延时200毫秒:tc qdisc add dev em2 root netem delay 200ms 延时200毫秒,或者随机增减10毫秒:tc q 阅读全文
posted @ 2021-03-23 13:59 Internet-fun 阅读(134) 评论(0) 推荐(0) 编辑