Commit Graph

1149 Commits (8048a2e9c5773235122027dd585cf821b2af1249)
 

Author SHA1 Message Date
shirou 8048a2e9c5 [disk] add an comment.
shirou 8b14be0b8b
Merge pull request #563 from tomekkolo/usedPercent_calculation_fix
Fixing calculation of UsedPercent.
Tomasz Kolodziej 8e2d09ee63 Removed unnecessary line
Tomasz Kolodziej 573f3336a4 Fixing calculation of UsedPercent.
Now it is calculated based of available disk space for user,
not including reserved space for root. This is compatible
with psutil and df command.
shirou c06610bac7
Merge pull request #561 from szaydel/szaydel/add-stub-for-solaris
Fix undefined process.Processes when building telegraf on Solaris-based system
shirou c5575382be
Merge pull request #558 from ozairjr/slackware-version
Adding Slackware platform information
Sam Zaydel 391d5ecf7d Fix undefined process.Processes when building telegraf on Solaris-based system
Ozair Jr 0bab9611d2 Adding Slackware platform information
shirou d9d9688f3d
Merge pull request #556 from Lomanic/winmemtest
[mem][windows] Fix TestVirtual_memory test
shirou ffda3675ce
Merge pull request #557 from Lomanic/issue555
[disk][unix] Fix #555 Unescape escaped sequences in fstab path in disk.Usage
Lomanic 00bbeb757e [disk][unix] Fix #555 Unescape escaped sequences in fstab path in disk.Usage
Lomanic 6b586d2fcd [mem][windows] Fix TestVirtual_memory test
Lomanic 6ddbb8c5d8 [process][windows] Reuse Ppid() in Parent(), don't use slow wmi call
Lomanic bb518e9c4e [host][windows] Remove exported wmi type from #550
Lomanic 97b2ed891d
Merge pull request #550 from pytimer/win_temperature
[host] Implement windows temperature use wmi
shirou 6b48f3bd01 [mem] fix test.
shirou 4f442dad38
Merge pull request #553 from elboulangero/master
Fix TestVirtual_memory #552
Arnaud Rebillout 558a95bf02 Fix TestVirtual_memory #552
Based on https://stackoverflow.com/a/30772733/776208

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
pytimer 62fcd00c4d [host] Implement windows temperature use wmi
shirou 63728fcf6b
Merge pull request #542 from gescheit/master
use full cmdline in case of proc renaming
shirou 634df1d455
Merge pull request #546 from Percona-Lab/support_for_unix_socket
Support for unix sockets in ConnectionsPid()
shirou 4923bd298a host: remove empty virtualzation check.
related to #547
There is an architecture which supports no virtualization.
Kamil Dziedzic b76d065dff
PMM-2643: Support listing unix sockets in ConnectionsPid and ConnectionsPidWithContext.
Signed-off-by: Kamil Dziedzic <arvenil@klecza.pl>
Lomanic 1c49dd8c6f
Merge pull request #544 from jsoriano/host-env-vars-disk-sn
Use HOST_* environment variables for getting disk serial number in Linux
Jaime Soriano Pastor 61902bc2a5 Use HOST_* environment variables for getting disk serial number in Linux
Lomanic 4a180b209f
Merge pull request #537 from Lomanic/winapihost
[host][windows] Remove (slow) WMI calls, rely on registry or win32 API to get OS infos
shirou 8563278a9d Revert "Merge pull request #541 from sify21/fix_435"
This reverts commit a9c2f23bc2, reversing
changes made to ebfe800cf9.
Lomanic 6c4f577e6e
Merge branch 'master' into winapihost
shirou 9937d4109d mem[linux]: fix test.
Aleksandr Balezin e2c79a1af7 use full cmdline in case of proc renaming
shirou a9c2f23bc2
Merge pull request #541 from sify21/fix_435
Implement disk.GetDiskSerialNumber for Windows via WMI
司芳源 1b641b25eb not export custom types
司芳源 98cd971621 wrong variable
司芳源 facd46a4a5 Implement disk.GetDiskSerialNumber for Windows via WMI. Parameter should be drive letter, so it can be used in IOCountersStat. See last part of https://msdn.microsoft.com/en-us/library/windows/desktop/aa394592(v=vs.85).aspx.
Lomanic ebfe800cf9
Merge pull request #540 from mrostecki/err-check
Check for returned errors
Michal Rostecki 9d003ad2e1 net: Check for error object
Michal Rostecki 0225d9ddcc host: Check for error object
Michal Rostecki 91ac1d66ac process: Check for error objects
Michal Rostecki ff2e736f72 disk: Check for error objects returned by Getfsstat
Michal Rostecki 7c7dec96c6 cpu: Check for error object
Lomanic b488b2747e
Merge pull request #538 from shrug42/meminfo_fields
add additional linux meminfo fields
Shrug 42 6a38ce2069 fix json tags
Shrug 42 12fad953c1 added additional linux meminfo fields
Lomanic 61e2d92d95 [host][windows] Query registry via golang.org/x/sys/windows instead of golang.org/x/sys/windows/registry
See https://github.com/shirou/gopsutil/pull/312#issuecomment-277422612
Lomanic d8a6a50129 Revert "[host][windows] Refactor code to query registry via golang.org/x/sys/windows/registry"
This reverts commit c729bbd6a8.
Lomanic c729bbd6a8 [host][windows] Refactor code to query registry via golang.org/x/sys/windows/registry
Lomanic eb11fd6e2f [host][windows] Completely remove slow wmi calls to retrieve OS version, use registry and RtlGetVersion
shirou c23bcca55e
Merge pull request #535 from shirou/cast_stat_for_mips
disk[linux]: cast uint64 for build on MIPS
shirou d813235a11 disk[linux]: cast uint64 for build on MIPS
related: #533
Lomanic df331c7615 [host][windows] Use win32 API to get host's uptime instead of (slow) wmi