process

package
v0.0.0-...-e3966ce Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2016 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

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

func (Info) Adds

func (i Info) Adds() int

func (Info) Deletes

func (i Info) Deletes() int

func (Info) Total

func (i Info) Total() int

type Process

type Process struct {
	*L.Life

	Pids   map[int32]PROC.Process
	Output chan interface{}
	// contains filtered or unexported fields
}

func NewProcess

func NewProcess(output chan interface{}) Process

func (Process) AddNewPids

func (p Process) AddNewPids(pids []int32) int

type ProcessInfo

type ProcessInfo interface {
	Adds() int
	Deletes() int
	Total() int
}

Jump to

Keyboard shortcuts

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