Expand description
Best-effort system telemetry snapshots for entropy benchmark context.
telemetry_v1 is intentionally operational:
- works without elevated privileges where possible,
- captures only values observable from user space,
- leaves unavailable metrics as absent rather than guessing.
Structs§
- Telemetry
Metric - A single observed telemetry metric.
- Telemetry
Metric Delta - Delta for a metric observed in both start and end snapshots.
- Telemetry
Snapshot - Point-in-time system telemetry snapshot.
- Telemetry
Window Report - Start/end telemetry window with aligned metric deltas.
Constants§
- MODEL_
ID - Telemetry model identifier.
- MODEL_
VERSION - Telemetry model version.
Functions§
- build_
telemetry_ window - Build a start/end telemetry report and aligned metric deltas.
- collect_
telemetry_ snapshot - Capture a best-effort telemetry snapshot.
- collect_
telemetry_ window - Capture the current end snapshot and compute a telemetry window.