mirvmon/__pycache__
mirivlad f1fc514a33 fix: Agent network and disk metrics for VPS
Network:
- Remove speed > 0 check in _is_real_interface()
- Use 1000 Mbps default for interfaces with speed=0
- This allows virtual interfaces (ens3) to be detected
- Remove network_rx/network_tx (no longer needed)

Disk:
- Rewrite get_disk_metrics() to detect unique devices
- If only one device (/) - create only disk_used_root
- If multiple devices - create for each
- This fixes VPS with single disk showing same % for all mounts
2026-04-17 10:11:16 +08:00
..
agent.cpython-312.pyc fix: Agent network and disk metrics for VPS 2026-04-17 10:11:16 +08:00