随笔分类 -  性能测试

摘要:在 /Users/chenjun/jmeter/apache-jmeter-5.5/bin/jmeter.properties : 修改一下 httpclient4.retrycount=100 httpclient4.request_sent_retry_enabled=true httpclie 阅读全文
posted @ 2023-02-07 10:11 Ootori 阅读(441) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/TELL521/article/details/77041612 一、背景 运行时遇到有时候通过,有时候不通过,报错“SocketTimeException: read Time out” 百度后仍无解 二、解决方法 1、 线程组设置:“Delay Tre 阅读全文
posted @ 2023-02-07 10:02 Ootori 阅读(538) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/47f6f576e547 1.下载安装 http://jmeter.apache.org/download_jmeter.cgi Jmeter官网下载 linux下应使用tgz包,下载 Binariesapache-jmeter-2.13.tgz 阅读全文
posted @ 2023-02-07 10:00 Ootori 阅读(1470) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/pengjiaquan/p/16269561.html 阅读全文
posted @ 2023-01-31 17:27 Ootori 阅读(31) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_45131345/article/details/117412808#:~:text=%E4%B8%BA%E4%BA%86%E6%8C%89%E6%8C%87%E5%AE%9A%E6%97%B6%E9%95%BF%E6%89%A7%E8%A1 阅读全文
posted @ 2023-01-31 16:12 Ootori 阅读(1710) 评论(0) 推荐(0)
摘要:一、下载最新版Jmeter https://jmeter.apache.org/download_jmeter.cgi 二、下载Jmeter websocket插件 https://jmeter-plugins.org/ 下载=》WebSocket Sampler by Maciej Zaleski 阅读全文
posted @ 2021-10-09 11:18 Ootori 阅读(348) 评论(0) 推荐(0)
摘要:性能测试目的:通过高并发压力测试找到目前服务器瓶颈在哪。 性能测试范围:(根据业务高峰期的日志分析) 1.socket相关(教师端网络监测、白板、分配解析卡、练习卡,学生端网络监测、学生做题) 2.Http接口(教师端备课添加多个教学点、获取课堂信息接口、定制测评、智能练习卡) 性能测试方案: 1. 阅读全文
posted @ 2018-10-30 15:03 Ootori 阅读(2106) 评论(0) 推荐(0)