10 Star 10 Fork 94

OpenHarmony / hiviewdfx_hidumper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hidumper.yaml 2.45 KB
一键复制 编辑 原始数据 按行查看 历史
# Copyright (c) 2022 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: HIDUMPER
CMD_USAGE:
__BASE: {type: STATISTIC, level: CRITICAL, tag: usageStats, desc: hidumper usage statistics}
IS_DUMP_CPU_FREQ: {type: BOOL, desc: is user dump cpu frequency}
IS_DUMP_CPU_USAGE: {type: BOOL, desc: is user dump cpu usage}
CPU_USAGE_PID: {type: INT32, desc: pid number when dump cpu usage}
IS_DUMP_LOG: {type: BOOL, desc: is user dump log}
LOG_ARGS: {type: STRING, desc: args when user dump log}
IS_DUMP_MEM: {type: BOOL, desc: is user dump memory}
MEM_PID: {type: INT32, desc: pid when dump memory}
IS_DUMP_STORAGE: {type: BOOL, desc: is user dump storage}
STORAGE_PID: {type: INT32, desc: pid number when dump storage}
IS_DUMP_NET: {type: BOOL, desc: is user dump net}
NET_PID: {type: INT32, desc: pid number when dump net}
IS_DUMP_LIST: {type: BOOL, desc: is user dump list}
IS_DUMP_SERVICE: {type: BOOL, desc: is user dump service}
IS_DUMP_SYSTEM_ABILITY: {type: BOOL, desc: is user dump system ability}
ABILITIE_NAMES: {type: STRING, desc: name when dump system ability}
ABILITIE_ARGS: {type: STRING, desc: args when dump system ability}
IS_DUMP_SYSTEM: {type: BOOL, desc: is user dump system}
SYSTEM_ARGS: {type: STRING, desc: args when dump system}
IS_DUMP_PROCESSES: {type: BOOL, desc: is user dump process}
PROCESS_PID: {type: INT32, desc: pid number when dump process}
IS_FAULT_LOG: {type: BOOL, desc: is user dump fault log}
TIME_OUT: {type: INT32, desc: timeout value}
LIMIT_SIZE: {type: INT32, desc: limit size}
PATH: {type: STRING, desc: output path of hidumper operation statistics}
IS_APPENDIX: {type: BOOL, desc: is user dump all with no args}
IS_TEST: {type: BOOL, desc: is test}
IS_SHOW_SMAPS: {type: BOOL, desc: is user dump smaps}
IS_SHOW_SMAPS_INFO: {type: BOOL, desc: is user dump smaps info}
CMD_USER_INPUT: {type: STRING, desc: command that user input}
1
https://gitee.com/openharmony/hiviewdfx_hidumper.git
git@gitee.com:openharmony/hiviewdfx_hidumper.git
openharmony
hiviewdfx_hidumper
hiviewdfx_hidumper
master

搜索帮助