types

package
v0.2.6 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProcessInfo

type ProcessInfo struct {
	Pid  int32
	User string
	Tty  string
	Name string
	// Exe returns executable path of the process.
	Exe string
	Cwd string
	Cmd string
}

type TcpSocketInfo

type TcpSocketInfo struct {
	Protocol    string
	LocalIP     string
	LocalPort   string
	RemoteIP    string
	RemotePort  string
	State       string
	User        string
	Pid         int32
	ProgramName string
}

type UdpSocketInfo

type UdpSocketInfo struct {
	Protocol    string
	LocalIP     string
	LocalPort   string
	RemoteIP    string
	RemotePort  string
	User        string
	Pid         int32
	ProgramName string
}

Jump to

Keyboard shortcuts

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