You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
153757: asim: record cpu utilization in StoreMetrics r=tbg a=wenyihu6
Resolves: #153742
Release note: none
---
**asim: plumb NodeCPURateCapacity everywhere**
Previously, node CPU rate capacity wasn’t consistently plumbed, and some tests
treated it as optional. This commit ensures it is passed through everywhere,
preventing misconfigurations from being silently missed.
---
**asim: record cpu utilization in StoreMetrics**
Previously, StoreMetrics didn't include CPU utilization, making it hard to
evaluate the simulation setup. This commit adds CPU utilization to the store
metrics. Note that due to the lack of node-level metrics, the same CPU capacity
will be repeated for stores on the same node.
---
**asim: move SetNodeLocality & s.SetNodeCPURateCapacity to AddNode**
Previously, s.SetNodeLocality and s.SetNodeCPURateCapacity were called after
s.AddNode, making it easy to miss populating these fields. This commit updates
s.AddNode to take CPU rate capacity and node capacity explicitly as arguments.
Co-authored-by: wenyihu6 <[email protected]>
0 commit comments