Hi Sylvain,
This is indeed very interesting topic and a great blog from Leo.
You are right to assume GcTime to be in seconds here.
The AAC and Federation runtime profile by default uses gencon as gc policy which is highly optimized for transactional application. As a transactional application AAC mostly creates short lived objects . With the gencon policy, the Java heap is divided into two main areas, the nursery area, where new objects are created and the tenure area, where objects are moved if they have reached
tenure age. GC Scavenge operation runs on nursery area which relatively small space . It can stop the world but these operations are very fast and handled by multiple GC workers which divide the workload across the cores available.
Long story short , we have the best GC policy suited for AAC.
It is advised to monitor the GC count and adjust heap size if we see too frequent GC cycles.
We have further enhanced the monitoring capabilities in recent versions of ISVA. Since ISVA 10.0.1 , we have added a "/metrics" endpoint which expose the JVM PerfMXBean counters in Prometheus friendly format for monitoring and graphing purpose. Details can be found at
https://www.ibm.com/docs/es/sva/10.0.1?topic=settings-runtime-monitoring-using-prometheus.Thanks,
Soum
------------------------------
Soumyajit Roy
------------------------------