Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkHTTPAvgResponseTimeChecker ¶
type NetworkHTTPAvgResponseTimeChecker struct { *common.HTTPBasedChecker[*processNetworkAvgResponseTimeStatics] }
func NewNetworkAvgResponseTimeChecker ¶
func NewNetworkAvgResponseTimeChecker() *NetworkHTTPAvgResponseTimeChecker
func (*NetworkHTTPAvgResponseTimeChecker) Init ¶
func (n *NetworkHTTPAvgResponseTimeChecker) Init(config *base.ContinuousConfig) error
type NetworkHTTPErrorRateChecker ¶
type NetworkHTTPErrorRateChecker struct { *common.HTTPBasedChecker[*processNetworkResponseErrorStatics] }
func NewNetworkResponseErrorChecker ¶
func NewNetworkResponseErrorChecker() *NetworkHTTPErrorRateChecker
func (*NetworkHTTPErrorRateChecker) Init ¶
func (n *NetworkHTTPErrorRateChecker) Init(config *base.ContinuousConfig) error
type ProcessCPUChecker ¶
type ProcessCPUChecker struct { *common.ProcessBasedChecker[float64] }
func NewProcessCPUChecker ¶
func NewProcessCPUChecker() *ProcessCPUChecker
func (*ProcessCPUChecker) Init ¶
func (r *ProcessCPUChecker) Init(config *base.ContinuousConfig) error
type ProcessThreadCountChecker ¶
type ProcessThreadCountChecker struct { *common.ProcessBasedChecker[int32] }
func NewProcessThreadCountChecker ¶
func NewProcessThreadCountChecker() *ProcessThreadCountChecker
func (*ProcessThreadCountChecker) Init ¶
func (t *ProcessThreadCountChecker) Init(config *base.ContinuousConfig) error
type SystemLoadChecker ¶
type SystemLoadChecker struct { *common.SystemBasedChecker[float64] }
func NewSystemLoadChecker ¶
func NewSystemLoadChecker() *SystemLoadChecker
func (*SystemLoadChecker) Init ¶
func (s *SystemLoadChecker) Init(config *base.ContinuousConfig) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.