1 Star 0 Fork 816

liuyics15/arkcompiler_ets_runtime

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hisysevent.yaml 2.24 KB
一键复制 编辑 原始数据 按行查看 历史
jinjiawei 提交于 2024-03-27 16:57 . Add long time GC event statistics
# Copyright (c) 2024 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
domain: ARKTS_RUNTIME
ARK_STATS_GC:
__BASE: {type: STATISTIC, level: MINOR, desc: ARKTSRUNTIME GC KEY STATS, preserve: true}
BUNDLE_NAME: {type: STRING, desc: application bundle name}
PID: {type: INT32, desc: pid}
TID: {type: INT32, desc: tid}
GC_TOTAL_COUNT: {type: INT32, desc: Number of GC times in the statistical interval}
GC_TOTAL_TIME: {type: INT32, desc: Sum of GC total_time in the current statistical interval}
GC_MARK_TIME: {type: INT32, desc: Sum of mark_time of GC in the current statistical interval}
GC_EVACUATE_TIME: {type: INT32, desc: Sum of evacuate_time of GC in the current statistical interval}
GC_LONG_TIME: {type: INT32, desc: Number of long time GCs in the statistical interval}
GC_TOTAL_MEM_USED: {type: INT32, desc: Total memory used after GC in the current statistical interval}
GC_TOTAL_MEM_COMMITTED: {type: INT32, desc: Total committed memory in GC in the current statistical interval}
GC_ACTIVE_MEM_USED: {type: INT32, desc: Total memory usage of the young generation after GC in the statistical period}
GC_ACTIVE_MEM_COMMITTED: {type: INT32, desc: Total memory committed by the young generation after GC in the statistical interval}
GC_OLD_MEM_USED: {type: INT32, desc: Total memory usage of the old generation after GC in the statistical period}
GC_OLD_MEM_COMMITTED: {type: INT32, desc: Total memory committed by the old generation after GC in the statistical period}
GC_HUGE_MEM_USED: {type: INT32, desc: Total memory used by the Huge segment after GC in this measurement period}
GC_HUGE_MEM_COMMITTED: {type: INT32, desc: Total committed memory of the Huge segment after GC in this measurement period}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuyics15/arkcompiler_ets_runtime.git
git@gitee.com:liuyics15/arkcompiler_ets_runtime.git
liuyics15
arkcompiler_ets_runtime
arkcompiler_ets_runtime
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385