We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0592a1e commit 7b16706Copy full SHA for 7b16706
new_docs/contents/nest/cluster/nodes-stats.markdown
@@ -8,11 +8,10 @@ menuitem: nodes-stats
8
9
# Nodes stats
10
11
-var r = this._client.NodeInfo(NodesInfo.All);
12
-
13
- var node = r.Nodes.First();
+ var r = this._client.NodeInfo(NodesInfo.All);
+ var node = r.Nodes.First();
14
15
You can than traverse the node info objects i.e:
16
17
- node.Value.OS.Cpu.CacheSizeInBytes;
+ node.Value.OS.Cpu.CacheSizeInBytes;
18
0 commit comments