Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PushProcessDB ¶
func PushToDesktop ¶
Types ¶
type ProcessDB ¶
type ProcessDB map[string]ProcessDetails
ProcessDB is a map with keys for each PID and value as ProcessDetails
func ProcessMap ¶
func ProcessMap() ProcessDB
ProcessMap returns currently running processes with Network Connections.
type ProcessDetails ¶
type ProcessDetails struct {
Name string
Pid int32
Cmdline string
Cwd string
Connections []net.ConnectionStat
}
ProcessDetails stores a currently running process with network connections.
Click to show internal directories.
Click to hide internal directories.