New

The executive guide to generative AI

Read more

Nodes info

edit
var r = this._client.NodeInfo(NodesInfo.All);
var node = r.Nodes.Values.First();

You can then traverse all the stats i.e:

node.OS.CPU.Idle
Was this helpful?
Feedback