shirou
shirou
Because original [psutil](https://psutil.readthedocs.io/en/latest/#psutil.cpu_count) has `logical` argument. gopsutil try to implement but not yet.
This PR seems break a compatibility of returned value of `PercentWithContext()` and `CPUPercent()`.
Sorry for late response and thank you for your PR. But I have a question about 3. `strings.Fields()` can handle empty string ("") which returns empty slice and[ handle tab...
Thank you for your contribution. I have not checked all of the files, but if these netbsd files are just copied from openbsd, how about simply add `netbsd` to the...
disk usage on linux uses [golang.org/x/sys/unix.Statfs](https://github.com/shirou/gopsutil/blob/master/disk/disk_unix.go#L15). It seems Statfs on ceph has something wrong. Could you this code? ```go package main import ( "fmt" "golang.org/x/sys/unix" ) func main(){ stat :=...
related to #1357 Thank you for your contribution. However, the [psutil uses "Processor Queue Length"]( https://github.com/giampaolo/psutil/blob/33981759a67601b91d925a14403077e8d218c015/psutil/arch/windows/wmi.c), and it works, gopsutil does has some issue. So I want to fix that...
Could you tell us what is the 'wrong value' with some examples?
Thanks for the suggestion. Perhaps that functionality could be achieved by using `net.Connections()` to get all the connections, and then extracting the specified ports from them and counting them. (Perhaps...
The content of this PR appears to ignore the error, rather than the title "virtual volume in Windows". I am very sorry, but could you please explain why this PR...
hmm, lint passed on my environment.