macOS
brew install gopslocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für gops in AI-Agent-Workflows.
Installation
brew install gopslocal Homebrew formula metadata
sudo apk add gopsAlpine Linux edge package indexes · gops · Quelle: dl-cdn.alpinelinux.org
sudo dnf install gopsFedora Rawhide package metadata · gops · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#gopsnixpkgs package indexes · pkgs/by-name/go/gops/package.nix · Quelle: api.github.com
sudo zypper install gopsopenSUSE Tumbleweed package metadata · gops · Quelle: download.opensuse.org
Überblick
Tool to list and diagnose Go processes currently running on your system
Verlauf
gops is a Google-maintained command for listing and diagnosing Go processes on a machine. It made Go runtime introspection feel like a normal system-admin command: list Go binaries, inspect runtime state, and ask instrumented processes for stack, memory, GC, pprof, and trace data.
The google/gops repository was created in 2016. Its README describes a tool that lists Go processes and can diagnose processes that start the optional gops agent.
gops built on a Go-specific runtime reality: Go binaries carry enough build/runtime identity to make process listing useful, and the runtime exposes diagnostics such as goroutine stacks, memory statistics, pprof profiles, garbage collection controls, and execution tracing.
The project retained a small command-line surface while expanding subcommands around local PID inspection and remote host:port agent access.
gops became a recognizable Go ecosystem utility because it solves a problem shared by many Go service operators: identifying which processes are Go programs and collecting runtime diagnostics without attaching a general-purpose debugger.
The input package facts list Homebrew, Alpine, Fedora, Nix, and openSUSE packages. That packaging breadth reflects a system-tool role across developer workstations and server-oriented Linux distributions.
The optional agent model limited universal introspection but made deeper diagnostics explicit: uninstrumented Go processes can be listed, while applications that import `github.com/google/gops/agent` expose richer data.
Running `gops` with no arguments lists local Go processes with PID, parent PID, program name, Go version, and binary path. Processes running the gops agent are marked in the list.
With a PID or agent address, gops can report process details, stack traces, memory statistics, runtime stats, GC settings, CPU and heap pprof profiles, and execution traces.
The README documents both local mode, where the target process must run as the same user, and remote mode, where the user supplies the agent address.
gops is package-nerd bait because it is both a command and an importable agent package. Installing the binary is useful, but the most interesting behavior appears when Go programs deliberately import the agent.
It also shows why language-specific process tools exist alongside generic Unix tools: `ps`, `top`, and `lsof` know processes, but gops knows Go runtime concepts such as goroutines, heap profiles, and Go build versions.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
gops | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/google/gops
Installationsmetadaten
| Paketschlüssel | brew:gops |
|---|---|
| Version | 0.3.29 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/gops |
| Homepage | https://github.com/google/gops |
| Repository | https://github.com/google/gops |
| Upstream-Dokumentation | https://github.com/google/gops#readme |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://github.com/google/gops/archive/refs/tags/v0.3.29.tar.gz |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gops |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
gops
nix profile install nixpkgs#gopsgops 0.3.29-r2
List and diagnose Go processes currently running on your system
https://github.com/google/gops
sudo apk add gopsgops-bash-completion 0.3.29-r2
Bash completions for gops
https://github.com/google/gops
sudo apk add gops-bash-completiongops-fish-completion 0.3.29-r2
Fish completions for gops
https://github.com/google/gops
sudo apk add gops-fish-completiongops-zsh-completion 0.3.29-r2
Zsh completions for gops
https://github.com/google/gops
sudo apk add gops-zsh-completiongops 0.3.29-5.fc45
List and diagnose Go processes currently running on your system
https://github.com/google/gops
sudo dnf install gopsgops 0.3.28-1.6
A tool to list and diagnose Go processes currently running on your system
https://github.com/google/gops
sudo zypper install gopsQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.