Java堆空间占满的gc日志实例

本文通过展示一个使用Jetty、Flume和JPS的复杂应用环境实例,揭示了从普通程序员晋升为架构师的关键挑战。通过对应用运行状态的实时监控和垃圾回收情况的分析,探讨了开发者在理解和解决资源管理问题时所面临的困难。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

[scipio@cross12 ~]$ jps -l

27494 /opt/scipio/apps/server/jetty-distribution-8.1.9.v20130131/start.jar
27508 org.eclipse.jetty.xml.XmlConfiguration
6264 org.apache.flume.node.Application
388 sun.tools.jps.Jps

[scipio@cross12 ~]$ jstat -gcutil 27508 1000 10000

  S0     S1     E      O      P     YGC     YGCT    FGC    FGCT     GCT
100.00   0.00 100.00 100.00  58.80   1477   49.415   233 1270.455 1319.869
100.00   0.00 100.00 100.00  58.80   1477   49.415   233 1270.455 1319.869
100.00   0.00 100.00 100.00  58.80   1477   49.415   233 1270.455 1319.869
100.00   0.00 100.00 100.00  58.80   1477   49.415   233 1270.455 1319.869
100.00   0.00 100.00 100.00  58.80   1477   49.415   233 1270.455 1319.869
100.00   0.00 100.00 100.00  58.80   1477   49.415   234 1282.884 1332.299
100.00   0.00 100.00 100.00  58.80   1477   49.415   234 1282.884 1332.299
100.00   0.00 100.00 100.00  58.80   1477   49.415   234 1282.884 1332.299
100.00   0.00 100.00 100.00  58.80   1477   49.415   234 1282.884 1332.299
100.00   0.00 100.00 100.00  58.80   1477   49.415   234 1282.884 1332.299
100.00   0.00 100.00 100.00  58.80   1477   49.415   234 1282.884 1332.299
100.00   0.00 100.00 100.00  58.80   1477   49.415   234 1282.884 1332.299
100.00   0.00 100.00 100.00  58.80   1477   49.415   234 1282.884 1332.299
100.00   0.00 100.00 100.00  58.80   1477   49.415   235 1291.257 1340.672
100.00   0.00 100.00 100.00  58.80   1477   49.415   235 1291.257 1340.672
100.00   0.00 100.00 100.00  58.80   1477   49.415   235 1291.257 1340.672
100.00   0.00 100.00 100.00  58.80   1477   49.415   235 1291.257 1340.672
100.00   0.00 100.00 100.00  58.80   1477   49.415   235 1291.257 1340.672
100.00   0.00 100.00 100.00  58.80   1477   49.415   235 1291.257 1340.672
100.00   0.00 100.00 100.00  58.80   1477   49.415   235 1291.257 1340.672
100.00   0.00 100.00 100.00  58.80   1477   49.415   235 1291.257 1340.672
100.00   0.00 100.00 100.00  58.80   1477   49.415   236 1299.059 1348.473
100.00   0.00 100.00 100.00  58.80   1477   49.415   236 1299.059 1348.473
100.00   0.00 100.00 100.00  58.80   1477   49.415   236 1299.059 1348.473
100.00   0.00 100.00 100.00  58.80   1477   49.415   236 1299.059 1348.473
100.00   0.00 100.00 100.00  58.80   1477   49.415   236 1299.059 1348.473
100.00   0.00 100.00 100.00  58.80   1477   49.415   236 1299.059 1348.473
100.00   0.00 100.00 100.00  58.80   1477   49.415   236 1299.059 1348.473
100.00   0.00 100.00 100.00  58.80   1477   49.415   236 1299.059 1348.473
100.00   0.00 100.00 100.00  58.80   1477   49.415   236 1299.059 1348.473
100.00   0.00 100.00 100.00  58.80   1477   49.415   237 1308.009 1357.424
100.00   0.00 100.00 100.00  58.80   1477   49.415   237 1308.009 1357.424
100.00   0.00 100.00 100.00  58.80   1477   49.415   237 1308.009 1357.424
100.00   0.00 100.00 100.00  58.80   1477   49.415   237 1308.009 1357.424
100.00   0.00 100.00 100.00  58.80   1477   49.415   237 1308.009 1357.424
100.00   0.00 100.00 100.00  58.80   1477   49.415   237 1308.009 1357.424

[scipio@cross12 ~]$ jstat -gccause 27508 1000 10000

  S0     S1     E      O      P     YGC     YGCT    FGC    FGCT     GCT    LGCC                 GCC
100.00   0.00 100.00 100.00  58.80   1477   49.415   259 1458.654 1508.069 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   259 1458.654 1508.069 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   259 1458.654 1508.069 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   260 1470.020 1519.435 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   260 1470.020 1519.435 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   260 1470.020 1519.435 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   260 1470.020 1519.435 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   260 1470.020 1519.435 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   260 1470.020 1519.435 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   260 1470.020 1519.435 Allocation Failure   Allocation Failure
100.00   0.00 100.00 100.00  58.80   1477   49.415   260 1470.020 1519.435 Allocation Failure   Allocation Failure

转载于:https://my.oschina.net/scipio/blog/548753

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值