Fetch the repository succeeded.
可远程批量操作多台机器的监控服务部署和基本性能实时监控。自动生成基于nmon的html和nmon原始文件下载。目标机在不需要安装任何语言环境和插件的情况下进行Linux系统资源监控。启动访问地址(http://YourHostIP:8888/)
创建一个新场景(与实际测试场景分离),并将以下脚本内容稍作修改后放到init下(IP地址为需要监控的目标主机):
web_custom_request("stop", //停止所有nmon监控
"URL=http://192.168.126.166:8080/stop","Method=GET",LAST);
web_custom_request("start",
"URL=http://192.168.126.166:8080/start?n=name&t=10",//n为场景名称,不支持中文;t为监控时长,单位分钟
"Method=GET",LAST);
添加独立的线程组,添加仅一次控制器,在http request协议中填写如图参数即可;
注:独立线程组和仅一次控制器是为了避免重复执行
需要结束任务的,自己扩展一下~
Sign in to post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Repository Comments ( 0 )