Skip to content

Releases: elastic/gosigar

0.10.2

08 May 20:12
1227b9d
Compare
Choose a tag to compare

Fixed

  • Fix memory leak when getting process arguments. #119

0.10.1

24 Apr 12:12
Compare
Choose a tag to compare

Fixed

  • Replaced the WMI queries with win32 apis due to high CPU usage. #116

0.10.0

19 Jan 21:17
Compare
Choose a tag to compare

Added

  • List filesystems on Windows that have an access path but not an assigned letter. #112

Fixed

  • Added missing runtime import for FreeBSD. #104
  • Handle nil command line in Windows processes. #110

0.9.0

16 Mar 18:08
Compare
Choose a tag to compare

Added

  • Added support for huge TLB pages on Linux #97
  • Added support for big endian platform #100

Fixed

  • Add missing method for OpenBSD #99

0.8.0

16 Mar 18:09
Compare
Choose a tag to compare

Added

  • Added partial getrusage support for Windows to retrieve system CPU time and user CPU time. #95
  • Added full getrusage support for Unix. #95

0.7.0

16 Mar 18:09
Compare
Choose a tag to compare

Added

  • Added method stubs for process handling for operating system that are not supported
    by gosigar. All methods return ErrNotImplemented on such systems. #88

Fixed

  • Fix freebsd build by using the common version of Get(pid). #91

Changed

  • Fixed issues in cgroup package by adding missing error checks and closing
    file handles. #92

0.6.0

16 Mar 18:09
Compare
Choose a tag to compare

Added

  • Added method stubs to enable compilation for operating systems that are not
    supported by gosigar. All methods return ErrNotImplemented on these unsupported
    operating systems. #83
  • FreeBSD returns ErrNotImplemented for ProcTime.Get. #83

Changed

  • OpenBSD returns ErrNotImplemented for ProcTime.Get instead of nil. #83
  • Fixed incorrect Mem.Used calculation under linux. #82
  • Fixed ProcState on Linux and FreeBSD when process names contain parentheses. #81

Removed

  • Remove NetBSD build from sigar_unix.go as it is not supported by gosigar. #83

0.5.0

16 Mar 18:09
Compare
Choose a tag to compare

Changed

  • Fixed Trim environment variables when comparing values in the test suite. #79
  • Make kern_procargs more robust under darwin when we cannot retrieve
    all the information about a process. #78

v0.2.1

13 Jun 22:39
Compare
Choose a tag to compare

Changed

  • Fixed Windows issue that caused a hang during init() if WMI wasn't ready. #74

v0.4.0

12 Jun 15:11
Compare
Choose a tag to compare

Changed

  • Fixed Windows issue that caused a hang during init() if WMI wasn't ready. #74