GPU GR Engine Activation Ratio

GPU GR Engine Activation Ratio

get

Retrieve the average activation ratio of the GR Engine for each GPU.

Query parameters
clusterIdsstringRequired

Cluster Id

Responses
200
OK
*/*
get
GET /v1/monitoring-gpu/metric/gr-engine-rate/result/current?clusterIds=text HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "metrics": {
      "cluster": "gpu-cluster",
      "node": "cocktail-gpu-node-1u"
    },
    "timestamp": 1727158980,
    "value": 0
  }
]

Last updated

Was this helpful?