Feature #7024
Updated by Ward Vandewege over 9 years ago
Some useful/easy things to report in @/status.json@ that can be useful for troubleshooting:
* GOGC env (or 100 if not set) - see https://golang.org/pkg/runtime/debug/#SetGCPercent
* GOMAXPROCS env
* Startup and current timestamps (in nanoseconds, like the times in MemStats)
* A list of all the operations in the buffers, with these fields: operation (GET/PUT/HEAD/...), hash, remote ip, how long it's been in the buffer (or date/time inserted in buffer)