Documentation ¶
Index ¶
- Constants
- func CreateUnixSocket(path string) (net.Listener, error)
- func GetLocalListener(path string, uid, gid int) (net.Listener, error)
- func SetOOMScore(pid, score int) error
- func StatAtime(st *syscall.Stat_t) syscall.Timespec
- func StatCtime(st *syscall.Stat_t) syscall.Timespec
- func StatMtime(st *syscall.Stat_t) syscall.Timespec
- type Exit
Constants ¶
View Source
const OOMScoreMaxKillable = -999
OOMScoreMaxKillable is the maximum score keeping the process killable by the oom killer
Variables ¶
This section is empty.
Functions ¶
func CreateUnixSocket ¶
CreateUnixSocket creates a unix socket and returns the listener
func GetLocalListener ¶
GetLocalListener returns a listerner out of a unix socket.
func SetOOMScore ¶
SetOOMScore sets the oom score for the provided pid
Types ¶
Click to show internal directories.
Click to hide internal directories.