3f0984af089461e50668e771ee8f95f5745088a7
[apps/native/iot-device-manager.git] / schema / taskResultExample.json
1 {
2   "time": 1558075972790,
3   "status": [
4     {
5       "app_id": "org.example.sample-app",
6       "cpu_snapshot": 0,
7       "cpu_average": 7,
8       "memory": 764
9     },
10     {
11       "app_id": "com.samsung.tizen.sample-app-a",
12       "cpu_snapshot": 0,
13       "cpu_average": 0,
14       "memory": 1188
15     },
16     {
17       "app_id": "org.tizen.sample-app-b",
18       "cpu_snapshot": 0.6129990118455929,
19       "cpu_average": 0,
20       "memory": 1028
21     }
22   ]
23 }