go pprof m3db

本文旨在分析m3query和m3coordinator的内存及CPU使用情况。通过pprof库,我们可以获取heap内存检测和profile CPU检测的数据,并利用go-torch生成火焰图进行更深入的分析。程序编译前需引入pprof,m3coordinator和m3query已内置。内存检测在7203端口进行,CPU检测结果存于/root下。FlameGraph项目用于生成火焰图,需将其添加到$PATH环境变量中。
摘要由CSDN通过智能技术生成

目标:

分析使用中的 m3query, m3coordinator 使用中的内存及CPU
通过 svg 可以看到在整个程序运行时候的时间消耗

需求

程序在编译前需要调用 pprof 库
默认下 m3coordinator 与 m3query 已经加载该库

源码

m3query 及 m3coordinator (main.go)

package main

import (
        "flag"
        _ "net/http/pprof" // pprof: for debug listen server if configured          <- 已经载入 pprof
        "os"

        "github.com/m3db/m3/src/query/server"
        "github.com/m3db/m3/src/x/etcd"
)

heap (内存) 检测

当前 7203 端口为 m3query 端口

获取内存使用率方法

/home/apps/terry/go/bin/go tool pprof  -svg http://localhost:7203/debug/pprof/heap > heap_inuse.svg
Fetching profile over HTTP from http://localhost:7203/debug/pprof/heap?seconds=30
Please wait... (30s)
Save
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Terry_Tsang

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值