I would also very much like to have access to this finer grained information.
On Wednesday, January 11, 2017 at 11:55:34 PM UTC+1, Ian Rose wrote: > > Howdy, > > What's the best way to monitor the amount of CPU being consumed by a Go > server's GC? MemStats.GCCPUFraction doesn't really help because (as far as > I understand) this is just the fraction since the server started, whereas I > want a new value for each minute (so that we can see fluctuations). Also, > simply looking at the difference between values from MemStats.PauseTotalNs > doesn't work (as far as I understand, again...) since this only measures > stop-the-world time, and not CPU time spend in concurrent GC operations. > > Do I have all that right? > > cheers, > Ian > > -- 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.