os.ProcessState.Sys
standard libraryThe 4755th most-called standard-library method by production calls. Called 149 times across 80 modules; 124 of those run outside tests and generated code.
- prod calls
- 124
- non-test, non-generated
- all calls
- 149
- total callsites
- modules
- 80
- distinct callers
- in loop
- 3%
- of prod calls
- in tests
- 17%
- 25 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Concrete method30%A method on a value whose type is known exactly.
- Embedded method70%Reached through an embedded type.
who calls this
Notable callers
Production calls into ProcessState.Sys from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 13 10%
- InfluxDB 4 3%
- containerd 3 2%
- Docker 3 2%
- HashiCorp 3 2%
where it's called
Callsites in the wild
12 representative callsites of 149, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
-
helm/helm @v2.17.0+incompatible
in loop -
moby/moby @v28.5.2+incompatible
in loop test - in loop test
-
kubernetes/ingress-nginx @v0.0.0-20260319212031-dbb11b92ddb7
in loop test - in loop test
-
docker/docker @v28.5.2+incompatible
in loop test -
k8s.io/ingress-nginx @v0.0.0-20260319212031-dbb11b92ddb7
internal/ingress/metric/collectors/process_test.go:52
in loop test - in loop test
-
kubernetes/ingress-nginx @v0.0.0-20260319212031-dbb11b92ddb7
in loop test
top callers
The modules that reach for it
The modules that call ProcessState.Sys most in this snapshot.
- github.com/prometheus/prometheus64%
- github.com/vitessio/vitess64%
- vitess.io/vitess64%
- github.com/gravitational/teleport53%
- github.com/kubernetes/ingress-nginx53%
siblings
More from os
The other most-called members in this package. See all →