Thanks to all of you :)

Recently I have implemented a sub-option in the `go tool trace` named 
"diagreedy" 
which means "diagnoses and finds out the greediest several goroutines". 
This tool 
already helped us track down several deep hiden problems in our go 
applications 
and achieved more stable and short GC pause latency by fixing them 
afterwards.

If you are interested in this little tool, there is the repo 
<https://github.com/hnes/go-tool-trace-greediest-goroutines> and the go 
proposal <https://github.com/golang/go/issues/20792> issue. 

All best 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to