Age | Commit message (Collapse) | Author | Files | Lines |
|
Update the .gitreview file.
Change-Id: I52a27ce2d21d43a81b33fb2668e98a7c2cdf7e29
Bug-AGL: SPEC-4006
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Update autobuild scripts with reworked version that fixes building
outside of the source tree.
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Id633f331024661ef37017f1590dfbd2fe85b46f9
|
|
Update autobuild script to create multiple widget target debug, coverage and all
Bug-AGL: SPEC-2049
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Change-Id: I2fee2517f65a9a2f7a175ee7f1a0135b272ea83e
|
|
Bug-AGL: SPEC-2807
Change-Id: I66000e567f323c5a53954d1c6a7dcc193e13f89f
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Bug-AGL: SPEC-2268
Change-Id: I084aba1f31921c4dabf964a32bdf4ce04b085be3
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Bug-AGL: SPEC-2745
Change-Id: I18f6ecb51719c1d7d2c2e16b10a475b527ad4daa
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Set platform scope and capabilities permissions to fix behavior with the
application framework security updates. Note that platform scope is set
to avoid having multiple simultaneous scanners of /proc.
Bug-AGL: SPEC-2713
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I5d89446297396766d23121e3e631504bcd1a54bb
|
|
- bring latest version of autobuild script in
- move conf.d/autobuild to root folder
- update autobuild script to fix warnings triggered by
cp operation error.
Bug-AGL: SPEC-2164
Change-Id: I3caf18bd00806beac40690f6feded42d5a044a4e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Per request from the front-end, provide IP statistics
as found in /proc/net/netstat.
Bug-AGL: SPEC-2403
Change-Id: I98214e0c187546f3c2c4a338d09357582d51b87f
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Bail out immediately if fopen() fails, do not try to proceed.
Change-Id: Ib3ca73b3aefbb7f3c6de799ff8676a1f13e5479e
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Bug-AGL: SPEC-2378
|
|
Per request from the front-end, provide system average load values
as found in /proc/loadavg.
Change-Id: Ia7a63684de16bd0dbadcd2eacedb9b2d56b138d8
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Per request from the front-end, obtain extended information for
the process specified by tid, and compose reply with that info.
Change-Id: I514e20581b1a3513f68495b74e1f4c2f839870ad
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
To be able to extend communication with the task manager frontend
in future, add a sting tag "messageType" for the frontend to be
able to distinguish between different types of replies.
Change-Id: I3e36e8d1f4ec97dab007b0abdc5709dd1de22513
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Change-Id: I6f05c0b7d29168ba21ba42c79bcff3e46b4cae0e
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
|
|
Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com>
Change-Id: Idf75bb1ce703300f9b918969289aba7df9b2a182
|
|
Bug-AGL SPEC-1682
Change-Id: I462981b3efb2ff99b5bf42ef17113d509e500661
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
The feature "urn:AGL:widget:required-binding" is now
preferred to the feature "urn:AGL:widget:required-api"
for requiring a local binding.
Bug-AGL: SPEC-1800
Change-Id: I4a75e9fea38c29efcbbc083729c826e03a89f5d0
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
|
|
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>
|
|
|