Hi Vikas,
Below is my observations of attached GC report:
a) CPU is spending more time in system calls within the kernel, as opposed to library code, which is still running in user-space.In 47 GC event(s), 'sys' time is greater than 'usr' time. It's not a healthy sign.
b) If you observe the Object stats section the Avg object creation rate is 164.09 Mb/sec, This might be quite high. If it is very high, the garbage collection rate will also be very high.
Edit your Comment