Peter
Peter
This looks to be the same as #2093
Looking further, either `` or `` will define `__FreeBSD_version` and `#include`ing either in `psutil/psutil/arch/freebsd/mem.c` fixes the issue. The latter is probably preferable because it doesn't define other "baggage". Looking at...
The readme says it might be "problematic" with large amounts of data. That implies that it's supported. After changing db_test.go:534 to 1
I've just discovered this bug whilst investigating the cause of unexpected `too many open streams` errors. The idiomatic Go approach is: ``` f, err := foo.Open(...) if err != nil...
Having just been bitten by this bug, the problem is a bit more subtle than implied by the initial description: The `node_filesystem_avail_bytes` and `node_filesystem_size_bytes` *are* being correctly calculated by the...