Searched refs:PeakMetric (Results 1 – 2 of 2) sorted by relevance
89 class PeakMetric(Metric): class96 return 'peak_' + super(PeakMetric, self).description237 peak_cpu = PeakMetric.from_metric(cpu)238 peak_mem = PeakMetric.from_metric(mem)239 peak_temperature = PeakMetric.from_metric(temperature)
132 metric = system_metrics_collector.PeakMetric('foo')146 peak_metric = system_metrics_collector.PeakMetric.from_metric(247 class TestPeakMetric(TestMetric, system_metrics_collector.PeakMetric):