Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

权重问题 #48

Open
huzhiwei99bill opened this issue Jul 17, 2019 · 5 comments
Open

权重问题 #48

huzhiwei99bill opened this issue Jul 17, 2019 · 5 comments

Comments

@huzhiwei99bill
Copy link

hi zyanycall

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

JMeterPlugins-Standard.jar

kg.apc
jmeter-plugins-standard
1.4.0

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

所以给您平台提个需求哈

image

感谢

@huzhiwei99bill
Copy link
Author

image

image

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

image

@zyanycall
Copy link
Owner

hi zyanycall

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

JMeterPlugins-Standard.jar

kg.apc
jmeter-plugins-standard
1.4.0

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

所以给您平台提个需求哈

image

感谢

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

@liangjinwen
Copy link

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

@Jenice10
Copy link

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
Copy link
Owner

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无法获取环境变量

没有遇到过。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants