pingcap / tiflow

This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
Apache License 2.0
428 stars 286 forks source link

TiCDC cli support scrapy pprof #6378

Open 3AceShowHand opened 2 years ago

3AceShowHand commented 2 years ago

Is your feature request related to a problem?

Golang Pprof is a very powerful and useful tool for developers to investigate program problems.

At the moment, it provides HTTP method for users to obtain the profile files, but still a little bit hard to operate.

We can make cdc client support scrape the profile files, to make the life easier.

Describe the feature you'd like

Scrape the pprofile files

CPU Profile

cdc cli pprof cpu

Heap Profile

cdc cli pprof heap

Describe alternatives you've considered

No response

Teachability, Documentation, Adoption, Migration Strategy

No response

3AceShowHand commented 2 years ago

@asddongmen please take a look, we can make it.