Uses of Class
top.magstar.framework.events.models.monitors.SystemMetrics
Packages that use SystemMetrics
-
Uses of SystemMetrics in top.magstar.framework.events.models.monitors
Methods in top.magstar.framework.events.models.monitors that return SystemMetricsModifier and TypeMethodDescriptionPerformanceReport.getSystemMetrics()PerformanceSnapshot.getSystemMetrics()Constructors in top.magstar.framework.events.models.monitors with parameters of type SystemMetricsModifierConstructorDescriptionPerformanceReport(LocalDateTime reportTime, Map<Class<?>, EventTypeProfile> eventTypeProfiles, Map<String, HandlerProfile> handlerProfiles, Map<String, HotspotInfo> hotspots, List<PerformanceBottleneck> bottlenecks, List<OptimizationSuggestion> suggestions, SystemMetrics systemMetrics) PerformanceSnapshot(LocalDateTime timestamp, Map<Class<?>, EventTypeProfile> eventTypeProfiles, Map<String, HandlerProfile> handlerProfiles, SystemMetrics systemMetrics)