macOS
brew install gopslocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gops pour les workflows d'agents IA.
installation
brew install gopslocal Homebrew formula metadata
sudo apk add gopsAlpine Linux edge package indexes · gops · Source: dl-cdn.alpinelinux.org
sudo dnf install gopsFedora Rawhide package metadata · gops · Source: dl.fedoraproject.org
nix profile install nixpkgs#gopsnixpkgs package indexes · pkgs/by-name/go/gops/package.nix · Source: api.github.com
sudo zypper install gopsopenSUSE Tumbleweed package metadata · gops · Source: download.opensuse.org
aperçu
Tool to list and diagnose Go processes currently running on your system
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
gops | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/google/gops
métadonnées d'installation
| Clé du paquet | brew:gops |
|---|---|
| Version | 0.3.29 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/gops |
| Page d'accueil | https://github.com/google/gops |
| Dépôt | https://github.com/google/gops |
| Docs amont | https://github.com/google/gops#readme |
| Licence | BSD-3-Clause |
| Archive source | https://github.com/google/gops/archive/refs/tags/v0.3.29.tar.gz |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 gopspiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.