The cpu profile may missing the CPU usage high time, when CPU usage goes down quickly. eg. https://github.com/mosn/holmes/issues/123#issuecomment-1257762975 we may record the CPU usage during sampling the CPU profile, and log it. eg. we can start another goroutine, and log CPU usage continuously.
The cpu profile may missing the CPU usage high time, when CPU usage goes down quickly.
eg. #123 (comment)
we may record the CPU usage during sampling the CPU profile, and log it.
eg. we can start another goroutine, and log CPU usage continuously.