|
FireSync API
|
| kStatus kNode_ReadHealthLog | ( | kNode | node, |
| kHealthSummary * | summary, | ||
| kAlloc | alloc | ||
| ) |
Reads and summarizes the node health log.
If a node supports health logging, it will periodically record any persistent health indicators to non-volatile storage. The ReadHealthLog method can be used to read and summarize health log snapshots to generate a health statistics report.
If the node does not support health logging, the received summary object will be empty.
| node | kNode object. |
| summary | Receives a summary of the node health log. |
| alloc | Memory allocator for health log summary. |