macOS
brew install atoplocal Homebrew formula metadata
brew
atop のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install atoplocal Homebrew formula metadata
sudo apk add atopAlpine Linux edge package indexes · atop · ソース: dl-cdn.alpinelinux.org
sudo dnf install atopFedora Rawhide package metadata · atop · ソース: dl.fedoraproject.org
nix profile install nixpkgs#atopnixpkgs package indexes · pkgs/by-name/at/atop/package.nix · ソース: api.github.com
sudo pacman -S atopArch Linux sync databases · atop · ソース: geo.mirror.pkgbuild.com
sudo zypper install atopopenSUSE Tumbleweed package metadata · atop · ソース: download.opensuse.org
概要
Advanced system and process monitor for Linux using process events
履歴
Atop is an advanced Linux system and process monitor. It combines live terminal monitoring, process accounting, raw log recording, and historical reporting through companion tools such as atopsar.
The official README credits Gerlof Langeveld as creator and maintainer and describes Atop as an ASCII full-screen performance monitor for Linux. Unlike simple top-style views, Atop records activity for all processes active during an interval, including processes that have already exited before the next screen refresh.
The project has evolved from live resource display into a broader performance-analysis suite. The README emphasizes daily logging of compressed raw counters for long-term analysis, atopsar reporting from those logs, cgroup-level resource consumption, optional per-process network accounting through netatop or netatop-bpf, and GPU accounting through atopgpud.
Recent GitHub releases show continued active maintenance: v2.10.0 in January 2024, v2.11.x in 2024 and 2025, and v2.12.x in 2025. The June 2026 man page indicates ongoing documentation updates for live bar graph mode, cgroup mode, raw log writing, JSON/parsable output, and twin mode.
Atop is packaged broadly in Linux distributions and also appears in Homebrew, but its natural home is Linux operations. The input package facts list Debian, Ubuntu, Fedora, Alpine, Arch, Nix, and openSUSE packages, matching a tool used by administrators who need historical process-level data after an incident.
Its adoption is helped by features that fill gaps between `top`, `sar`, and process accounting: storing daily raw logs, preserving exited-process activity, and showing disk, network, memory, CPU, cgroup, thread, container, and optional GPU details in one terminal interface.
Interactive usage is top-like: run `atop` with an interval and optional samples, switch views, inspect busy resources, and use colors or markers for critical resource pressure. The man page also documents bar graph mode, cgroup text mode, process text mode, parsable or JSON output, raw log writing, and replay from raw files.
Historical usage centers on `/var/log/atop/atop_YYYYMMDD` raw logs and `atopsar`, which can extract reports from prior Atop recordings or sample live kernel counters. The atoprc manual documents system-wide `/etc/atoprc` and user `~/.atoprc` settings for defaults such as flags, intervals, thresholds, colors, and resource line limits.
Atop matters to package nerds because it is one of the rare terminal monitors where packaging, init integration, and log retention policy are core to the tool's value. Installing it is not just dropping a binary; distributions often wire it into periodic logging so historical data exists when the user finally needs it.
It is also Linux-specific in a principled way. The package exposes kernel counters, cgroups, optional BPF/network modules, and daemonized logging rather than trying to be a lowest-common-denominator cross-platform monitor.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/atoprc~/.atoprc/etc/default/atop実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
atop | cli | グローバル実行可能ファイル | |
atop-2.12.1 | cli | グローバル実行可能ファイル | |
atopacctd | cli | グローバル実行可能ファイル | |
atopcat | cli | グローバル実行可能ファイル | |
atopconvert | cli | グローバル実行可能ファイル | |
atopgpud | cli | グローバル実行可能ファイル | |
atophide | cli | グローバル実行可能ファイル | |
atopsar | cli | グローバル実行可能ファイル | |
atopsar-2.12.1 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/Atoptool/atop
インストールメタデータ
| パッケージキー | brew:atop |
|---|---|
| バージョン | 2.12.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/atop |
| ホームページ | https://www.atoptool.nl |
| リポジトリ | https://github.com/Atoptool/atop |
| 上流ドキュメント | https://github.com/Atoptool/atop/tree/master/man |
| ライセンス | GPL-2.0-or-later |
| ソースアーカイブ | https://github.com/Atoptool/atop/archive/refs/tags/v2.12.1.tar.gz |
| 依存関係 | glib, ncurses, zlib-ng-compat |
| ビルド依存関係 | pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | atop |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
atop 2.11.1-3
Monitor for system resources and process activity
sudo apt install atopatop
nix profile install nixpkgs#atopatop 2.10.0-2ubuntu2
Monitor for system resources and process activity
sudo apt install atopatop 2.12.1-r0
Resource-specific view of processes
sudo apk add atopatop-doc 2.12.1-r0
Resource-specific view of processes (documentation)
sudo apk add atop-docatop-openrc 2.12.1-r0
Resource-specific view of processes (OpenRC init scripts)
sudo apk add atop-openrcatop 2.12.1-3.fc44
An advanced interactive monitor to view the load on system and process level
sudo dnf install atopatop 2.12.1-1
A system and process level monitor
sudo pacman -S atopatop 2.12.1-1.4
Monitor for System Resources and Process Activity
sudo zypper install atopatop-daemon 2.12.1-1.4
System Resource and Process Monitoring History Daemon
sudo zypper install atop-daemonソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.