procs

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func New

func New(logger *log.Logger, procfsRoot string) *Handler

func (*Handler) FromPID

func (handler *Handler) FromPID(pid int) (PIDInfo, error)

func (*Handler) ListAll

func (handler *Handler) ListAll() (map[int]PIDInfo, error)

type PIDInfo

type PIDInfo struct {
	Pid  int             `json:"pid"`
	Name string          `json:"name"`
	TIDs map[int]TIDInfo `json:"threads"`
}

type TIDInfo

type TIDInfo struct {
	Tid      int    `json:"tid"`
	Name     string `json:"name"`
	Affinity []int  `json:"affinity"`
}

Jump to

Keyboard shortcuts

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