mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-17 23:14:21 +01:00
- Implemented AllSystemInfo function to handle WebSocket connections and provide system info for agents. - Introduced AllSystemInfoRequest struct for query parameters including period, aggregate mode, and interval. - Added support for concurrent data retrieval from multiple agents with error handling and retry logic. - Utilized byte pools for efficient memory management during JSON marshaling of system info.