diff options
author | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2018-07-25 18:00:00 +0200 |
---|---|---|
committer | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2018-07-25 18:00:00 +0200 |
commit | fe365e77fa99790bf2bb2370a52f5258daf10ebe (patch) | |
tree | bcc4a1bff0e636dcfdf4d9bc3cade173f484cdfd /schemas/process.reposnse.example.json | |
parent | 8f5d052f9313d1f9e1fa920897523bcabe71bc2b (diff) | |
download | ttsd-worker-task-fe365e77fa99790bf2bb2370a52f5258daf10ebe.tar.gz ttsd-worker-task-fe365e77fa99790bf2bb2370a52f5258daf10ebe.tar.bz2 ttsd-worker-task-fe365e77fa99790bf2bb2370a52f5258daf10ebe.zip |
add json schemas
Change-Id: Idb2e992107de8b84ee9ba78d54394c69d7d9eac6
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 + } + ] +} |