mirror of https://github.com/shirou/gopsutil
dependabot/github_actions/golangci/golangci-lint-action-6.5.2
master
dependabot/go_modules/github.com/tklauser/go-sysconf-0.3.15
dependabot/go_modules/golang.org/x/sys-0.31.0
feat/add_nil_check_on_process_freebsd
dependabot/github_actions/actions/labeler-5.0.0
feature/fix_type_alias_warning
feature/add_linux_netlink
issue734
v2
v1
v2.16.10
v2.1
v2.0.0
1.0.0
0.9.9
v4.25.2
v4.25.1
v4.24.9
v4.24.8
v4.24.7
v4.24.6
v4.24.5
v4.24.12
v4.24.11
v4.24.10
v4.24.0-beta
v4.24.0-alpha.1
v3.24.5
v3.24.4
v3.24.3
v3.24.2
v3.24.1
v3.23.9
v3.23.8
v3.23.7
v3.23.6
v3.23.5
v3.23.4
v3.23.3
v3.23.2
v3.23.12
v3.23.11
v3.23.10
v3.23.1
v3.22.9
v3.22.8
v3.22.7
v3.22.6
v3.22.5
v3.22.4
v3.22.3
v3.22.2
v3.22.12
v3.22.10
v3.22.1
v3.21.9
v3.21.8
v3.21.7
v3.21.6
v3.21.5
v3.21.4
v3.21.3
v3.21.2
v3.21.12
v3.21.11
v3.21.10
v3.21.1
v3.20.12
v3.20.11
v3.20.10
v2.21.11
v2.20.9
v2.20.8
v2.20.7
v2.20.6
v2.20.5
v2.20.4
v2.20.3
v2.20.2
v2.20.1
v2.19.9
v2.19.8
v2.19.7
v2.19.6
v2.19.12
v2.19.11
v2.19.10
v2.19.05
v2.19.04
v2.19.03
v2.19.02
v2.19.01
v2.18.12
v2.18.11
v2.18.10
v2.18.07
v2.18.06
v2.18.05
v2.18.04
v2.18.03
v2.18.02
v2.18.01
v2.17.12
v2.17.11
v2.17.10
v2.17.09
v2.17.08
v2.17.07
v2.17.06
v2.17.05
v2.17.04
v2.17.03
v2.17.02
v2.17.01
v2.16.12
v2.16.11
push
${ noResults }
2 Commits (008b5a41efd6a33fa417df433f4e6e0ece4d75cb)
Author | SHA1 | Message | Date |
---|---|---|---|
|
ee12f66e4d |
cpu, v3/cpu: use sysconf package instead of exec'ing getconf
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 |
|
005a35c436 | [v3 migartion] add v3 sourcodes, and change disk.opts to []string | 4 years ago |