Skip to content

Releases: google/gops

v0.3.8

29 Apr 17:46
f1b8f2b
Compare
Choose a tag to compare
Add prefix to profile dump file names (#101)

When getting profile dumps for further processing, it's hard to distinguish
CPU and heap profiles from the file names alone. Make this easier by
adding a prefix (cpu or heap) to the file name depending on the type of
profile.

v0.3.7

21 Jan 19:17
59c8be2
Compare
Choose a tag to compare
Improve the help text (#94)

Avoid using tabs, remove help from "subcommands" list,
don't differentiate the profiling commands from others.

v0.3.6

25 Jan 18:46
Compare
Choose a tag to compare
Add Go modules and missing vendored file

v0.3.5

11 Jul 19:16
Compare
Choose a tag to compare
fix out of bounds panic

v0.3.4

09 Jul 17:45
Compare
Choose a tag to compare
vendor: dep ensure -update github.com/shirou/gopsutil (#79)

gopsutil library is licensed under BSD, but the previous version
contained some GPL-licensed code which is a violation of GPL
license. The updated version doesn't contain GPL-licensed code
anymore.

https://github.com/shirou/gopsutil/issues/518

v0.3.3

06 Mar 22:15
Compare
Choose a tag to compare
dep ensure -update github.com/go-ole/go-ole (#70)

v0.3.2

05 Sep 06:02
Compare
Choose a tag to compare
  • gops now reports version without requiring to run the agent, thanks to https://github.com/rsc/goversion.
  • gops list output format is improved, PPID is also being reported.
  • gops is available as a library at godoc.org/github.com/google/gops/goprocess for those who wants to write their own tools.

To checkout from master,

go get -u github.com/google/gops