migrate changes from cc-backend PR#364

This commit is contained in:
Christoph Kluge
2026-02-20 15:10:02 +01:00
parent e1c1148160
commit bae7ec11b4
4 changed files with 266 additions and 53 deletions

View File

@@ -60,6 +60,7 @@ export function init(extraInitQuery = "") {
topology {
node
socket
memoryDomain
core
accelerators { id }
}
@@ -238,7 +239,7 @@ export function groupByScope(jobMetrics) {
const scopeGranularity = {
node: 10,
socket: 5,
memorydomain: 4,
memoryDomain: 4,
core: 3,
hwthread: 2,
accelerator: 1