{"id":50616,"library":"mitchellh-go-ps","title":"go-ps","description":"ps provides an API for finding and listing processes in a platform-agnostic way.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/mitchellh/go-ps","tags":["process","system","utility","platform-agnostic"],"install":[{"cmd":"go get github.com/mitchellh/go-ps","lang":"bash","label":"Install github.com/mitchellh/go-ps"}],"dependencies":[],"imports":[{"symbol":"ps","correct":"github.com/mitchellh/go-ps"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/mitchellh/go-ps\"\n)\n\nfunc main() {\n\tprocesses, err := ps.Processes()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfor _, p := range processes {\n\t\tfmt.Printf(\"PID: %d, Name: %s\\n\", p.Pid(), p.Executable())\n\t}\n}","lang":"go","description":"Lists all running processes and prints their PID and executable name."},"warnings":[],"env_vars":null,"search_vec":"'agnost':17,24 'api':7 'find':9 'go':2 'go-p':1 'list':11 'platform':16,23 'platform-agnost':15,22 'process':12,19 'provid':5 'ps':3,4 'system':20 'util':21 'way':18","created_at":"2026-06-15T05:01:04.552414+00:00","updated_at":"2026-06-15T05:01:04.552414+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mitchellh/go-ps","github":"https://github.com/mitchellh/go-ps","docs":"https://pkg.go.dev/github.com/mitchellh/go-ps#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}