Commit Graph

768 Commits (110eb1f0828fb825d114a1e06155397892cdd4ae)
 

Author SHA1 Message Date
shirou c5e37d9fdd Merge pull request #11 from def/master
Disk stat changes  (rebased)
Nikolay Sivko f8b1b17441 DiskIOCountersStat.IoTime on linux
Nikolay Sivko 83ca5491a2 fill DiskPartitionStat.Device on freebsd
Nikolay Sivko 662baa0c02 fill DiskPartitionStat.Device on linux
WAKAYAMA Shirou e1e9f80bf0 add Inode test and go fmt
shirou c7ffdfa3b5 Merge pull request #9 from def/disk_inodes_usage
Disk inodes usage (unix only)
Nikolay Sivko e8bb28fc98 disk inodes usage
shirou bc8d9df079 Merge pull request #6 from lukaslueg/master
Fix missing error handling, gofmt
shirou 9c5008a9a7 Merge pull request #5 from def/fix_net_counters_linux
fix NetIOCounters on linux
Nikolay Sivko ba09a0f5ac fix NetIOCounters on linux
Lukas Lueg 26941df392 Small gofmt fixes
Lukas Lueg 0d21129dc7 Rename idents to gofmt-specs
Lukas Lueg fdf48b0e4a GoFmt fixes
Lukas Lueg 90ffa84856 Fixed missing error handling, error msg
shirou 026f5023a8 Merge pull request #4 from mephux/patch-1
Fix typo
Dustin Webber f5128ca166 Fix typo
Shirou WAKAYAMA 82227bfed4 add VendorId and CacheSize on darwin.
Shirou WAKAYAMA 2d08e158d6 change to use sysctl machdep.cpu. for CpuInfo on darwin.
Shirou WAKAYAMA a199f2d854 add darwin placeholder. Not working yet.
Currently, test should be failed with NotImplementedError or something.
WAKAYAMA shirou 594816dd1f add NotImplementedError as fixed variable.
Shirou WAKAYAMA d08c3d9b78 Merge branch 'master' of github.com:shirou/gopsutil
Shirou WAKAYAMA 3bd7ad99b2 disk_linux: DiskIOCounter now return all partitions except empty.
Shirou WAKAYAMA 409b0c74ed mem_linux: mulitply 1000 to value in order to keep previous unit.
Shirou WAKAYAMA 833ea536bd mem_linux: mulitply 1000 to value in order to keep previous unit.
Shirou WAKAYAMA 70d3719650 Merge branch 'master' of github.com:shirou/gopsutil
Shirou WAKAYAMA c78563d5dd mem_linux: VirtualMemory() is now from /proc/meminfo, not syscall.
WAKAYAMA shirou a68148ae03 fix some bad english on README.rst
Shirou WAKAYAMA 879127682b fix typo.
Shirou WAKAYAMA 12c0e66d9c TestGetDockerIDList is commented out
It always fail if non-docker environment.
Shirou WAKAYAMA 9ce676d9c7 add cgroup functions on Linux.
Shirou WAKAYAMA 87c64a5174 go fmt
Shirou WAKAYAMA 41d2beb271 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA Shirou 6ecec79319 change net hardware adress to string.
WAKAYAMA shirou 9b46031b59 add NetInterface which can get network interfaces such as addresses.
This may wokrs all of the platform.
WAKAYAMA shirou 9265937b2e add placeholder of disk on freebsd
WAKAYAMA shirou 799a4495e9 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA Shirou 76866feb03 implement redhatishVersion and platform on Linux.
WAKAYAMA Shirou 710c02905f error handling about getLSB()
WAKAYAMA shirou f84631cfb6 fix the capacity of make disk on FreeBSD.
Shirou WAKAYAMA b4a1a26e11 update README about virtualization.
Shirou WAKAYAMA 45710b5c9d could not get coverage from test subdirectory. move back to top.
But it becomes messy again.
Shirou WAKAYAMA 1464099024 add detecting virtualization system on Linux.
Shirou WAKAYAMA 11569147c0 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA shirou bfe7890e2b fix return type.
Shirou WAKAYAMA dc78f4bcbe make test directory and moved in it.
Shirou WAKAYAMA f5a85e6b55 Merge branch 'master' of github.com:shirou/gopsutil
WAKAYAMA Shirou 5ae1c91744 fix the type declaration on Windows
WAKAYAMA Shirou 5f37278918 fix the type .
WAKAYAMA shirou 6d379d4a18 HostInfo.Uptime is now uint64.
WAKAYAMA shirou 4addd06db8 implements uptime on FreeBSD.