We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee83205 commit 2067cc9Copy full SHA for 2067cc9
presto-native-execution/presto_cpp/main/tests/data/TaskInfo.json
@@ -76,6 +76,14 @@
76
"runningDrivers": 123,
77
"blockedDrivers": 456,
78
"completedDrivers": 789,
79
+ "totalNativeDrivers": 456,
80
+ "queuedNativeDrivers": 789,
81
+ "runningNativeDrivers": 123,
82
+ "totalSplits": 456,
83
+ "queuedSplits": 789,
84
+ "runningSplits": 123,
85
+ "completedSplits": 789,
86
+ "completedNativeDrivers": 789,
87
"cumulativeUserMemory": 123,
88
"cumulativeTotalMemory": 456,
89
"userMemoryReservationInBytes": 123,
0 commit comments