zyanycall / stressTestPlatform

基于Jmeter实现的在线压测和管理Jmx的平台。
Apache License 2.0
623 stars 343 forks source link

权重问题 #48

Open huzhiwei99bill opened 5 years ago

huzhiwei99bill commented 5 years ago

hi zyanycall

对于性能测试人员 负载测试是经常会做的 负载测试:就是通过不断增加并发用户数【或虚拟用户数】 对系统施压,jmeter 自带线程组 org.apache.jmeter.threads.ThreadGroup 不支持 负载测试;所以对于测试人员需要下载插件

JMeterPlugins-Standard.jar

kg.apc jmeter-plugins-standard 1.4.0

丢到jmeter ext目录 这样压测人员方便扩展压测场景 image

所以给您平台提个需求哈

image

感谢

huzhiwei99bill commented 5 years ago

image

image

性能测试人员会根据负载测试 压测找到 最优线程 然后拿最优线程 做压力测试

image

zyanycall commented 5 years ago

hi zyanycall

对于性能测试人员 负载测试是经常会做的 负载测试:就是通过不断增加并发用户数【或虚拟用户数】 对系统施压,jmeter 自带线程组 org.apache.jmeter.threads.ThreadGroup 不支持 负载测试;所以对于测试人员需要下载插件

JMeterPlugins-Standard.jar

kg.apc jmeter-plugins-standard 1.4.0

丢到jmeter ext目录 这样压测人员方便扩展压测场景 image

所以给您平台提个需求哈

image

感谢

这个插件确实不错,感谢。 我需要先自己尝试一下,再加进去。

liangjinwen commented 5 years ago

hi zyanycall websocket的插件使用的人还是挺多的,希望能加进去。

Jenice10 commented 4 years ago

hi zyanycall

分布式节点管理,总是启动不起来。 追溯源码看到: SSH2Utils类中,启动jmeter启动脚本/jmeter-server时,session会话总是返回"neither java_home nor the jre_home environment variable is defined". 但是实际上JAVA环境已经配置了。在远程服务器手动执行同样的命令可以正常启动。 于是,我改了代码中./jmeter-server为 source /ect/profile & ./jmeter-server.可以正常启动。

请问有没有遇到过类似的问题,看起来是session无法获取环境变量

zyanycall commented 4 years ago

hi zyanycall

分布式节点管理,总是启动不起来。 追溯源码看到: SSH2Utils类中,启动jmeter启动脚本/jmeter-server时,session会话总是返回"neither java_home nor the jre_home environment variable is defined". 但是实际上JAVA环境已经配置了。在远程服务器手动执行同样的命令可以正常启动。 于是,我改了代码中./jmeter-server为 source /ect/profile & ./jmeter-server.可以正常启动。

请问有没有遇到过类似的问题,看起来是session无法获取环境变量

没有遇到过。