To meet SLA for my http-server, I need to manage time spent in GC. So, I need to minimize new objects per request.
For the beginning, I want just to measure quantity of new objects per request. I tried to do it via heap-dump diffs, but this shows lots of redundant data. I feel, I caught not only objects, created per request.
Is there any simple way to see objects, created per request on average?