Registry / utility / keybase-go-ps

keybase-go-ps

JSON →
library0.0.0-20190827175125-91aafc93ba19gogounverified

Package ps provides an API for finding and listing processes in a platform-agnostic way.

go get github.com/keybase/go-ps
INSTALL
IMPORT
SIG · KEYBASE-GO-PS
K
keybase-go-ps
utilitygov0.0.0-20190827175125-91aafc93ba19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ps
github.com/keybase/go-ps

List all running processes

package main import ( "fmt" "github.com/keybase/go-ps" ) func main() { processes, _ := ps.Processes() for _, p := range processes { fmt.Println(p.Pid(), p.Executable()) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190827175125-91aafc93ba19latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
keybase-go-ps — go get keybase-go-ps · libregistry