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/process
Sergey Chernomorets b40026eaad Groups in /proc/PID/status has type uint32.
Fix error of parser:
> error get info about worker process status 3150292: strconv.ParseInt:
> parsing "4294967293": value out of range

$ grep Groups /proc/self/status
Groups: 20001 [...] 4294967293
11 months ago
..
testdata Drop test for Darwin Pids() 3 years ago
process.go Groups in /proc/PID/status has type uint32. 11 months ago
process_bsd.go add SPDX License, remove old build tag, and replace import 11 months ago
process_darwin.go Groups in /proc/PID/status has type uint32. 11 months ago
process_darwin_amd64.go add SPDX License, remove old build tag, and replace import 11 months ago
process_darwin_arm64.go add SPDX License, remove old build tag, and replace import 11 months ago
process_darwin_cgo.go add SPDX License, remove old build tag, and replace import 11 months ago
process_darwin_nocgo.go add SPDX License, remove old build tag, and replace import 11 months ago
process_fallback.go Groups in /proc/PID/status has type uint32. 11 months ago
process_freebsd.go Groups in /proc/PID/status has type uint32. 11 months ago
process_freebsd_386.go add SPDX License, remove old build tag, and replace import 11 months ago
process_freebsd_amd64.go add SPDX License, remove old build tag, and replace import 11 months ago
process_freebsd_arm.go add SPDX License, remove old build tag, and replace import 11 months ago
process_freebsd_arm64.go add SPDX License, remove old build tag, and replace import 11 months ago
process_linux.go Groups in /proc/PID/status has type uint32. 11 months ago
process_linux_test.go add SPDX License, remove old build tag, and replace import 11 months ago
process_openbsd.go Groups in /proc/PID/status has type uint32. 11 months ago
process_openbsd_386.go add SPDX License, remove old build tag, and replace import 11 months ago
process_openbsd_amd64.go add SPDX License, remove old build tag, and replace import 11 months ago
process_openbsd_arm.go add SPDX License, remove old build tag, and replace import 11 months ago
process_openbsd_arm64.go add SPDX License, remove old build tag, and replace import 11 months ago
process_openbsd_riscv64.go add SPDX License, remove old build tag, and replace import 11 months ago
process_plan9.go Groups in /proc/PID/status has type uint32. 11 months ago
process_posix.go add SPDX License, remove old build tag, and replace import 11 months ago
process_posix_test.go add SPDX License, remove old build tag, and replace import 11 months ago
process_race_test.go add SPDX License, remove old build tag, and replace import 11 months ago
process_solaris.go Groups in /proc/PID/status has type uint32. 11 months ago
process_test.go add SPDX License, remove old build tag, and replace import 11 months ago
process_windows.go Groups in /proc/PID/status has type uint32. 11 months ago
process_windows_32bit.go add SPDX License, remove old build tag, and replace import 11 months ago
process_windows_64bit.go add SPDX License, remove old build tag, and replace import 11 months ago
types_darwin.go add SPDX License, remove old build tag, and replace import 11 months ago
types_freebsd.go add SPDX License, remove old build tag, and replace import 11 months ago
types_openbsd.go add SPDX License, remove old build tag, and replace import 11 months ago