python

1. multi-mechanize 是什么
Multi-Mechanize 是一个开源的性能和负载测试框架,它并发运行多个 Python 脚本对网站或者服务生成负载(组合事务)。测试输出报告保存为HTML或JMeter的兼容的XML。Multi-Mechanize最常用于web性能和可扩展性(scalability)测试,也适用于任何python可以访问的API。尤其适合后台性能测试。稍微懂点编程的话,这个工具会远强过商业的性能测试工具。
github:https://github.com/cgoldberg/multi-mechanize

yum  -y install iftop
yum -y install gcc gcc-c++
yum  -y install python-matplotlib
yum  -y install freetype-devel libpng-devel
yum  -y install lsof
yum  -y install python-devel
yum -y install lrzsz


pip install requests
pip install multi-mechanize mechanize numpy matplotlib
pip install flask

原文地址:https://www.cnblogs.com/saryli/p/9846516.html