Commit Graph

687 Commits (v2)
 

Author SHA1 Message Date
Shirou WAKAYAMA a7a157d0f7 remove "mustParse" function on darwin. 11 years ago
Shirou WAKAYAMA 2cc4321636 fix darwin netstat format parsing error. 11 years ago
Shirou WAKAYAMA b9702ac266 fix getPagesize parse error. 11 years ago
Shirou WAKAYAMA f53c682823 fix darwin mem_swap parse error. 11 years ago
WAKAYAMA Shirou b2dc569885 refactoring. 11 years ago
WAKAYAMA shirou 90b8a2160b remove mustParse on frebsd. 11 years ago
WAKAYAMA Shirou a2d4c5dcb8 error handling in linux is now unsuppressed.
However, so many err check is introduced. Some refactoring is needed.
11 years ago
shirou 9d03533a0f Merge pull request #14 from def/master
change NumCtxSwitchesStat fields to int64
11 years ago
Nikolay Sivko e8c96ea07d fix DiskIOCountersStat.iotime on linux 11 years ago
Nikolay Sivko 9e3563f8ca change NumCtxSwitchesStat fields to int64 11 years ago
shirou 5a0ed0e6df Merge pull request #13 from gronpipmaster/patch-1
Bug fixed division 0 in SwapMemory()
11 years ago
Gronpipmaster 2dd4a033d6 Bug fixed division 0 in SwapMemory() 11 years ago
shirou 35c5899e02 Merge pull request #12 from def/master
Process changes merged
11 years ago
Nikolay Sivko ba82ea1c90 error handling in Process.fillFromStatus 11 years ago
Nikolay Sivko 1b8d61144d fix Process.fillFromStatus 11 years ago
Nikolay Sivko 14a4d64f47 fix /proc/pid/statm parsing 11 years ago
Nikolay Sivko 7dc4b97c4f fix Process.Cmdline on linux 11 years ago
Nikolay Sivko 2297579d67 Process.Username method for posix-compliant OS 11 years ago
WAKAYAMA Shirou 547d722aef fix LoadAvg definition error on Windows. 11 years ago
shirou c5e37d9fdd Merge pull request #11 from def/master
Disk stat changes  (rebased)
11 years ago
Nikolay Sivko f8b1b17441 DiskIOCountersStat.IoTime on linux 11 years ago
Nikolay Sivko 83ca5491a2 fill DiskPartitionStat.Device on freebsd 11 years ago
Nikolay Sivko 662baa0c02 fill DiskPartitionStat.Device on linux 11 years ago
WAKAYAMA Shirou e1e9f80bf0 add Inode test and go fmt 11 years ago
shirou c7ffdfa3b5 Merge pull request #9 from def/disk_inodes_usage
Disk inodes usage (unix only)
11 years ago
Nikolay Sivko e8bb28fc98 disk inodes usage 11 years ago
shirou bc8d9df079 Merge pull request #6 from lukaslueg/master
Fix missing error handling, gofmt
11 years ago
shirou 9c5008a9a7 Merge pull request #5 from def/fix_net_counters_linux
fix NetIOCounters on linux
11 years ago
Nikolay Sivko ba09a0f5ac fix NetIOCounters on linux 11 years ago
Lukas Lueg 26941df392 Small gofmt fixes 11 years ago
Lukas Lueg 0d21129dc7 Rename idents to gofmt-specs 11 years ago
Lukas Lueg fdf48b0e4a GoFmt fixes 11 years ago
Lukas Lueg 90ffa84856 Fixed missing error handling, error msg 11 years ago
shirou 026f5023a8 Merge pull request #4 from mephux/patch-1
Fix typo
11 years ago
Dustin Webber f5128ca166 Fix typo 11 years ago
Shirou WAKAYAMA 82227bfed4 add VendorId and CacheSize on darwin. 11 years ago
Shirou WAKAYAMA 2d08e158d6 change to use sysctl machdep.cpu. for CpuInfo on darwin. 11 years ago
Shirou WAKAYAMA a199f2d854 add darwin placeholder. Not working yet.
Currently, test should be failed with NotImplementedError or something.
11 years ago
WAKAYAMA shirou 594816dd1f add NotImplementedError as fixed variable. 11 years ago
Shirou WAKAYAMA d08c3d9b78 Merge branch 'master' of github.com:shirou/gopsutil 11 years ago
Shirou WAKAYAMA 3bd7ad99b2 disk_linux: DiskIOCounter now return all partitions except empty. 11 years ago
Shirou WAKAYAMA 409b0c74ed mem_linux: mulitply 1000 to value in order to keep previous unit. 11 years ago
Shirou WAKAYAMA 833ea536bd mem_linux: mulitply 1000 to value in order to keep previous unit. 11 years ago
Shirou WAKAYAMA 70d3719650 Merge branch 'master' of github.com:shirou/gopsutil 11 years ago
Shirou WAKAYAMA c78563d5dd mem_linux: VirtualMemory() is now from /proc/meminfo, not syscall. 11 years ago
WAKAYAMA shirou a68148ae03 fix some bad english on README.rst 11 years ago
Shirou WAKAYAMA 879127682b fix typo. 11 years ago
Shirou WAKAYAMA 12c0e66d9c TestGetDockerIDList is commented out
It always fail if non-docker environment.
11 years ago
Shirou WAKAYAMA 9ce676d9c7 add cgroup functions on Linux. 11 years ago
Shirou WAKAYAMA 87c64a5174 go fmt 11 years ago