diff options
Diffstat (limited to 'schemas/process.reposnse.example.json')
-rw-r--r-- | schemas/process.reposnse.example.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/schemas/process.reposnse.example.json b/schemas/process.reposnse.example.json new file mode 100644 index 0000000..f8284ea --- /dev/null +++ b/schemas/process.reposnse.example.json @@ -0,0 +1,20 @@ +{ + "type": "PROCESS", + "time": 1426751608, + "process_data": [ + { + "app_id": null, + "exe": "/usr/bin/sensord", + "pid": 359, + "cpu": 0.0033074936363846064, + "memory": 0.0094098867848515511 + }, + { + "app_id": "org.tizen.lockscreen", + "exe": "/usr/bin/launchpad-loader", + "pid": 7341, + "cpu": 0.0, + "memory": 0.025191599503159523 + } + ] +} |