daeuniverse / dae

eBPF-based Linux high-performance transparent proxy solution.
GNU Affero General Public License v3.0
2.62k stars 165 forks source link

[Enhancement] Add Golang diagnose support #523

Closed jschwinger233 closed 1 week ago

jschwinger233 commented 1 month ago

Improvement Suggestion

We noticed community feedback that dae may cause high memory usage. Let's add Golang diagnose support for dae.

It could be either adding --pprof command line argument to enable pprof, or integrating with https://github.com/google/gops into dae.

Potential Benefits

Only with these support we can tell if there is memory leak / goroutine leak.

dae-prow[bot] commented 1 month ago

Thanks for opening this issue!

mzz2017 commented 1 week ago

Closed by #532