NEST by Elastic and contributors

<PackageReference Include="NEST" Version="2.5.2" />

.NET API 3,466,240 bytes

 NodeStats

public class NodeStats
public Dictionary<string, BreakerStats> Breakers { get; }

public FileSystemStats FileSystem { get; }

public string Host { get; }

public HttpStats Http { get; }

public IndexStats Indices { get; }

public IEnumerable<string> Ip { get; }

public NodeJvmStats Jvm { get; }

public string Name { get; }

public ProcessStats Process { get; }

public ScriptStats Script { get; }

public Dictionary<string, ThreadCountStats> ThreadPool { get; }

public long Timestamp { get; }

public TransportStats Transport { get; }

public string TransportAddress { get; }

public NodeStats()