New

The executive guide to generative AI

Read more

Nodes Stats

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

You can than traverse the node info objects i.e:

node.Value.OS.Cpu.CacheSizeInBytes;
Was this helpful?
Feedback