Hello, I need to analyze the Golang GC log, specifically the pause times wrt to the server time (absolute time). However I see the Golang gGC log does not contain absolute timestamp, it has a relative timestamp from the process start time. Is there a reason not to log absolute timestamp with each GC event? I think it will be very helpful to have absolute time in GC log so that it could be used for analysis and write tools.
I have another question on pause time for a GC event. So the GC log looks as follows: gc 158135 @1242712.403s 0%: 0.034+7.3+0.21 ms clock, 0.82+0/19/84+5.1 ms cpu, 12->12->11 MB, 23 MB goal, 24 P Based on above GC log event, my understanding of pause time is the sum of first and third timestamp on the wall clock data (STW time duration). So the pause time would be= 0.034 + 0.21 = 0.244 msec. Is my pause time calculation correct? Thanks for your help! Prabhash Rathore -- 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.