WARNING: Version 5.x has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Nodes Stats
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Nodes Stats
editvar 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;