Module threads

Module threads 

Source
Expand description

This module provides real-time thread monitoring capabilities, collecting CPU usage statistics for all threads in the current process.

Structs§

ThreadMetrics
Thread metrics collected from the OS.
ThreadsJson
JSON response structure for /threads endpoint

Functions§

get_threads_json
Get current thread metrics as JSON
init_threads_monitoring