GCView属性含义

GCView是一款强大的工具,用于分析垃圾回收过程。本文通过线条图解深入探讨了GCView在内存管理和垃圾回收暂停时间方面的表现,帮助开发者理解并优化Java应用的内存性能。
摘要由CSDN通过智能技术生成

GCView线条图解

Summary

- Footprint:
     o Maximal amount of memory allocated  分配的最大内存
- Freed Memory:
     o Total amount of memory that has been freed  已经被释放的总的内存
- Freed Mem/Min:
     o Amount of memory that has been freed per minute  每分钟被释放的内存的总数
- Total Time:
     o Time data was collected for (only if timestamp was present in log)  垃圾收集器工作的时间
- Acc Pauses:
     o Sum of all pauses due to GC  因为垃圾回收而停顿的统计数
- Throughput:
     o Time percentage the application was NOT busy with GC 垃圾回收时应用程序没有停顿卡死所占的时间比
- Number of full GC pauses:
     o Count of all pauses due to full collections 所有因为全GC引起的中断次数的总计
- Full GC Performance:
     o Performance of full collections. Note that all collections
       that include a collection of the tenured generation or
       are marked with "Full GC" are considered Full GC.  
       所有垃圾回收的性能,包括老年代回收或者被标记为全GC被认为是全GC的
- Number of GC pauses:
     o Count of all pauses due to minor collections 所有因为minor GC引起的中断次数的总计
- GC Performance:
     o Performance of minor collections. These are collections
       that are not full according to the definition above.  
       minor类型回收的性能,
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值