Documentation
¶
Overview ¶
Package psutil Date: 2024/06/10 18:58:51 Author: Amu Description:
Index ¶
- func GetCPUPercent() (float64, error)
- func GetDiskIO(devices map[string]struct{}) (map[string]DiskIO, error)
- func GetDiskInfo(devices map[string]struct{}) (map[string]DiskInfo, error)
- func GetMemInfo() (float64, uint64, uint64, error)
- func GetNetworkIO(eth map[string]struct{}) (map[string]NetIO, error)
- type DiskIO
- type DiskInfo
- type NetIO
- type SystemInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCPUPercent ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.