Commit Graph

2107 Commits (8cbdb096e7631f0ab6d78e9348da26bbca3fdfe6)
 

Author SHA1 Message Date
shirou cf454998dc Merge pull request #194 from discordianfish/fish/add-arm64
Add type definitions for arm64 and ppc64le
shirou 5caae7e663 Merge pull request #192 from shirou/docker/add_CgroupDockerStat
[docker]linux: add CgroupDockerStat (#189)
Johannes 'fish' Ziemke 2a69690d62 Add type definitions for arm64 and ppc64le
Shirou WAKAYAMA 97e1d05084 [docker]linux: add CgroupDockerStat (#189)
shirou f8c7af5565 Merge pull request #191 from shirou/host/update_freebsd_type
Host/update freebsd type
WAKAYAMA shirou a9040e612c [process]freebsd: update 386.
WAKAYAMA shirou e864f2a037 [disk]freebsd: update 386.
WAKAYAMA shirou 01832c6a58 [host]freebsd: add freebsd_386.
WAKAYAMA shirou d9e994bec8 [host]freebsd: update freebsd_amd64
shirou d8317f10e9 Merge pull request #190 from shirou/update_host_type_linux
Update host type linux
Shirou WAKAYAMA ce98590a35 [host]linux: forgot to add sizeOfUtmp.
Shirou WAKAYAMA 15ff7e19df [host]linux: fix i386 and gofmt.
Shirou WAKAYAMA b1df5a912c [host]linux: type file changed.
Shirou WAKAYAMA 9ef341037b [process]posix: update process signal document
Shirou WAKAYAMA 860f5a0803 [process]linux: update comment to show godoc.org.
Shirou WAKAYAMA bd1b04fe67 [process]linux: add document to Status.
shirou 073079b672 Merge pull request #185 from freman/no-lsof-ppid
Remove the requirement to use lost for pid …
Shannon Wynter f99d495462 Run goimports before committing...
Shannon Wynter a4387d0c92 emulate original behaviour
Shannon Wynter c903f14189 Remove the requirement to use lsof by using the information provided in status to get the parent pid
Shirou WAKAYAMA f2ebb91cf0 [disk]darwin,freebsd: implements 'all' argument.
Shirou WAKAYAMA ca99d7dc3f [disk]linux: implements 'all' argument.
Shirou WAKAYAMA 5daf090513 [cpu]linux: vendorId in cpuinfo is sometimes vendor_id.
Shirou WAKAYAMA 0787e8ba3e [host]linux-arm: update type_liux.go. Test will fail.
shirou e8f7a95747 Merge pull request #177 from shirou/v2
change to version2 with many of incompatiblity.
Shirou WAKAYAMA 1cc575dae3 remove gopkg.in from README.
Shirou WAKAYAMA 4c73e74c42 add helpful Makefile.
Shirou WAKAYAMA adf2f03a48 fix build and path error
Shirou WAKAYAMA bce9212def fix build bugs.
Shirou WAKAYAMA d21ed2b40d search path via exec.LookPath before actual invoke.
Shirou WAKAYAMA 613a8a90e1 fixed by golint.
Shirou WAKAYAMA 944429d994 fixed by errcheck
Shirou WAKAYAMA da89408631 Merge branch 'master' into v2
WAKAYAMA shirou 37d8908841 [process]freebsd: implementes proceess.Nice()
WAKAYAMA shirou 37b6b4051f [process]freebsd: process_freebsd_amd64.go is now generated by cgo godefs.
WAKAYAMA shirou e5c53aa342 Merge branch 'master' of github.com:shirou/gopsutil
Shirou WAKAYAMA 15a7edb712 [process]linux: linux process status change to "R" not "Running" see #173
Shirou WAKAYAMA 4bb84648bf JSON representation is renamed to fit Google JSON style, camelCase.
Shirou WAKAYAMA 46ddd57c72 process has NetIOCounters and IOCounters.
Shirou WAKAYAMA ea152ea901 [BREAKING CHANGE] rename functions to pass golint. ex) net.NetIOCounters -> net.IOCounters
Shirou WAKAYAMA be06a94d44 fix the gopkgin versioning on README.
Shirou WAKAYAMA 70ba28090d add version 2 breaking change notification to README.
WAKAYAMA shirou dc8b14acd5 [disk]freebsd: change to use C.sizeof_struct.
Shirou WAKAYAMA 1f32ce1bb3 [net]linux: skip if "/proc/sys/net" is not exists on test environment.
Shirou WAKAYAMA fa3e1cc196 [common]linux: add HostEtc to switch '/etc' See #175.
shirou 4dfd293fa8 Merge pull request #169 from shirou/net/replace_lsof
[net]linux: start replacing lsof
Shirou WAKAYAMA 34b63e671b [net]linux: add a test and fix private field name.
Shirou WAKAYAMA 627d2a9871 [process]: fix CPU_Percent always 0 if duration > 0 (#172)
Shirou WAKAYAMA 567da004c5 [net]linux: explicit skip CI.
Shirou WAKAYAMA 32fa88eb49 [net]linux: TestGetProcInodes will fail on CI.