I turned on verbose GC options on my JDK, and now I'm seeing lines such as
25.598: [CMS-concurrent-sweep-start]
25.622: [CMS-concurrent-sweep: 0.023/0.024 secs] [Times: user=0.02 sys=0.00, real=0.03 secs]
25.623: [CMS-concurrent-reset-start]
25.629: [CMS-concurrent-reset: 0.007/0.007 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
Anyone care to tell me exactly what all the parameters there mean?
- What's the difference between sys+user and real times?
- What does "0.023/0.024 secs" mean?