summaryrefslogtreecommitdiff
path: root/schemas/top.response.example.json
blob: f305deb183ad3e0b8065f32167ca74202458137b (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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "type": "TOP",
  "time": 1426751252,
  "top_data": {
    "cpu": [
      {
        "app_id": null,
        "exe": "/usr/bin/sensord",
        "pid": 359,
        "cpu": 0.0033074936363846064,
        "memory": 0.0094098867848515511
      },
      {
        "app_id": null,
        "exe": "/usr/bin/stc-manager",
        "pid": 476,
        "cpu": 0.0033074936363846064,
        "memory": 0.0051120435819029808
      }
    ],
    "memory": [
      {
        "app_id": "org.tizen.clock",
        "exe": "/usr/bin/launchpad-loader",
        "pid": 11987,
        "cpu": 0.0,
        "memory": 0.032782699912786484
      },
      {
        "app_id": "org.tizen.quickpanel",
        "exe": "/usr/apps/org.tizen.quickpanel/bin/quickpanel",
        "pid": 884,
        "cpu": 0.0,
        "memory": 0.02692531980574131
      }
    ]
  }
}