You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gopsutil/v3
Tobias Klauser 611c8b576e process, v3/process: use SC_CLK_TCK sysconf value instead of hard-coding clock ticks
The github.com/tklauser/go-sysconf package is already a dependency used
in the cpu and v3/cpu packages to determine clock ticks using
`sysconf.Sysconf(sysconf.SC_CLK_TCK)`, see #1036. Use the same in
packages process and v3/process as well instead of hard-coding clock
ticks to 100.
4 years ago
..
cpu [cpu][linux] add more ARM hw implementers 4 years ago
disk add support for OpenBSD arm64 4 years ago
docker [v3 migration] change return type to CgroupCPUStat 5 years ago
host [host][openbsd][v3] Fix wrong OpenBSD user count 4 years ago
internal/common add MockEnv as more generic function. 4 years ago
load [load][solaris] support MiscStat.ProcsRunning 4 years ago
mem add support for OpenBSD arm64 4 years ago
net add check if it runs on CI 4 years ago
process process, v3/process: use SC_CLK_TCK sysconf value instead of hard-coding clock ticks 4 years ago
winservices [v3 migartion] add v3 sourcodes, and change disk.opts to []string 5 years ago
Makefile [v3 migartion] add v3 sourcodes, and change disk.opts to []string 5 years ago
go.mod Update github.com/tklauser/go-sysconf to v0.3.6 4 years ago
go.sum Update github.com/tklauser/go-sysconf to v0.3.6 4 years ago