sysmon

package
v0.0.0-...-00906a0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Process

type Process struct {
	Pid         int32     `json:"pid,string"`
	Name        string    `json:"name"`
	User        string    `json:"user"`
	Cmdline     string    `json:"cmdline"`
	ReadBytes   uint64    `json:"read_bytes,string"`
	WriteBytes  uint64    `json:"write_bytes,string"`
	NumFDs      int       `json:"num_fds,string"`
	CreateTime  time.Time `json:"create_time,string"`
	ThreadCount int       `json:"thread_count,string"`
	RSS         int       `json:"rss,string"`
	VMS         int       `json:"vms,string"`
}

func ListAllProcesses

func ListAllProcesses() ([]Process, error)

Jump to

Keyboard shortcuts

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