Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
// contains filtered or unexported fields
}
func NewWareInfo ¶
func NewWareInfo(option *WareInfoOption) *Info
type InfoView ¶
type InfoView struct { Pid int CpuPercent float64 MemPercent float32 MemAlloc uint64 KeysTotal int TableType string }
func GetWareInfo ¶
func GetWareInfo() *InfoView
type WareInfoOption ¶
type WareInfoOption struct {
FreshFrequency uint `yaml:"FreshFrequency"`
}
func DefaultWareInfoOption ¶
func DefaultWareInfoOption() *WareInfoOption
Click to show internal directories.
Click to hide internal directories.