diff options
author | Yordan Dimitrov <y.dimitrov.14@gmail.com> | 2018-08-15 15:54:37 +0300 |
---|---|---|
committer | Yordan Dimitrov <y.dimitrov.14@gmail.com> | 2018-08-17 11:28:31 +0300 |
commit | 4c13256dce57776b6ce5ae5e2ce4fff52f6e2ab8 (patch) | |
tree | 07b12f7562ece1f336e3cbcd9ac59cb3bfbe7db5 /.gitreview | |
parent | 183cb22a76b3c1d0d77757512009fda8269ff3d6 (diff) |
Importing agl-service-taskmanager code
The service queries /proc for system statistics data and
collects data for all processes currently running
on the system. The data for each consists of process name,
process ID, user, system CPU usage, user CPU usage, memory and state.
The data is then converted to JSON and sent to the requesting app.
v1
- removed trailing whitespaces
- added description in the README file
- removed URL from config.cmake
v2
- added project URL to config.cmake
Change-Id: I7670c239191ee9b7333d5a383f1b2fcf6bc774c1
Signed-off-by: Yordan Dimitrov <y.dimitrov.14@gmail.com>
Diffstat (limited to '.gitreview')
-rw-r--r-- | .gitreview | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..2fbb6e1 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.automotivelinux.org +port=29418 +project=apps/agl-service-taskmanager +defaultbranch=master |