This file is a consolidation of the FineGrainedPowerConsumptionStatsCache
at the server level with some additional server data.
Location
This file is in the log_root/visualization directory.
Usage notes
- timeStamp: Time in milliseconds since January 1, 1970,
00:00:00 GMT.
- cell: Cell name.
- name: Server name.
- node: Node name.
- cluster: Cluster name.
- nodegroup: Node group name.
- begintimestamp: The begin time of the interval.
- endtimestamp: The end time of the interval.
- cpu: The average server % CPU utilization over the cputimeinterval.
- workcompleted: The amount of work completed by the server
in the interval (cpu*nodepower)*(endtime-begintime in seconds)/100.
- powerconsumed: The power consumption by the server (cpu*nodepower)/100.
- nodepower: The total power available for the node.
- nodeworkpotential: The total amount of work that the node
could accommodate over the interval (totalnodepower*(endtime-begintime)).
- cellpower: The total amount of power available for consumption
for the cell; a sum of the nodepower over all nodes in the cell.
- cellworkpotential: The total amount of work that the cell
could accommodate over the interval (totalcellpower*(endtime-begintime)).