summaryrefslogtreecommitdiff
path: root/schema/taskResultExample.json
blob: b3afde1567322e3cf9dad917a6c1de8915cff828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "time": 1558075972790,
  "status": [
    {
      "app_id": "org.example.sample-app",
      "cpu_snapshot": 0,
      "cpu_average": 7,
      "memory": 764
    },
    {
      "app_id": "com.samsung.tizen.sample-app-a",
      "cpu_snapshot": 0,
      "cpu_average": 0,
      "memory": 1188
    },
    {
      "app_id": "org.tizen.sample-app-b",
      "cpu_snapshot": 0.6129990118455929,
      "cpu_average": 0,
      "memory": 1028
    }
  ]
}