Structs§
- Ipconfig
Cache ipconfig /alloutput stored as raw text.- Netstat
Cache - Parsed
netstat -anooutput plus PID-to-process-name map. - Shared
Cache - Pre-fetched data shared across technician-mode diagnostic modules.
Built once before
tokio::join!and passed by reference into each module’scollect_with_cache()to avoid duplicate subprocess calls.