Categorygithub.com/vcaesar/gops
modulepackage
0.40.0
Repository: https://github.com/vcaesar/gops.git
Documentation: pkg.go.dev

# README

gops

Go process tools

# Packages

No description provided by the author

# Functions

FindIds finds the all processes named with a subset of "name" (case insensitive), return matched IDs.
FindName find the process name by the process id.
FindNames find the all process name.
FindPath find the process path by the process pid.
GetPid get the process id.
IsRun return the process is runing or not.
Kill kill the process by PID.
PidExists determine whether the process exists.
Pids get the all process id.
Process get the all process struct.
Run command shell.
Status return the process status.
ToInt convert []int32 to []int.

# Structs

Nps process struct.