Skip to content

Releases: google/gops

v0.3.18

17 Apr 20:15
78435f8
Compare
Choose a tag to compare
Support for reporting the percent of CPU time usage within given time…

… (#143)

v0.3.17

09 Mar 11:46
Compare
Choose a tag to compare
  • agent: use filepath.Join to construct portfile path (#140)

v0.3.16

02 Mar 09:44
v0.3.16
Compare
Choose a tag to compare
  • Add GitHub action for CI testing (#136)
  • README.md: add GitHub action status badge (#137)
  • Switch to use github.com/shirou/gopsutil/v3 (#138)

v0.3.15

24 Feb 16:01
v0.3.15
Compare
Choose a tag to compare

v0.3.14

09 Dec 18:28
Compare
Choose a tag to compare
  • agent: allow to set SO_REUSEPORT on listening socket (#132)

v0.3.13

03 Nov 13:05
Compare
Choose a tag to compare
  • Added tests for goprocess (#127)
  • Fix formatting for multiple of 24 hours (#130)

v0.3.12

07 Sep 21:24
c915060
Compare
Choose a tag to compare
Fix the worker concurrency model (#126)

Limit the number of concurrent workers by starting a fixed number of goroutines and providing work by an input channel.

Fixes #123

v0.3.11

12 Aug 09:18
6fb0d86
Compare
Choose a tag to compare
  • agent: report additional runtime.MemStats fields (#116)
  • goprocess: fix EMFILE error on macOS Catalina (#118)
  • README.md: fix typo (#119)

v0.3.10

30 May 09:46
f7e323c
Compare
Choose a tag to compare
  • internal: add gops subdirectory in ConfigDir (#112)
  • circleci: test on Windows (#113)
  • internal: use filepath.Join in PIDFile (#114)

v0.3.9

27 May 07:12
ccffbf8
Compare
Choose a tag to compare
  • Remove dependency on kardianos/osext (#89)
  • Use os.UserConfigDir for internal.ConfigDir if available (#103)
  • Remove unnecessary type conversion (#105)
  • agent: clean up socket and port file on SIGTERM and SIGQUIT (#104)
  • Update module vendoring (#106)
  • Update dependencies (#108)
  • agent: check error return values (#109)