aboutsummaryrefslogtreecommitdiffstats
path: root/umc-iui/src/main/resources/webroot/umc-pm/json/counters.json
blob: 5fd1591483ed468eb90759da01e4bfcb6422673f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "status": 0,
  "content": [
    {
      "id": "CruntimeInfo.averageCpuUsage",
      "name": "平均CPU使用率%"
    },
    {
      "id": "CruntimeInfo.averageMemoryUsage",
      "name": "平均内存使用率%"
    },
    {
      "id": "Cn.cscf.businesskpi.totalUsers",
      "name": "总用户数"
    },
    {
      "id": "Cn.ims.businesskpi.totalUsers",
      "name": "总用户数"
    },
    {
      "id": "C12001789",
      "name": "总用户数"
    }
  ]
}