Commit Graph

29 Commits (5610fbc5d534d37648ca12e1c4bccb7e3c7d3cf3)

Author SHA1 Message Date
shirou 23f85def9b [mem]: fix test
Matthieu MOREL b673968d5d
enable errorlint linter
shirou 0969c9436b delete v2 directory, move v3 to top #1078
Tom Barker 84a665b712 Add mem.SwapDevices() method.
Lomanic 4cfc60d68b
Merge pull request #928 from Lomanic/skip-tests-when-not-implemented
Tobias Klauser 62354ea032 Fix TestVirtual_memory on OpenBSD
On OpenBSD, the total is used + free + cached + inactive like on macOS.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Lomanic ea86cbc3ff [mem] Skip tests on non-implemented platforms #446
James Bebbington 16fdb92bfc Add pgmajfault to data returned by vmstat on Linux
Minje Park b7f9acbce8 add unreclaim metric, this closes #719
lootek 1cbb212a6b
Add pages in/out/fault statistics (as read from vmstat)
WAKAYAMA shirou bb15c85289 [mem][freebsd]: add SysctlUint which can adapt both 32 and 64 bit
Lomanic ccc1c1016b [mem][darwin] Fix #622 include Inactive memory in total calculation in TestVirtual_memory
Minje Park f9e238c38b SReclaimable should be added to Cached Memory
Isida Zyun'iti bd7b2f8148 Add mem(laundry) numbers on FreeBSD.
After FreeBSD 11.1, mem number of cached replaced by laundry.

https://reviews.freebsd.org/D8302
Isida Zyun'iti 48da6ade9e Fix FreeBSD total memory.
Like this.
FreeBSD: fix total memory giampaolo/psutil@bd9a58b bd9a58b2af
Lomanic 6b586d2fcd [mem][windows] Fix TestVirtual_memory test
shirou 6b48f3bd01 [mem] fix test.
Arnaud Rebillout 558a95bf02 Fix TestVirtual_memory #552
Based on https://stackoverflow.com/a/30772733/776208

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
shirou 9937d4109d mem[linux]: fix test.
Olivier Vielpeau 5b52fbbea5 [mem] Add commit-related stats to VirtualMemoryStat on Linux
James Nugent d19ac24a84 mem: Skip TestVirtual_memory on Solaris
Maxime Mouial 4a1d5da977 Add 'SwapCached' to the VirtualMemoryStat informations on linux
Maxime Mouial 44e27c6972 Add Slab, Shared and PageTables metric for VirtualMemory under linux
kthommandra 1fd3a4dbad Added the writeback, dirty and writebacktmp fields from /proc/meminfo on Linux
Shirou WAKAYAMA 4bb84648bf JSON representation is renamed to fit Google JSON style, camelCase.
Johan Walles 4438159155 Document + add tests for for mem.VirtualMemory()
This change changes and documents the (previously undocumented) behavior of Used
to "RAM used by programs".

We also remove the undocumented and unused Shared field of that struct.

So with this change in place, the VirtualMemoryStruct contains:
* three human-consumable fields for Total, Used and Available memory
* one human-consumable UsedPercentage field
* a number of kernel specific fields
Shirou WAKAYAMA 13cd195a7e change package name.
Shirou WAKAYAMA 1cb67eb4c2 merge 039b9defab
Shirou WAKAYAMA a4671fcc2a move subdirectories. refer to issue #24