Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hanodestats ¶
type Hanodestats struct { /** * Clear the statsistics / counters */ Clearstats string `json:"clearstats,omitempty"` Hacurstatus string `json:"hacurstatus,omitempty"` Hacurstate string `json:"hacurstate,omitempty"` Hacurmasterstate string `json:"hacurmasterstate,omitempty"` Transtime string `json:"transtime,omitempty"` Hatotpktrx int `json:"hatotpktrx,omitempty"` /** * Number of heartbeat packets received from the peer node. Heartbeats are sent at regular intervals (default is 200 milliseconds) to determine the state of the peer node. */ Hapktrxrate float64 `json:"hapktrxrate,omitempty"` Hatotpkttx int `json:"hatotpkttx,omitempty"` /** * Number of heartbeat packets sent to the peer node. Heartbeats are sent at regular intervals (default is 200 milliseconds) to determine the state of the peer node. */ Hapkttxrate float64 `json:"hapkttxrate,omitempty"` Haerrproptimeout int `json:"haerrproptimeout,omitempty"` Haerrsyncfailure int `json:"haerrsyncfailure,omitempty"` }
Click to show internal directories.
Click to hide internal directories.