automation-tests/common/pkg/sysinfo
Kir Kolyshkin 343e8a3301 sysinfo: use bits.OnesCount64, drop popcnt
Slightly less code to maintain.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2025-04-11 13:37:14 -07:00
..
README.md Add more utils for returning defaults 2020-04-01 08:39:44 -04:00
numcpu.go pkg/sysinfo: unify NumCPU implementations 2023-04-21 10:42:07 +02:00
numcpu_linux.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
numcpu_other.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
numcpu_windows.go sysinfo: use bits.OnesCount64, drop popcnt 2025-04-11 13:37:14 -07:00
sysinfo.go sysinfo: use bits.OnesCount64, drop popcnt 2025-04-11 13:37:14 -07:00
sysinfo_linux.go deps: switch to opencontainers/cgroups 2025-03-12 15:51:55 -07:00
sysinfo_linux_test.go pkg/sysinfo: remove NUMANodeCount 2025-04-11 12:47:57 -07:00
sysinfo_solaris.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
sysinfo_test.go Add more utils for returning defaults 2020-04-01 08:39:44 -04:00
sysinfo_unix.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
sysinfo_windows.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00

README.md

SysInfo stores information about which features a kernel supports.