go-echarts / statsview

🚀 A real-time Golang runtime stats visualization profiler
MIT License
575 stars 52 forks source link

GC Number #19

Closed gandaldf closed 3 years ago

gandaldf commented 3 years ago

Hi, this isn't exactly an issue, I'd just like to have an explaination about what is the "GC Number" in the charts. Is it the number of garbage collection cycles? My app have an always increasing "GC Number" and I would like to know if this could be a problem.

Thank you.

chenjiandongx commented 3 years ago

@gandaldf

image

gandaldf commented 3 years ago

Thank you @chenjiandongx, so it's normal that it always reports an increasing number, right?

chenjiandongx commented 3 years ago

yes, it's a monotonic increasing variable.

gandaldf commented 3 years ago

Ok! Thank you!