mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Merge pull request #3037 from ajbeamon/status-busy-use-new-field
Use the updated field name in status when fetching process busyness info
This commit is contained in:
commit
17815fb6bf
@ -843,7 +843,7 @@ ACTOR static Future<JsonBuilderObject> processStatusFetcher(
|
||||
double networkMetricsElapsed = networkMetrics.getDouble("Elapsed");
|
||||
|
||||
try {
|
||||
double runLoopBusy = networkMetrics.getDouble("PriorityBusy1");
|
||||
double runLoopBusy = networkMetrics.getDouble("PriorityStarvedBelow1");
|
||||
statusObj["run_loop_busy"] = runLoopBusy / networkMetricsElapsed;
|
||||
}
|
||||
catch(Error &e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user