|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Internal structure for profile data with LRU tracking. More...

Public Member Functions | |
| profile_data () | |
Public Attributes | |
| performance_profile | profile |
| std::atomic< std::chrono::steady_clock::rep > | last_access_time |
| std::mutex | mutex |
Internal structure for profile data with LRU tracking.
Definition at line 120 of file central_collector.h.
|
inline |
Definition at line 125 of file central_collector.h.
| std::atomic<std::chrono::steady_clock::rep> kcenon::monitoring::central_collector::profile_data::last_access_time |
Definition at line 122 of file central_collector.h.
| std::mutex kcenon::monitoring::central_collector::profile_data::mutex |
Definition at line 123 of file central_collector.h.
| performance_profile kcenon::monitoring::central_collector::profile_data::profile |
Definition at line 121 of file central_collector.h.