nandi/atop-analyzepublic Fork 0
167e823
Commits
Clone
git clone https://git.rickub.com/nandi/atop-analyze.git
git clone ssh://git@rickub.com/nandi/atop-analyze.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Use run0 rather than sudo in setup commands

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nandithebull committed 2026-09-21T18:49:32-07:00 Browse files
167e823 parent: 098793c
modified README.md +4 -4
@@ -56,8 +56,8 @@ average short spikes away.
5656
5757 ```sh
5858 # Arch
59-sudo pacman -S atop
60-sudo systemctl enable --now atop.service atopacct.service atop-rotate.timer
59+run0 pacman -S atop
60+run0 systemctl enable --now atop.service atopacct.service atop-rotate.timer
6161 ```
6262
6363 `atopacct.service` adds process accounting, so processes that exited during an
@@ -68,8 +68,8 @@ The default sample interval is 600s, which averages a two-minute spike into
6868 near-invisibility. For chasing spikes, drop it to 60s:
6969
7070 ```sh
71-sudo sed -i 's/^LOGINTERVAL=.*/LOGINTERVAL=60/' /etc/default/atop
72-sudo systemctl restart atop.service
71+run0 sed -i 's/^LOGINTERVAL=.*/LOGINTERVAL=60/' /etc/default/atop
72+run0 systemctl restart atop.service
7373 ```
7474
7575 That is ~10x the samples; `LOGGENERATIONS` in the same file controls retention
@@ -56,8 +56,8 @@ average short spikes away.
56 56
57 ```sh57 ```sh
58 # Arch58 # Arch
59-sudo pacman -S atop59+run0 pacman -S atop
60-sudo systemctl enable --now atop.service atopacct.service atop-rotate.timer60+run0 systemctl enable --now atop.service atopacct.service atop-rotate.timer
61 ```61 ```
62 62
63 `atopacct.service` adds process accounting, so processes that exited during an63 `atopacct.service` adds process accounting, so processes that exited during an
@@ -68,8 +68,8 @@ The default sample interval is 600s, which averages a two-minute spike into
68 near-invisibility. For chasing spikes, drop it to 60s:68 near-invisibility. For chasing spikes, drop it to 60s:
69 69
70 ```sh70 ```sh
71-sudo sed -i 's/^LOGINTERVAL=.*/LOGINTERVAL=60/' /etc/default/atop71+run0 sed -i 's/^LOGINTERVAL=.*/LOGINTERVAL=60/' /etc/default/atop
72-sudo systemctl restart atop.service72+run0 systemctl restart atop.service
73 ```73 ```
74 74
75 That is ~10x the samples; `LOGGENERATIONS` in the same file controls retention75 That is ~10x the samples; `LOGGENERATIONS` in the same file controls retention