1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-05-08 19:29:25 +08:00

1638 Commits

Author SHA1 Message Date
shirou
a1e77476b2
Merge pull request #938 from shirou/feature/migration_to_v3
v3 migration
v3.20.10
2020-11-01 13:33:05 +09:00
shirou
407a11a7e1 [v3] add to labeler. 2020-11-01 13:27:54 +09:00
shirou
99de861280 [v3] update README 2020-11-01 00:39:46 +09:00
shirou
8e2446b0ac [v3][process] apply #962 2020-10-31 23:39:29 +09:00
shirou
09af60d248 [v3 migration] add more changelog and README. 2020-10-31 23:29:25 +09:00
shirou
b7e74218ca [v3 migration] change process.Status returns []string with no letter status string. 2020-10-31 23:29:25 +09:00
shirou
4b5a200e71 [v3 migration] change return type to CgroupCPUStat 2020-10-31 23:29:24 +09:00
shirou
6920de8509 [v3 migration] Fixed temperature sensors detection in Linux #905 2020-10-31 23:29:24 +09:00
shirou
05fef68f42 [v3 migration] change net.[]InterfaceAddr to net.InterfaceAddrList 2020-10-31 23:29:24 +09:00
shirou
33e4b67dfc [v3] rename Label and SerialNumber to all platform from linux specific. 2020-10-31 23:29:24 +09:00
shirou
005a35c436 [v3 migartion] add v3 sourcodes, and change disk.opts to []string 2020-10-31 23:29:24 +09:00
shirou
2f4e0de9bf rename tools to _tools 2020-10-31 23:29:24 +09:00
shirou
1fb8e86fd8 remove unused struct in process_windows.go 2020-10-31 23:29:24 +09:00
shirou
10473900b7 add more JSON incorrect names. 2020-10-31 23:29:24 +09:00
shirou
558b36a764 fix platform dependent exported values. 2020-10-31 23:29:24 +09:00
shirou
bdd85e5bc0 fix #545 2020-10-31 23:29:24 +09:00
shirou
9bbeb5bc81 initial commit of v3 migration. 2020-10-31 23:29:24 +09:00
Lomanic
f810d518bb
Merge pull request #962 from AtakanColak/fix-ppid-race-961
Fix Windows Ppid Cache Race Condition
2020-10-29 20:52:08 +01:00
shirou
bb232c46d3
Merge pull request #980 from shirou/feature/fix_tests_and_not_implemented_error
fix test and openbsd errors.
2020-10-26 22:12:24 +09:00
shirou
95c6cb4308
Merge pull request #978 from shirou/feature/refactor_disk_without_context_functions
[disk] move non-"WithContext()" functions to platform-agnostic files
2020-10-26 22:08:26 +09:00
shirou
f377a07e5a fix test and openbsd errors. 2020-10-25 19:06:59 +09:00
shirou
9ffeb8d368
Merge pull request #979 from ajacoutot/openbsd-process
process: unbreak build on OpenBSD
2020-10-25 15:23:49 +09:00
Antoine Jacoutot
013cd610f5 process: unbreak build on OpenBSD
Match FreeBSD code to prevent:
process_openbsd.go:230:10: cannot use k.Groups (type [16]uint32) as type []int32 in return argument
2020-10-24 15:35:19 +02:00
shirou
1f733a99dc [disk] move without context functions to disk.go. 2020-10-24 22:03:58 +09:00
shirou
cf222ab258
Merge pull request #975 from shirou/feature/remove_disk_partition_args_on_bsds
Feature/remove disk partition args on bsds
2020-10-24 10:25:30 +09:00
AtakanColak
13602a3824 fix ppid cache race condition #964 2020-10-23 11:38:02 +03:00
shirou
f258441486 add more platform to labeler. 2020-10-22 10:07:45 +09:00
shirou
23a52469fa add github labeler to set labels automatically. 2020-10-21 22:20:24 +09:00
shirou
fb1c75054a [disk] Partition returns all list even if argument is False.
According to https://github.com/giampaolo/psutil/issues/906,
all BSD system returns same information `df` and `df -a`.
2020-10-20 18:13:12 +09:00
shirou
3202231bcd
Merge pull request #966 from boogie-byte/dry-process
Refactor "process" package
2020-10-18 18:16:16 +09:00
Lomanic
34fbc94ac1
Merge pull request #963 from AtakanColak/simpler-virt-cache
Simplify Fix Virtualization Cache Race Condition
2020-10-16 00:40:38 +02:00
Lomanic
278ae7d3a6
Merge pull request #970 from Lomanic/issue958 2020-10-16 00:15:39 +02:00
Lomanic
32d4603d01 [disk][darwin] fix build with latest golang.org/x/sys/unix
Fixes #958
2020-10-15 23:59:25 +02:00
Atakan
3504ea07b0 simplify virt cache 2020-10-13 11:06:20 +03:00
Sergey Vinogradov
065e609cbf Refactor "process" package
* All context-less wrapping functions (the ones without WithContext
suffix) were moved into process.go since they all are the same.
* Call context is now passed to all underlying functions in
*WithContext() functions.
* All common *BSD bits were moved to process_bsd.go.
* Process.Tgid() method lacked a WithContext counterpart, so
Process.TgidWithContext() was added for uniformity.
* NewProcessWithContext() function was added since NewProcess() is
used a lot throughout the module, and there is no way to pass a
context to it.

