摘要: 性能测试计划 性能测试用例 录制脚本 性能测试结果 性能测试报告 性能测试监控报告 准备工作 从脚本已录制成功之后开始进行压测 安装Jmeter拓展插件 查看 Transactions per Second https://jmeter-plugins.org/wiki/TransactionsPe 阅读全文
posted @ 2017-05-09 14:29 LaMw 阅读(3820) 评论(0) 推荐(2) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-13 09:37 LaMw 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 如果 29行的title不对 会报错 结果报了如下的错误: UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128) 然后在代码前使用了: import s 阅读全文
posted @ 2017-03-28 17:00 LaMw 阅读(420) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-03-23 16:36 LaMw 阅读(2) 评论(0) 推荐(0) 编辑
摘要: nmon是一款分析 AIX 和 Linux 性能的免费工具 nmon 工具还可以将相同的数据捕获到一个文本文件,便于以后对报告进行分析和绘制图形。输出文件采用电子表格的格式 (.csv)。 性能介绍 nmon 工具可以为 AIX 和 Linux 性能专家提供监视和分析性能数据的功能,其中包括: CP 阅读全文
posted @ 2017-03-23 14:12 LaMw 阅读(6231) 评论(0) 推荐(1) 编辑
摘要: What is Locust? Locust is an easy-to-use, distributed, user load testing tool. It is intended for load-testing web sites (or other systems) and figuri 阅读全文
posted @ 2017-01-09 10:38 LaMw 阅读(14675) 评论(2) 推荐(1) 编辑
该文被密码保护。 阅读全文
posted @ 2017-01-05 20:39 LaMw 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 一、安装NodeJs 切换到 cd /usr/local/src/ 下载nodejs wget https://nodejs.org/dist/v6.9.3/node-v6.9.3-linux-x64.tar.xz 然后解压 tar xvf node-v6.9.3-linux-x64.tar.xz 阅读全文
posted @ 2017-01-05 19:51 LaMw 阅读(1860) 评论(0) 推荐(0) 编辑
摘要: CentOS 7 安装 MySQL 首先检查 MySQL 是否已安装 yum list installed | grep mysql 如果有的话 就全部卸载 yum -y remove +数据库名称 MySQL 依赖 libaio,所以先要安装 libaio yum search libaio # 阅读全文
posted @ 2017-01-05 18:46 LaMw 阅读(6434) 评论(0) 推荐(3) 编辑
摘要: 遇到ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)这玩意之后 折腾的 特痛苦 所以决定换个数据库玩 smile-task-api wget h 阅读全文
posted @ 2017-01-05 13:14 LaMw 阅读(925) 评论(0) 推荐(0) 编辑