Overview
- Full name
docker.io/milvusdb/heaptrack- Registry
- docker.io
- Namespace
- milvusdb
- Repository
- heaptrack
- Cached tags
- 1
- Last synced
- 07/06/2026, 04:43 AM
Introduction
Milvus heaptrack 内存分析 CLI 镜像,对 C++ 进程做 heap profiling,Milvus 性能调优与内存泄漏排查专用工具。
Details
milvusdb/heaptrack 封装 heaptrack 内存 profiler,attach 目标进程或分析已有 heaptrack 数据文件。定位为 --rm 性能分析 CLI,Milvus 运维 Job 或 debug Pod 触发;非常驻 Web 服务。
快速启动
docker run --rm \
--pid host \
docker.io/milvusdb/heaptrack:latest \
heaptrack --help
推荐实践
kubectl debug milvus-0 -it --image=docker.io/milvusdb/heaptrack:latest \
-- heaptrack -p 1 -o /tmp/heaptrack.out
核心参数说明
--pid host— 分析宿主机进程heaptrack -p— attach 目标 PID- 定位 — Milvus 内存
--rm诊断 - 勿 — 生产长期运行
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/milvusdb/heaptrack :v0.1.0 | linux/amd64 | 2022/08/03 11:53 | 27.1 MB | sha256:f8b8c970ba76… |