package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Jul 24, 2024
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CPUStats struct {
ProcessPercent float64 `json:"process_percent"`
TotalPercent float64 `json:"total_percent"`
}
type MemStats struct {
ProcessPercent float32 `json:"process_percent"`
TotalPercent float64 `json:"total_percent"`
ProcessMB float64 `json:"process_mb"`
}
type Monitoring struct {
Backends []types.ProxyStat `json:"backends"`
Memory MemStats `json:"memory"`
Cpu CPUStats `json:"cpu"`
TotalGoroutine int `json:"total_goroutine"`
OpenConnectionCount int32 `json:"open_conn_count"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.