Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2026 Changes in this version + func KillProcess(pid uint32) error + func KillProcessByPort(port uint16) ([]uint32, error) + type PortInfo struct + LocalAddr string + LocalPort uint16 + PID uint32 + Protocol string + RemoteAddr string + RemotePort uint16 + State string + func FindProcessByPort(port uint16) ([]PortInfo, error) + type ProcessInfo struct + Name string + PID uint32 + ParentPID uint32 + func ListProcesses(filter string) ([]ProcessInfo, error)