【性能5期】7月16日 电商系统性能监控实战 课前准备

课前准备内容

  1. 已安装Docker运行环境
  2. 已安装JDK Java(1.8) + Maven 开发环境
  3. 已搭建Grafana InfluxDB
  4. 已搭建Jenkins Server
  5. 已安装JMeter
  6. 下载下列docker images:
    • nginx, 参考命令 docker pull nginx
    • prometheus, 参考命令 docker pull prom/prometheus
    • node-exporter, 参考命令 docker pull quay.io/prometheus/node-exporter
    • mysqld-exporter , 参考命令 docker pull prom/mysqld-exporter:v0.14.0
    • grafana, 参考命令 docker pull grafana/grafana:8.2.6

课程所用项目源码
课程所用被压测项目源码
后端工程: https://github.com/princeqjzh/newbee-mall-api
前端工程: https://github.com/princeqjzh/newbee-mall-vue3-app