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
Lars Meyer 0ab3954dc4 [process][linux] fix Processes in SmartOS lx containers
In Linux containers running in LX Branded Zones on SmartOS (potentially
other Solaris-based OSes with LX Branded Zones),
fillFromTIDStatWithContext panics as the delayacct_blkio_ticks field is
not present and thus results in an out-of-bounds slice access.
Check the slice length before and only attempt to parse the
delayacct_blkio_ticks field if there is an appropriate number of fields.
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 4 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][linux] fix Processes in SmartOS lx containers 4 years ago
winservices [v3 migartion] add v3 sourcodes, and change disk.opts to []string 4 years ago
Makefile [v3 migartion] add v3 sourcodes, and change disk.opts to []string 4 years ago
go.mod cpu, v3/cpu: use sysconf package instead of exec'ing getconf 4 years ago
go.sum cpu, v3/cpu: use sysconf package instead of exec'ing getconf 4 years ago