Lomanic

Results 96 comments of Lomanic

Thanks for trying, if you apply the following patch, is the script now running properly? [issue1425.diff.txt](https://github.com/shirou/gopsutil/files/10874119/issue1425.diff.txt)

Sorry I don't reproduce on an openbsd 7.5 VM under VirtualBox ```go package main import ( "log" "github.com/shirou/gopsutil/v4/cpu" ) func main() { log.Println("cpu.Info()") log.Println(cpu.Info()) } ``` ``` openbsd75$ go run...

I was also testing with `go version go1.22.1 openbsd/amd64`, the difference is arm64 vs amd64. What's the result of this shell oneliner ([sysctl values from here](https://github.com/shirou/gopsutil/blob/a19cedeb30ceea8dff0407419509f00774629981/cpu/cpu_openbsd.go#L116-L128))? ```bash for I in...

We can't accept your additions as they are Linux-only currently, try to run `GOOS=windows go test github.com/shirou/gopsutil/process` to see undefined types/methods errors at compile time. Please document what these values...

The `MemoryInfoSmaps` type and function are still Linux-only, gopsutil is platform-agnostic and provides the same public API (types, methods) across all the supported platforms, moving around this new test to...

Here are some logs for this issue. I started this video yesterday, paused it, set the phone under Airplane mode for the night, and the next day exited Airplane mode...