• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#  Copyright (c) 2022 Huawei Device Co., Ltd.
2#  Licensed under the Apache License, Version 2.0 (the "License");
3#  you may not use this file except in compliance with the License.
4#  You may obtain a copy of the License at
5#
6#      http://www.apache.org/licenses/LICENSE-2.0
7#
8#  Unless required by applicable law or agreed to in writing, software
9#  distributed under the License is distributed on an "AS IS" BASIS,
10#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11#  See the License for the specific language governing permissions and
12#  limitations under the License.
13
14domain: WEBVIEW
15
16PAGE_LOAD_STATISTICS:
17  __BASE: {type: STATISTIC, level: CRITICAL, tag: webStats, desc: page load statistics}
18  INSTANCE_ID: {type: UINT32, desc: web instance id}
19  ACCESS_SUM_COUNT: {type: UINT32, desc: page access sum count}
20  ACCESS_SUCC_COUNT: {type: UINT32, desc: page access success count}
21  ACCESS_FAIL_COUNT: {type: UINT32, desc: page access fail count}
22  ACCESS_FAIL_RATIO: {type: FLOAT, desc: page access fail ratio}
23
24MULTI_INSTANCE_STATISTICS:
25  __BASE: {type: STATISTIC, level: CRITICAL, tag: webStats, desc: statistics of multiple instances}
26  INSTANCE_ID: {type: UINT32, desc: web instance id}
27  INSTANCE_COUNT: {type: UINT32, desc: web instance count}
28  MAX_COUNT: {type: UINT32, desc: maximum  instance count}
29
30PAGE_LOAD_ERROR:
31  __BASE: {type: FAULT, level: CRITICAL, tag: webError, desc: page load error info}
32  INSTANCE_ID: {type: UINT32, desc: web instance id}
33  ERROR_TYPE: {type: STRING, desc: page error type}
34  ERROR_CODE: {type: UINT32, desc: page error code}
35  ERROR_DESC: {type: STRING, desc: page error description}
36