其他分享
首页 > 其他分享> > 二、JMeter的使用—JMeter的使用

二、JMeter的使用—JMeter的使用

作者:互联网

1、添加线程组

 

 

 

 2、添加HTTP请求

 

 

 

 接口模板:

 

  http://132.232.44.158:8080/morning/getAllGoods 

所以配置为:

 

 

协议:http

服务器名称或IP地址:132.232.44.158(服务器ip地址,部署在本地则为127.0.0.1)

端口号:8080(配置的端口,如8080)

请求方式:GET(get/post/...)

路径:/morning/getAllGoods 

 

标签:132.232,http,morning,使用,8080,JMeter,getAllGoods
来源: https://www.cnblogs.com/XiqueBlogs/p/14655827.html