Home
last modified time | relevance | path

Searched defs:NodeStatsNodeResponse (Results 1 – 2 of 2) sorted by relevance

/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/elastigo-2fe47fd29e4b/lib/
H A Dclusterstatresponses.go8 type NodeStatsNodeResponse struct { struct
9 Name string `json:"name"`
10 Timestamp int64 `json:"timestamp"`
12 Hostname string `json:"hostname"`
13 Host string `json:"host"`
14 IP []string `json:"ip"`
16 Indices NodeStatsIndicesResponse `json:"indices"`
17 OS NodeStatsOSResponse `json:"os"`
18 Process NodeStatsProcessResponse `json:"process"`
19 JVM NodeStatsJVMResponse `json:"jvm"`
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/lib/
H A Dclusterstatresponses.go8 type NodeStatsNodeResponse struct { struct
9 Name string `json:"name"`
10 Timestamp int64 `json:"timestamp"`
12 Hostname string `json:"hostname"`
13 Host string `json:"host"`
14 IP []string `json:"ip"`
16 Indices NodeStatsIndicesResponse `json:"indices"`
17 OS NodeStatsOSResponse `json:"os"`
18 Process NodeStatsProcessResponse `json:"process"`
19 JVM NodeStatsJVMResponse `json:"jvm"`
[all …]