Skip to content

x/tools: please add heap dump viewer #45631

@chenk008

Description

@chenk008

What version of Go are you using (go version)?

$ go version
go version go1.15.2 linux/amd64

What did you do?

My go program consume large memory. I want to know which type of object consumes a lot of memory.

I have tried pprof to analyze heap, it shows which method consumes a lot of memory. But a lot of goroutines have the same traceback that contains this method, each of these goroutines process different type object, I couldn't find which type of object consumes a lot of memory.

What did you expect to see?

A tool can be used to analyze heap dump

#16410

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestIssues asking for a new feature that does not need a proposal.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions