shirou
shirou
@henrygd Of course! PRs are always welcome.
According to [linux kernel document](https://www.kernel.org/doc/Documentation/hwmon/sysfs-interface), there are a lot of parameters. So I agree to use `map[string]float64` without defining all these properties. However, temperature exists in psutil, but https://psutil.readthedocs.io/en/latest/#sensors did...
Unfortunately, in the current version v3, this PR is not acceptable. However, we are considering the possibility of handling platform specific information in v4 in #1547. Maybe that version will...
Now I raise a PR(#1407) which adds the functionality to handle `context` to that method. After merging, we can use `context.Withtimeout` to set the appropriate timeout.
`MemoryMaps` is a port of [psutil memory_map](http://psutil.readthedocs.io/en/latest/#psutil.Process.memory_maps). This (perhaps only this) method is allowed to use platform dependent struct, because psutil does. `grouped` is not implemented, but it is just...
I'm sorry, but could you explain this PR purpose?
I haven't tested it myself, but if the problem is that cgo is used, would setting `CGO_ENABLED=0` solve the problem?
Sorry for the late reply. 1. Agree with @davidnewhall, retrieving the patch version of Ubuntu would significantly break compatibility, so I believe a major version upgrade is necessary. 2. As...
Sorry to bother you. This project has a somewhat strict linting policy. Since this PR is still in draft and I haven’t reviewed it yet, please feel free to squash...
Thank you for your contribution. However, KernelStack is provided only for Linux. So could you change to add on [ExVirtualMemory for Linux](https://github.com/shirou/gopsutil/blob/master/mem/ex_linux.go#L11-L17) which is the struct for Linux only?