Current utilization of cluster "{cluster}"

{#if $initq.fetching || $mainQuery.fetching} {:else if $initq.error} {$initq.error.message} {:else} {/if} { from = new Date(Date.now() - 5 * 60 * 1000) to = new Date(Date.now()) }} />
{#if $mainQuery.error} {$mainQuery.error.message} {/if}
{#if $initq.data && $mainQuery.data} {#each $initq.data.clusters.find(c => c.name == cluster).subClusters as subCluster, i} SubCluster "{subCluster.name}"
Allocated Nodes
{allocatedNodes[subCluster.name]} / {subCluster.numberOfNodes} Nodes
Flop Rate (Any)
{scaleNumbers(flopRate[subCluster.name], (subCluster.flopRateSimd.value * subCluster.numberOfNodes), flopRateUnitPrefix[subCluster.name]) }{flopRateUnitBase[subCluster.name]} [Max]
MemBw Rate
{scaleNumbers(memBwRate[subCluster.name], (subCluster.memoryBandwidth.value * subCluster.numberOfNodes), memBwRateUnitPrefix[subCluster.name]) }{memBwRateUnitBase[subCluster.name]} [Max]
{#key $mainQuery.data.nodeMetrics} data.subCluster == subCluster.name))} /> {/key}
{/each}

Top Users on {cluster.charAt(0).toUpperCase() + cluster.slice(1)}

{#if $topUserQuery.fetching} {:else if $topUserQuery.error} {$topUserQuery.error.message} {:else} tu[topUserSelection.key])} entities={$topUserQuery.data.topUser.map((tu) => tu.id)} /> {/if}
{#key $topUserQuery.data} {#if $topUserQuery.fetching} {:else if $topUserQuery.error} {$topUserQuery.error.message} {:else} {#each $topUserQuery.data.topUser as tu, i} {/each}
Legend User Name Number of
{tu.id} {tu[topUserSelection.key]}
{/if} {/key}

Top Projects on {cluster.charAt(0).toUpperCase() + cluster.slice(1)}

{#if $topProjectQuery.fetching} {:else if $topProjectQuery.error} {$topProjectQuery.error.message} {:else} tp[topProjectSelection.key])} entities={$topProjectQuery.data.topProjects.map((tp) => tp.id)} /> {/if} {#key $topProjectQuery.data} {#if $topProjectQuery.fetching} {:else if $topProjectQuery.error} {$topProjectQuery.error.message} {:else} {#each $topProjectQuery.data.topProjects as tp, i} {/each}
Legend Project Code Number of
{tp.id} {tp[topProjectSelection.key]}
{/if} {/key}

{#key $mainQuery.data.stats} {/key}
{#key $mainQuery.data.stats} {/key}
{/if}