From 4df135e6cd68403c33f1643ff6ebfdd1424a5ce4 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Mon, 31 Oct 2022 23:21:43 +0800 Subject: [PATCH] atop: add page (#9450) --- pages/linux/atop.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/atop.md diff --git a/pages/linux/atop.md b/pages/linux/atop.md new file mode 100644 index 000000000..728ade46f --- /dev/null +++ b/pages/linux/atop.md @@ -0,0 +1,32 @@ +# atop + +> Linux system and process monitor. +> More information: . + +- Start: + +`atop` + +- Start and display memory consumption for each process: + +`atop -m` + +- Start and display disk information: + +`atop -d` + +- Start and display background process information: + +`atop -c` + +- Start and display thread-specific resource utilization information: + +`atop -y` + +- Start and display the number of processes for each user: + +`atop -au` + +- Display help about interactive commands: + +`?`