Versions in this module Expand all Collapse all v0 v0.1.6 May 9, 2024 Changes in this version + func NewDiscoveryCmd() *cobra.Command + type Addr struct + IsV4 bool + Value string + type Addrs struct + Addrs []*Addr + Mac string + Name string + type Cache struct + Account string + Metrics *Metrics + type Cpu struct + InfoStat []cpu.InfoStat + TimeStat []cpu.TimesStat + type Disk struct + IOCountersStat map[string]disk.IOCountersStat + PartitionStat []disk.PartitionStat + UsageStat *disk.UsageStat + type Host struct + InfoStat *host.InfoStat + type Hysteria struct + Interface string + Proxy []string + type Load struct + AvgStat *load.AvgStat + type Memory struct + SwapDevice [][]*mem.SwapDevice + SwapMemoryStat []*mem.SwapMemoryStat + VirtualMemoryStat []*mem.VirtualMemoryStat + type Metrics struct + Cpu *Cpu + CreateTime time.Time + Disk *Disk + Host *Host + Hysteria *Hysteria + Load []*Load + Memory *Memory + Net *Net + Process *Process + type Net struct + ConnectionStat []map[string][]snet.ConnectionStat + ConntrackStat [][]snet.ConntrackStat + IOCountersStat [][]snet.IOCountersStat + InterfaceStatList []snet.InterfaceStatList + type Process struct + CPUPercent float64 + Cmdline string + CreateTime int64 + Cwd string + Environ []string + Exe string + Groups []int32 + IOCountersStat *process.IOCountersStat + MemoryInfoStat *process.MemoryInfoStat + MemoryPercent float32 + Name string + NumThreads int32 + Pid string + Process process.Process + Running bool + Status string + TimesStat cpu.TimesStat v0.1.1 Jan 5, 2024 v0.1.0 Jan 4, 2024 v0.0.9 Sep 7, 2023 Changes in this version + const UDPPort + func NewIpCmd() *cobra.Command + func NewWolCmd() *cobra.Command