[DAEMON-80] appcd-agent: Implement processing monitoring
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-05-11T05:30:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-agent |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-05-09T04:31:06.000+0000 |
Updated | 2017-10-26T03:00:43.000+0000 |
Description
We need to extract the CPU and memory monitoring from the appcd-core and move it into a new appcd-monitor package. The
StatusMonitor
along with the plugin host will be able to use appcd-monitor to retrieve process stats.
The goal is to feed these stats into appcd status and telemetry payloads.
Part 1: https://github.com/appcelerator/appc-daemon/pull/12
Part 2: https://github.com/appcelerator/appc-daemon/pull/13