镜像概览

完整引用
docker.io/charmy1220/lmeterx-fe
Registry
docker.io
命名空间
charmy1220
仓库
lmeterx-fe
已缓存 Tag 数
35
最近同步
07/06/2026, 08:33 PM

简介

lmeterx 性能压测平台的前端 Web 镜像,提供任务配置、报告图表与场景管理,需连接 lmeterx 后端 API 服务。

详细介绍

lmeterx 面向 HTTP/RPC 等协议的负载测试,lmeterx-fe 为 React/Vue 构建的管理界面,负责创建压测脚本、调度任务与展示 QPS、延迟分位数。单独启动前端无法执行压测,必须配置 VITE_API_URL 或等价环境变量指向后端。适合 QA 团队内网压测平台、发布前容量验证;压测流量应指向隔离环境而非生产。

快速启动

docker run -d --name lmeterx-fe \
  -p 3000:80 \
  -e API_BASE_URL=http://lmeterx-api:8080 \
  docker.io/charmy1220/lmeterx-fe:latest

推荐实践

docker run -d --name lmeterx-fe \
  --restart unless-stopped \
  -p 3000:80 \
  -e API_BASE_URL=http://192.168.1.40:8080 \
  -e TZ=Asia/Shanghai \
  docker.io/charmy1220/lmeterx-fe:1.0.0

核心参数说明

  • -e API_BASE_URL — lmeterx 后端 REST API 地址
  • -p 3000:80 — 前端 Nginx 对外端口
  • --restart unless-stopped — 控制台持续可用
  • 固定 tag — 与后端 API 版本匹配
  • 反向代理需支持 WebSocket(若后端使用实时推送)

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: lmeterx-fe
spec:
  replicas: 2
  selector:
    matchLabels:
      app: lmeterx-fe
  template:
    metadata:
      labels:
        app: lmeterx-fe
    spec:
      containers:
        - name: fe
          image: docker.io/charmy1220/lmeterx-fe:1.0.0
          ports:
            - containerPort: 80
          env:
            - name: API_BASE_URL
              value: http://lmeterx-api:8080
---
apiVersion: v1
kind: Service
metadata:
  name: lmeterx-fe
spec:
  selector:
    app: lmeterx-fe
  ports:
    - port: 80
      targetPort: 80

后端 API 独立 Service;Ingress 统一域名下分流 /api 与静态资源。

最新 Tag(20 条)

查看全部 35 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/charmy1220/lmeterx-fe
:latest
linux/amd64
2026/06/15 11:0625.8 MBsha256:a8107145c1ad
docker.io/charmy1220/lmeterx-fe
:v1.12.2
linux/amd64
2026/06/15 11:0625.8 MBsha256:a8107145c1ad
docker.io/charmy1220/lmeterx-fe
:v1.12.1
linux/amd64
2026/06/12 10:2025.8 MBsha256:53124804fc37
docker.io/charmy1220/lmeterx-fe
:v1.12.0
linux/amd64
2026/06/10 19:2225.8 MBsha256:a813dd68fa73
docker.io/charmy1220/lmeterx-fe
:v1.11.2
linux/amd64
2026/06/08 20:4325.8 MBsha256:f8490e00a065
docker.io/charmy1220/lmeterx-fe
:v1.11.1
linux/amd64
2026/06/02 16:3625.8 MBsha256:6f844cab9579
docker.io/charmy1220/lmeterx-fe
:v1.11.0
linux/amd64
2026/04/29 11:1825.8 MBsha256:9f0e18984e6c
docker.io/charmy1220/lmeterx-fe
:v1.10.2
linux/amd64
2026/04/14 10:5525.8 MBsha256:7d0c467167bb
docker.io/charmy1220/lmeterx-fe
:v1.10.1
linux/amd64
2026/03/30 14:3825.8 MBsha256:1a83d73920ca
docker.io/charmy1220/lmeterx-fe
:v1.10.0
linux/amd64
2026/03/25 21:3225.8 MBsha256:2ac7fe35bd08
docker.io/charmy1220/lmeterx-fe
:v1.9.1
linux/amd64
2026/03/16 13:4125.8 MBsha256:5d0e0b3d53e7
docker.io/charmy1220/lmeterx-fe
:v1.9.0
linux/amd64
2026/03/04 21:1525.8 MBsha256:c7c6b175e4ee
docker.io/charmy1220/lmeterx-fe
:v1.8.0
linux/amd64
2026/02/26 14:4525.7 MBsha256:d55881b3aa1c
docker.io/charmy1220/lmeterx-fe
:v1.7.1
linux/amd64
2026/02/06 20:5425.7 MBsha256:62b88c33dc56
docker.io/charmy1220/lmeterx-fe
:v1.7.0
linux/amd64
2026/02/03 10:5725.7 MBsha256:bf05fd4e9db3
docker.io/charmy1220/lmeterx-fe
:v1.6.1
linux/amd64
2026/01/05 19:4022.9 MBsha256:e570f4f4fff5
docker.io/charmy1220/lmeterx-fe
:v1.6.0
linux/amd64
2025/12/19 17:4322.9 MBsha256:39571a4db13e
docker.io/charmy1220/lmeterx-fe
:v1.5.2
linux/amd64
2025/12/10 21:3022.9 MBsha256:fd71cd507184
docker.io/charmy1220/lmeterx-fe
:v1.5.1
linux/amd64
2025/11/19 17:3122.5 MBsha256:3df40d476098
docker.io/charmy1220/lmeterx-fe
:v1.5.0
linux/amd64
2025/09/30 18:2022.4 MBsha256:bb9a3a0b8f23