mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
7 lines
343 B
Markdown
7 lines
343 B
Markdown
|
|
Several new scheduler metrics have been added, including counts of
|
||
|
|
goroutines in various states (waiting, runnable, etc.) under the
|
||
|
|
`/sched/goroutines` prefix, the number of OS threads the runtime is
|
||
|
|
aware of with `/sched/threads:threads`, and the total number of
|
||
|
|
goroutines created by the program with
|
||
|
|
`/sched/goroutines-created:goroutines`.
|