Ringloop / mr-plow

Minimal memory usage, cloud native logstash alternative
Apache License 2.0
28 stars 3 forks source link

Mr Plow memory stats #40

Open DarioBalinzo opened 2 years ago

DarioBalinzo commented 2 years ago

I've found an interesting tool to actually print the content of what is inside a golang binary: https://github.com/nikolaydubina/go-binsize-treemap

here the result with mr plow:

image

giorgiozoppi commented 2 years ago

Maybe the best way is to use https://https://github.com/google/pprof. https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/