jade.resource_monitor.ResourceMonitorAggregator¶
- class jade.resource_monitor.ResourceMonitorAggregator(name, stats: ResourceMonitorStats)[source]¶
Bases:
object
Aggregates resource utilization stats in memory.
Methods
finalize
(output_dir)Finalize the stat summaries and record the results.
update_resource_stats
([ids])Update resource stats information as structured job events for the current interval.
Attributes
Return the name of the monitor.
- finalize(output_dir)[source]¶
Finalize the stat summaries and record the results.
- Parameters:
output_dir (str) – Directory in which to record the results.
- property name¶
Return the name of the monitor.