Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaticData ¶
type StaticData interface {
// Processus
PID() int
PPID() int
Executable() string
WorkingDir() string
Goroutines() int
MemStats() *runtime.MemStats
// Machine
Hostname() string
OS() string
Arch() string
GoVersion() string
Uptime() time.Duration
// Utilisateur
Username() string
UID() string
GID() string
HomeDir() string
// CPU
NumCPU() int
GOMAXPROCS() int
// Mémoire
HeapUsed() uint64
StackUsage() uint64
// Réseau
Interfaces() []net.Interface
// Core info
AnCoreID() string
AnCoreVersion() string
}
Click to show internal directories.
Click to hide internal directories.