package sys
import "github.com/containerd/containerd/sys"
Index ¶
- Constants
- func CreateUnixSocket(path string) (net.Listener, error)
- func GetLocalListener(path string, uid, gid int) (net.Listener, error)
- func GetOpenFds(pid int) (int, error)
- func SetOOMScore(pid, score int) error
- type Exit
Constants ¶
const OOMScoreMaxKillable = -999
OOMScoreMaxKillable is the maximum score keeping the process killable by the oom killer
Functions ¶
func CreateUnixSocket ¶
CreateUnixSocket creates a unix socket and returns the listener
func GetLocalListener ¶
GetLocalListener returns a listerner out of a unix socket.
func GetOpenFds ¶
GetOpenFds returns the number of open fds for the process provided by pid
func SetOOMScore ¶
SetOOMScore sets the oom score for the provided pid
Types ¶
type Exit ¶
Exit is the wait4 information from an exited process
func Reap ¶
Reap reaps all child processes for the calling process and returns their exit information
Source Files ¶
fds.go oom_unix.go reaper.go socket_unix.go
- Version
- v1.0.0-alpha4
- Published
- Aug 10, 2017
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 1 hour ago –
Tools for package owners.