model

package
v0.0.0-...-bc42224 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package model is the types for the OOM Kill check

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OOMKillStats

type OOMKillStats struct {
	CgroupName  string `json:"cgroupName"`
	VictimPid   uint32 `json:"victimPid"`
	TriggerPid  uint32 `json:"triggerPid"`
	VictimComm  string `json:"victimComm"`
	TriggerComm string `json:"triggerComm"`
	Score       int64  `json:"score"`
	ScoreAdj    int16  `json:"scoreAdj"`
	Pages       uint64 `json:"pages"`
	MemCgOOM    uint32 `json:"memcgoom"`
}

OOMKillStats contains the statistics of a given socket

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL