摘要: 使用JMeter做压力测试1.下载Jmeter地址:http://jmeter.apache.org/download_jmeter.cgi2.启动jmeter运行bin/jmeter.bat3.添加线程组在TestPlan节点上右键,Add-->Threads(Users)-->ThreadGroup。NumberofThreads(Users):要模拟的并发用户量。RampUpPeriod(inseconds):在多长时间内均匀启动所有的线程。比如NumberofThreads设为10,RampUpPeriod设为1,则jmeter每隔0.1秒启动1个线程。LoopCount: 阅读全文
posted @ 2012-06-01 14:35 张朝阳讲go语言 阅读(50917) 评论(0) 推荐(2)