os/exec.Cmd.Start
standard libraryThe 657th most-called standard-library method by production calls. Called 1,776 times across 374 modules; 1,087 of those run outside tests and generated code.
- prod calls
- 1,087
- non-test, non-generated
- all calls
- 1,776
- total callsites
- modules
- 374
- distinct callers
- in loop
- 7%
- of prod calls
- in tests
- 39%
- 689 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 method99%A method on a value whose type is known exactly.
- Embedded method<1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Cmd.Start from notable Go projects. Open one on the map to see what else it hammers.
- containerd 53 5%
- Kubernetes 44 4%
- Docker 21 2%
- Tailscale 14 1%
- Grafana 11 1%
where it's called
Callsites in the wild
12 representative callsites of 1,776, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
- in loop
-
encr.dev @v1.57.13
cli/internal/browser/browser.go:60
in loop -
etcd-io/etcd @v2.3.8+incompatible
in loop -
GoogleContainerTools/skaffold @v1.39.18
pkg/skaffold/kubernetes/portforward/kubectl_forwarder.go:142 ↗
in loop -
GoogleContainerTools/skaffold/v2 @v2.24.0
pkg/skaffold/kubernetes/portforward/kubectl_forwarder.go:142 ↗
in loop - in loop
-
coreos/etcd @v2.3.8+incompatible
in loop -
derailed/k9s @v0.51.0
in loop - in loop
top callers
The modules that reach for it
The modules that call Cmd.Start most in this snapshot.
- github.com/traefik/traefik1418%
- github.com/go-delve/delve613%
- github.com/seaweedfs/seaweedfs593%
- github.com/docker/docker412%
- github.com/moby/moby412%
siblings
More from os/exec
The other most-called members in this package. See all →