Commit Graph

4 Commits

Author SHA1 Message Date
illustris
8d9007632a Fix QEMU process discovery when binary is replaced on disk
Linux appends " (deleted)" to /proc/{pid}/exe when the binary has been
replaced (common after PVE/QEMU package upgrades while VMs remain
running). The exact string match rejected all running QEMU processes,
resulting in zero VM metrics.
2026-03-12 20:12:38 +05:30
illustris
ac2ac7a27c add trace logging 2026-03-12 19:39:35 +05:30
illustris
def7d3e086 improvements
- Consolidate status reads
- Pre-allocate descriptors
- Add read_only disk label
- Remove dead stdin field
- Guard nil pool maps
- Add error-path tests
- Add go vet to flake
2026-03-12 12:47:50 +05:30
illustris
d8f4a77657 init 2026-03-11 15:01:20 +05:30