commit | e279530e9232a8a5f61d8124628a16a901c5cef1 | [log] [tgz] |
---|---|---|
author | Vijay Khemka <vijaykhemka@fb.com> | Wed Jul 15 17:28:45 2020 -0700 |
committer | Vijay Khemka <vijaykhemka@fb.com> | Wed Jul 22 10:56:57 2020 -0700 |
tree | 3147f176c56f4c37cd4e973138886230a495c394 | |
parent | 62f16ec983ff4928f0868c30822ce65e828566aa [diff] |
Basic initial implementation This is a base implementation which does following 1. create a daemon, 2. parse config file and create config object 3. create utilization sensor for given config options. It currently support CPU and memory config only but it can be extended for other feature as well. Reading and updating sensor data will be in follow up patch. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: If52cfd3ff879d0d121836bf37e17e2cc63fa2a38