Go diagnostics
Source: https://golang.org/doc/diagnostics
● Profiling, package runtime/pprof,
net/http/pprof
○ cpu,heap, threadcreate, goroutine,
block, mutex
● Tracing, package x/net/trace
● Debugging, GODEBUG environment variable
● Runtime statistics and events, package
runtime, runtime/debug