Releases: google/gops
Releases · google/gops
v0.3.8
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
v0.3.6
v0.3.5
v0.3.4
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
v0.3.2
- 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