Platform and scheduler statistics

This module contains classes for statistics on various entities in the Zoe master.

class zoe_master.stats.ClusterStats

Stats related to the whole cluster.

serialize()

Convert the object into a dict.

class zoe_master.stats.NodeStats(name)

Stats related to a single node.

serialize()

Convert the object into a dict.

class zoe_master.stats.Stats

Base statistics class.

Every Stats object must have a timestamp that records when the stats it contains where recorded.