lisa.wa.WAResultsCollector#
- class lisa.wa.WAResultsCollector(wa_output, df_postprocess=None)[source]#
Bases:
WACollectorBase
Collector for the
Workload Automation
test results.Attributes
Properties
df
inheritedpandas.DataFrame
containing the data collected.logger
inheritedConvenience short-hand for
self.get_logger()
.stats
inheritedShort-hand property equivalent to
self.get_stats()
.Methods
get_logger()
inheritedProvides a
logging.Logger
named aftercls
.get_stats()
inheritedReturns a
lisa.stats.Stats
loaded with the resultpandas.DataFrame
.log_locals()
inheritedDebugging aid: log the local variables of the calling function.
Attributes#
- WAResultsCollector.NAME = 'results'#
Properties#
- property WAResultsCollector.df#
Inherited property, see
lisa.wa.WACollectorBase.df
pandas.DataFrame
containing the data collected.
- property WAResultsCollector.logger#
Inherited property, see
lisa.utils.Loggable.logger
Convenience short-hand for
self.get_logger()
.
- property WAResultsCollector.stats#
Inherited property, see
lisa.wa.StatsProp.stats
Short-hand property equivalent to
self.get_stats()
.
Methods#
- classmethod WAResultsCollector.get_logger(suffix=None)#
Inherited method, see
lisa.utils.Loggable.get_logger()
Provides a
logging.Logger
named aftercls
.
- WAResultsCollector.get_stats(ensure_default_groups=True, ref_group=None, agg_cols=None, **kwargs)#
Inherited method, see
lisa.wa.StatsProp.get_stats()
Returns a
lisa.stats.Stats
loaded with the resultpandas.DataFrame
.
- classmethod WAResultsCollector.log_locals(var_names=None, level='debug')#
Inherited method, see
lisa.utils.Loggable.log_locals()
Debugging aid: log the local variables of the calling function.