system-controller: initial CPU load monitoring implementation.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 28 Jan 2014 16:07:46 +0000 (18:07 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:12 +0000 (18:37 +0200)
commit0f3712d6c066632f8cb342aa96467caa3490db83
tree59b6b1abf1ada1ab08e06fe9e5dae2304af830ce
parent4c74c3724ccba26b1eb7de269145d21ae02fa99b
system-controller: initial CPU load monitoring implementation.

This will need quite a bit of touching still to open up also
the data collection and callback triggering logic for Lua
scripting.

Change-Id: Ifb142885eb9af6678aef9bd546f50e62f144c44c
src/plugins/system-controller/system-monitor/Makefile [new file with mode: 0644]
src/plugins/system-controller/system-monitor/cpu.c [new file with mode: 0644]
src/plugins/system-controller/system-monitor/cpu.h [new file with mode: 0644]
src/plugins/system-controller/system-monitor/system-monitor.c [new file with mode: 0644]