Function psyiage_event_enable_auto_report_os_faults¶
Defined in File psyiagesdk.h
Function Documentation¶
-
FUTURE_PSYIAGE_API int
psyiage_event_enable_auto_report_os_faults(psyiage_handle handle, int enable)¶ Enable reporting of O/S faults
Start a thread that will automatically collect system resource metrics (eg. CPU usage, memory usage) and push to the psyiage instance.
- Note
Not yet implemented
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
handle: - A handle to the psyiage instanceenable: - If not zero, all O/S faults are automatically reported as events. Otherwise, reporting is disabled.