From 085524fcbd503854371b9edc6bee8f265d4132e8 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Sat, 13 Aug 2022 08:05:24 -0400 Subject: [PATCH] Add atop command atop documentation --- .../102-managing-servers/101-live-in-terminal/104-atop.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-atop.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-atop.md index 97f5c1861..71c714402 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-atop.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-atop.md @@ -1 +1,6 @@ -# Atop \ No newline at end of file +# atop + +The program atop is an interactive monitor to view the load on a Linux system. It shows the occupation of the most critical hardware resources (from a performance point of view) on system level, i.e. cpu, memory, disk and network. + +atop Command Guide +atop Documentation