procmon

package
v0.0.0-...-2ca02c3 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2019 License: GPL-3.0 Imports: 10 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetPIDFromINode

func GetPIDFromINode(inode int, inodeKey string) int

func GetPidByInodeFromCache

func GetPidByInodeFromCache(inodeKey string) int

func Start

func Start() (err error)

func Stop

func Stop() error

Types

type Inode

type Inode struct {
	Pid    int
	FdPath string
}

type Pid

type Pid struct {
	FdPath      string
	Descriptors []string
}

type Process

type Process struct {
	ID   int
	Path string
	Args []string
	Env  map[string]string
}

func FindProcess

func FindProcess(pid int, interceptUnknown bool) *Process

func NewProcess

func NewProcess(pid int, path string) *Process

Jump to

Keyboard shortcuts

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