metal-stack / go-hal

server hardware abstraction, tries to lower the burden of supporting different server vendors
GNU Affero General Public License v3.0
12 stars 3 forks source link

Add PowerMetric to Board #54

Closed majst01 closed 1 year ago

majst01 commented 1 year ago

Sample output of cli for a bigtwin waiting machine:

Power:
api.PowerMetric{AverageConsumedWatts:56, IntervalInMin:5, MaxConsumedWatts:57, MinConsumedWatts:55}

and a n1-medium:

api.PowerMetric{AverageConsumedWatts:45, IntervalInMin:5, MaxConsumedWatts:45, MinConsumedWatts:45}

and a storage machine:

api.PowerMetric{AverageConsumedWatts:559, IntervalInMin:5, MaxConsumedWatts:559, MinConsumedWatts:559}

closes #53