Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: document scvg lines with GODEBUG="gctrace=1" #15212

Closed
mbertschler opened this issue Apr 9, 2016 · 1 comment
Closed

runtime: document scvg lines with GODEBUG="gctrace=1" #15212

mbertschler opened this issue Apr 9, 2016 · 1 comment
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@mbertschler
Copy link

Setting GODEBUG="gctrace=1" outputs GC information in a line format that is well documented in the pkg/runtime documentation, but it also emits lines like that:

scvg0: inuse: 0, idle: 0, sys: 1, released: 0, consumed: 1 (MB)
scvg1: 0 MB released
scvg1: inuse: 0, idle: 0, sys: 1, released: 0, consumed: 0 (MB)

There is no documentation that explains what these values really mean.

Go version: go 1.6

@bradfitz bradfitz added this to the Go1.7 milestone Apr 9, 2016
@gopherbot
Copy link

CL https://golang.org/cl/23319 mentions this issue.

@quentinmit quentinmit added the NeedsFix The path to resolution is known, but the work has not been done. label May 26, 2016
@rsc rsc modified the milestones: Go1.7Maybe, Go1.7 May 27, 2016
@golang golang locked and limited conversation to collaborators Jun 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

6 participants