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
Lomanic 0881c11a9a [process][posix] Fix #1049 check if procfs is mounted before checking if pid exists there
Benchmark before this change (process.NewProcess() calls process.PidExistsWithContext()
internally)

    go test -bench=BenchmarkNewProcess github.com/shirou/gopsutil/process
    goos: linux
    goarch: amd64
    pkg: github.com/shirou/gopsutil/process
    BenchmarkNewProcess-4              14722             78751 ns/op
    PASS
    ok      github.com/shirou/gopsutil/process      3.685s

Benchmark with this change applied

    go test -bench=BenchmarkNewProcess github.com/shirou/gopsutil/process
    goos: linux
    goarch: amd64
    pkg: github.com/shirou/gopsutil/process
    BenchmarkNewProcess-4              14835             80180 ns/op
    PASS
    ok      github.com/shirou/gopsutil/process      3.761s
4 years ago
..
cpu Add missing TargetConditionals.h include, closes #976 4 years ago
disk
docker [v3 migration] change return type to CgroupCPUStat 5 years ago
host [v3 migration] Fixed temperature sensors detection in Linux #905 5 years ago
internal/common delete unused PdhAddCounterW 4 years ago
load Fix windows counters on non english systems 4 years ago
mem [mem][linux] Fix #1002 only try to parse /proc/meminfo numeric values on fields we're interested in 5 years ago
net Fix lsof args for udp4 in unix 4 years ago
process [process][posix] Fix #1049 check if procfs is mounted before checking if pid exists there 4 years ago
winservices
Makefile
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