-
- Downloads
Implement Heartbeat statistics output
Default is disabled. To enable, set environment variable MSTRO_TELEMTRY_HEARTBEAT to a (decimal, possibly fractional) value of seconds between reports. Currently will log a CSV line of statistics under INFO priority and 'HB' thread identifier at every wakeup; once MIO Telemetry is integrated, the configured telemetry output channels and methods will be used instead of the logging infrastructure.
Showing
- include/maestro/env.h 15 additions, 0 deletionsinclude/maestro/env.h
- maestro/Makefile.am 1 addition, 0 deletionsmaestro/Makefile.am
- maestro/core.c 12 additions, 0 deletionsmaestro/core.c
- maestro/heartbeat.c 152 additions, 0 deletionsmaestro/heartbeat.c
- maestro/i_heartbeat.h 53 additions, 0 deletionsmaestro/i_heartbeat.h
Loading
Please register or sign in to comment