Source 3: perf stat collector #5
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
docs/data-model.md specifies a third oracle source —
perf stat -p <qemu_pid>— that is not yet implemented. Sources 1, 2, 4, 5 are live as ofb80986d.Needed:
collectors/perf_qemu.pywith the same shape asproc_qemu.pyandqmp.py(run_loop, telemetry-perf.jsonl with the schema from docs/data-model.md).perf stat -I 100 -j -p <pid>and parses the JSON event stream.Not urgent — sources 1+2 already cover most of the oracle signal — but this is the gap to fill before claiming the full 5-source telemetry vision.