shirou_gopsutil/mem
Luca Berruti 36f47562c0 Fix: wrong swap values on i686 / 4GB ram.
According to sysinfo manpages: swap fields need to be interpreted along
with the mem_unit (Unit) field.

See also http://stackoverflow.com/a/4229727
2016-09-04 12:39:34 +02:00
..
mem.go Added the writeback, dirty and writebacktmp fields from /proc/meminfo on Linux 2016-08-16 05:13:14 -07:00
mem_darwin.go fix build bugs. 2016-04-01 22:22:03 +09:00
mem_darwin_cgo.go Fix memory stats on Darwin, non-CGO 2016-02-22 07:29:15 +01:00
mem_darwin_nocgo.go add Timeout to invoke command and use common.Invoke refs: #201 2016-05-20 17:59:41 +09:00
mem_darwin_test.go add Timeout to invoke command and use common.Invoke refs: #201 2016-05-20 17:59:41 +09:00
mem_fallback.go Add fallback code for all unsupported operating systems. 2016-08-22 15:31:26 -07:00
mem_freebsd.go add Timeout to invoke command and use common.Invoke refs: #201 2016-05-20 17:59:41 +09:00
mem_linux.go Fix: wrong swap values on i686 / 4GB ram. 2016-09-04 12:39:34 +02:00
mem_test.go Added the writeback, dirty and writebacktmp fields from /proc/meminfo on Linux 2016-08-16 05:13:14 -07:00
mem_windows.go fixed by golint. 2016-04-01 21:34:39 +09:00