全部,我在 Websphere App Server 7.0.0.15 上运行我的应用程序时获取了 native_stderr.log 文件。早些时候它曾经是简单的日志文件格式,但最近我观察到该文件是 XML 格式的。
是否有任何 IBM 提供的工具来解释此文件?
日志文件包含如下部分:
<af type="tenured" id="345" timestamp="Sep 07 15:51:45 2011" intervalms="3981.813">
<minimum requested_bytes="16400" />
<time exclusiveaccessms="0.163" meanexclusiveaccessms="0.163" threads="0" lastthreadtid="0x0000000032D8C700" />
<refs soft="24731" weak="22022" phantom="1950" dynamicSoftReferenceThreshold="19" maxSoftReferenceThreshold="32" />
<tenured freebytes="4223424" totalbytes="536870912" percent="0" >
<soa freebytes="0" totalbytes="531503104" percent="0" />
<loa freebytes="4223424" totalbytes="5367808" percent="78" />
</tenured>
<gc type="global" id="347" totalid="347" intervalms="3982.134">
<finalization objectsqueued="786" />
<timesms mark="677.563" sweep="8.489" compact="0.000" total="686.650" />
<tenured freebytes="334476968" totalbytes="536870912" percent="62" >
<soa freebytes="330253544" totalbytes="531503104" percent="62" />
<loa freebytes="4223424" totalbytes="5367808" percent="78" />
</tenured>
</gc>
<tenured freebytes="334460568" totalbytes="536870912" percent="62" >
<soa freebytes="330237144" totalbytes="531503104" percent="62" />
<loa freebytes="4223424" totalbytes="5367808" percent="78" />
</tenured>
<refs soft="24252" weak="17085" phantom="1950" dynamicSoftReferenceThreshold="19" maxSoftReferenceThreshold="32" />
<time totalms="687.356" />
</af>
谢谢