# atop を Homebrew, apk, apt, dnf, Nix, pacman, zypper でインストール

atop のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:atop
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install atop
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add atop
```

  証拠: Alpine Linux edge package indexes: atop from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install atop
```

  証拠: Debian stable package indexes: atop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install atop
```

  証拠: Fedora Rawhide package metadata: atop from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#atop
```

  証拠: nixpkgs package indexes: pkgs/by-name/at/atop/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S atop
```

  証拠: Arch Linux sync databases: atop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install atop
```

  証拠: openSUSE Tumbleweed package metadata: atop from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:atop
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.13.0
- **ソース概要:** Advanced system and process monitor for Linux using process events
- **ホームページ:** <https://www.atoptool.nl>
- **リポジトリ:** <https://github.com/Atoptool/atop>
- **最終更新:** 2026-07-19T11:33:08Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- atop (エイリアス)
- atop-2.13.0 (エイリアス)
- atopacctd (エイリアス)
- atopcat (エイリアス)
- atopconvert (エイリアス)
- atopgpud (エイリアス)
- atophide (エイリアス)
- atopsar (エイリアス)
- atopsar-2.13.0 (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.13.0
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2024-01: GitHub release v2.10.0 published.
- 2024-07: GitHub release v2.11.0 published.
- 2025-04: GitHub release v2.11.1 published.
- 2025-06: GitHub release v2.12.0 published.
- 2025-09: GitHub release v2.12.1 published.
- 2026-06: Official atop(1) man page date reflects continued documentation maintenance.

### Related projects

- Related tools include top, htop, iotop, pidstat, sysstat/sar, dstat, glances, netatop, netatop-bpf, atopgpud, and atopsar. Atop's distinguishing feature is tying live process/resource display to long-term raw logs.

### ソース

- Official GitHub README.
- Official GitHub releases API.
- Official atop(1), atoprc(5), and atopsar(1) man pages.
- input source_facts.package-manager.


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

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.


## Configuration files

- Linux: /etc/atoprc, ~/.atoprc, /etc/default/atop
## 他のパッケージマネージャ記録

- Debian apt - atop - 2.11.1-3: normalized package name match | Debian stable package indexes: atop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Monitor for system resources and process activity | https://atoptool.nl/
- Nix - atop: normalized package name match | nixpkgs package indexes: pkgs/by-name/at/atop/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - atop - 2.10.0-2ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: atop from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Monitor for system resources and process activity | https://atoptool.nl/
- apk - atop - 2.12.1-r0: normalized package name match | Alpine Linux edge package indexes: atop from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Resource-specific view of processes | https://www.atoptool.nl/
- apk - atop-doc - 2.12.1-r0: normalized package name match | Alpine Linux edge package indexes: atop-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Resource-specific view of processes (documentation) | https://www.atoptool.nl/
- apk - atop-openrc - 2.12.1-r0: normalized package name match | Alpine Linux edge package indexes: atop-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Resource-specific view of processes (OpenRC init scripts) | https://www.atoptool.nl/
- dnf - atop - 2.13.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: atop from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | An advanced interactive monitor to view the load on system and process level | https://www.atoptool.nl
- dnf - pcp-atop - 7.2.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: pcp-atop from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Performance Co-Pilot (PCP) top-like system and process monitor | https://pcp.io
- pacman - atop - 2.13.0-1: normalized package name match | Arch Linux sync databases: atop from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A system and process level monitor | https://www.atoptool.nl/
- zypper - atop - 2.13.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: atop from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Monitor for System Resources and Process Activity | https://www.atoptool.nl/
- zypper - atop-daemon - 2.13.0-1.1: normalized package name match | openSUSE Tumbleweed package metadata: atop-daemon from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | System Resource and Process Monitoring History Daemon | https://www.atoptool.nl/


## Combined YAML source

View the package source record on GitHub. [combined/atop.yml](https://github.com/mxcl/pkgdb/blob/main/combined/atop.yml)


## ソース

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