From fbeade099e22d03bfe0d2a42ddd4be7299d41ea1 Mon Sep 17 00:00:00 2001 From: Kailas Nath <94447617+saliaku@users.noreply.github.com> Date: Mon, 27 May 2024 23:51:14 +0530 Subject: [PATCH] ctop: add page (#12683) Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Co-authored-by: spageektti --- pages/linux/ctop.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/ctop.md diff --git a/pages/linux/ctop.md b/pages/linux/ctop.md new file mode 100644 index 000000000..3e426eec7 --- /dev/null +++ b/pages/linux/ctop.md @@ -0,0 +1,20 @@ +# ctop + +> Instantly visualize container performance and health with real-time metrics on CPU, memory, and block IO usage. +> More information: . + +- Show only [a]ctive containers: + +`ctop -a` + +- [r]everse the container sort order: + +`ctop -r` + +- [i]nvert the default colors: + +`ctop -i` + +- Display [h]elp: + +`ctop -h`