package sys

import "github.com/containerd/containerd/sys"

Index

Constants

const OOMScoreMaxKillable = -999

OOMScoreMaxKillable is the maximum score keeping the process killable by the oom killer

Functions

func CreateUnixSocket

func CreateUnixSocket(path string) (net.Listener, error)

CreateUnixSocket creates a unix socket and returns the listener

func GetLocalListener

func GetLocalListener(path string, uid, gid int) (net.Listener, error)

GetLocalListener returns a listerner out of a unix socket.

func SetOOMScore

func SetOOMScore(pid, score int) error

SetOOMScore sets the oom score for the provided pid

func StatAtime

func StatAtime(st *syscall.Stat_t) syscall.Timespec

func StatCtime

func StatCtime(st *syscall.Stat_t) syscall.Timespec

func StatMtime

func StatMtime(st *syscall.Stat_t) syscall.Timespec

Types

type Exit

type Exit struct {
	Pid    int
	Status int
}

Exit is the wait4 information from an exited process

func Reap

func Reap(wait bool) (exits []Exit, err error)

Reap reaps all child processes for the calling process and returns their exit information

Source Files

oom_unix.go reaper.go socket_unix.go stat_bsd.go

Version
v1.0.0-alpha4
Published
Aug 10, 2017
Platform
darwin/amd64
Imports
8 packages
Last checked
1 minute ago

Tools for package owners.