pkg.soopen package index

brew / rang 7406

Installer gops avec Homebrew, apk, dnf, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de gops pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install gops

local Homebrew formula metadata

Linux

Alpine Linux apkvérifié · 92%
sudo apk add gops

Alpine Linux edge package indexes · gops · Source: dl-cdn.alpinelinux.org

Fedora dnfvérifié · 92%
sudo dnf install gops

Fedora Rawhide package metadata · gops · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#gops

nixpkgs package indexes · pkgs/by-name/go/gops/package.nix · Source: api.github.com

openSUSE zyppervérifié · 92%
sudo zypper install gops

openSUSE Tumbleweed package metadata · gops · Source: download.opensuse.org

aperçu

Résumé du paquet

Tool to list and diagnose Go processes currently running on your system

Commandes et alias

  • gops

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 2016: google/gops repository created.
  • 2017: README examples show Go 1.9-era process listing and runtime diagnostics.
  • 2010s: Project documents optional `github.com/google/gops/agent` integration for richer diagnostics.
  • 2020s: Distribution appears across Homebrew and multiple Linux package sets.

Related projects

  • Go's runtime/pprof and runtime tracing facilities provide the diagnostic substrate for gops commands.
  • The gops agent package is embedded by target Go programs that want remote or richer inspection.
  • Generic system tools such as ps and pprof overlap with parts of the gops workflow, but gops packages Go-specific discovery and diagnostics together.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

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

Exécutables installés

CommandeTypeExpositionNote
gopsexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et 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.

page générée2026-08-03
version du gestionnaire0.3.29
gestionnaire mis à jour2026-07-25
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:gops
Version0.3.29
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://github.com/google/gops
Dépôthttps://github.com/google/gops
Dernière mise à jour2026-07-25T20:55:25-04:00
Pulseupdated
Bouteillenon enregistré
Serviceaucun déclaré

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

gops

nix profile install nixpkgs#gops
  • normalized package name match
  • Correspondance par : Gops
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/gops/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

gops 0.3.29-r3

List and diagnose Go processes currently running on your system

https://github.com/google/gops

sudo apk add gops
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: gops
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Gops
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gops from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gops-bash-completion 0.3.29-r3

Bash completions for gops

https://github.com/google/gops

sudo apk add gops-bash-completion
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: gops
  • normalized package name match
  • Correspondance par : Gops
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gops-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gops-fish-completion 0.3.29-r3

Fish completions for gops

https://github.com/google/gops

sudo apk add gops-fish-completion
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: gops
  • normalized package name match
  • Correspondance par : Gops
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gops-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gops-zsh-completion 0.3.29-r3

Zsh completions for gops

https://github.com/google/gops

sudo apk add gops-zsh-completion
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: gops
  • normalized package name match
  • Correspondance par : Gops
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gops-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

gops 0.3.29-6.fc45

List and diagnose Go processes currently running on your system

https://github.com/google/gops

sudo dnf install gops
  • License: Apache-2.0 AND BSD-3-Clause AND MIT AND MPL-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: gops
  • 3 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Gops
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gops from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
zypper95%

gops 0.3.28-1.9

A tool to list and diagnose Go processes currently running on your system

https://github.com/google/gops

sudo zypper install gops
  • License: BSD-3-Clause-Clear
  • Category: System/Monitoring
  • Architecture: x86_64
  • Source Package: gops
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Gops
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: gops from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation