os.Process.Kill
standard libraryThe 1392nd most-called standard-library method by production calls. Called 907 times across 200 modules; 440 of those run outside tests and generated code.
- prod calls
- 440
- non-test, non-generated
- all calls
- 907
- total callsites
- modules
- 200
- distinct callers
- in loop
- 11%
- of prod calls
- in tests
- 51%
- 467 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 method100%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 Process.Kill from notable Go projects. Open one on the map to see what else it hammers.
- containerd 31 7%
- Kubernetes 18 4%
- Docker 11 3%
- Tailscale 10 2%
- HashiCorp 6 1%
where it's called
Callsites in the wild
12 representative callsites of 907, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
XTLS/Xray-core @v1.260327.0
in loop - in loop
- in loop
- in loop
- in loop
-
gofiber/fiber @v1.14.6
in loop -
gofiber/fiber/v2 @v2.52.14
in loop - in loop
- in loop
- in loop
top callers
The modules that reach for it
The modules that call Process.Kill most in this snapshot.
- github.com/traefik/traefik13415%
- github.com/seaweedfs/seaweedfs273%
- github.com/sipeed/picoclaw253%
- github.com/vitessio/vitess233%
- vitess.io/vitess233%
siblings
More from os
The other most-called members in this package. See all →