nodeCpuUsagePercent property

double? nodeCpuUsagePercent
getter/setter pair

The average CPU usage spent by a node on this tablet over the start_time to end_time time range.

The percentage is the amount of CPU used by the node to serve the tablet, from 0% (tablet was not interacted with) to 100% (the node spent all cycles serving the hot tablet).

Output only.

Implementation

core.double? nodeCpuUsagePercent;