mirror of https://github.com/shirou/gopsutil
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.
Currently, ClocksPerSec is determined by exec'ing getconf in func init, i.e. on startup of every program importing the package. getconf might not be present on some systems or is not executable by the current user. To avoid this hard to control dependency, use the github.com/tklauser/go-sysconf package which implements sysconf(3) entirely in Go without cgo. The package is supported on all platforms currently supported by the cpu and v3/cpu package of gopsutil. |
4 years ago | |
---|---|---|
.. | ||
testdata | 8 years ago | |
cpu.go | 5 years ago | |
cpu_darwin.go | 4 years ago | |
cpu_darwin_cgo.go | 8 years ago | |
cpu_darwin_nocgo.go | 6 years ago | |
cpu_dragonfly.go | 4 years ago | |
cpu_dragonfly_amd64.go | 5 years ago | |
cpu_fallback.go | 5 years ago | |
cpu_freebsd.go | 4 years ago | |
cpu_freebsd_386.go | 8 years ago | |
cpu_freebsd_amd64.go | 8 years ago | |
cpu_freebsd_arm.go | 6 years ago | |
cpu_freebsd_arm64.go | 5 years ago | |
cpu_freebsd_test.go | 6 years ago | |
cpu_linux.go | 4 years ago | |
cpu_linux_test.go | 5 years ago | |
cpu_openbsd.go | 4 years ago | |
cpu_solaris.go | 4 years ago | |
cpu_solaris_test.go | 7 years ago | |
cpu_test.go | 4 years ago | |
cpu_windows.go | 5 years ago |