This is a part of #761 effort.
2020-10-12 18:15:29 +03:00
shirou
b94f262e7d
Merge pull request #949 from boogie-byte/vet-target
Add "vet" target to the Makefile
2020-10-11 23:01:10 +09:00
shirou
7144fe3fff
Merge pull request #955 from fancybits/disk-bind-root
[disk][linux] flag bind mounts
2020-10-11 21:19:38 +09:00
shirou
ad46664943
Merge pull request #951 from rmfitzpatrick/fix_virtualization_race
Fix VirtualizationWithContext() race in linux
2020-10-11 21:03:32 +09:00
shirou
fe68b86b08
Merge pull request #948 from AtakanColak/windows-cache-ppid
Cache Process Parent ID in Windows
2020-10-11 18:52:27 +09:00
Sergey Vinogradov
8ff2ab3187 Add "vet" target to the Makefile
Making the "vet" target will run "go vet ./..." for each supported
GOOS.

Also, some of the warnings produced by go 1.15 vet were mitigated.
2020-10-10 16:50:49 +03:00
Aman Karmani
23d63601d1 [disk][linux] flag bind mounts 2020-10-07 11:01:01 -07:00
Ryan Fitzpatrick
8046134504
Fix VirtualizationWithContext() race in linux 2020-10-06 17:03:49 +00:00
Lomanic
42136c7364
Merge pull request #947 from Lomanic/issue925
[process][darwin] Fix #925 properly and improve some tests
2020-10-02 18:28:51 +02:00
Lomanic
eaa34817d0 [process] Add benchmarks for New(), Name() Ppid()
run only them with: go test -bench=. -run=xxx github.com/shirou/gopsutil/process
2020-10-01 10:24:54 +02:00
Atakan Çolak
7cc8d3f711 cache ppid in windows 2020-10-01 11:17:40 +03:00
shirou
5084874a4c
Merge pull request #942 from AtakanColak/patch-1
Cache common/common_linux.Virtualization()
v2.20.9
2020-10-01 11:56:51 +09:00
Lomanic
64ba9d03cd [process] Properly test Ppid() against known value 2020-09-29 23:58:34 +02:00
Lomanic
c9c40215f5 [process][darwin] Fix #925 properly with unix.SysctlRaw("kern.proc.pid", PID) 2020-09-29 23:56:25 +02:00
Ata
ba243b1d14
removed explicit set to nil 2020-09-29 10:12:48 +03:00
Lomanic
8ece829fb7
Merge pull request #945 from shirou/host_linux_change_to_use_sysinfo_to_get_uptime
[host][linux] Change to use unix.SysInfo_t to get Uptime in Linux
2020-09-28 19:47:15 +02:00