# simple-jmeter-example **Repository Path**: lixl/simple-jmeter-example ## Basic Information - **Project Name**: simple-jmeter-example - **Description**: 使用jmeter测试示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: branch_jmeter - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-19 - **Last Updated**: 2024-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cache https://cloud.tencent.com/developer/article/1497595 # prometheus-时序数据库 https://gitee.com/mirrors/prometheus#install web-api https://www.cnblogs.com/zhoujinyi/p/11955131.html 自定义监控指标 https://cloud.tencent.com/developer/article/2245016 http://192.168.0.120:9090/ # grafana-监控数据可视化 ```shell docker run -d -p 3000:3000 --name=grafana \ -v /Volumes/Elements/dockerfiles/grafana/Grafana-storage:/var/lib/Grafana \ grafana/grafana ``` http://192.168.0.120:3000/ 账号 默认admin/admin --> admin/123456 # jmeter 打开gui `mvn jmeter:configure jmeter:gui` 执行`mvn clean verify`