Expand description
This module provides real-time thread monitoring capabilities, collecting CPU usage statistics for all threads in the current process.
Structs§
- Thread
Metrics - Thread metrics collected from the OS.
- Threads
Json - JSON response structure for /threads endpoint
Functions§
- get_
threads_ json - Get current thread metrics as JSON
- init_
threads_ monitoring