From d3b2c039eac936395df112947217112b4c0f10d5 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Fri, 30 Jun 2023 08:15:13 +0200 Subject: [PATCH] btop: add page; bpytop: move to `common`, update page (#10425) --- pages.ca/{linux => common}/bpytop.md | 0 pages.es/{linux => common}/bpytop.md | 0 pages.zh/{linux => common}/bpytop.md | 0 pages/{linux => common}/bpytop.md | 3 ++- pages/common/btop.md | 13 +++++++++++++ 5 files changed, 15 insertions(+), 1 deletion(-) rename pages.ca/{linux => common}/bpytop.md (100%) rename pages.es/{linux => common}/bpytop.md (100%) rename pages.zh/{linux => common}/bpytop.md (100%) rename pages/{linux => common}/bpytop.md (70%) create mode 100644 pages/common/btop.md diff --git a/pages.ca/linux/bpytop.md b/pages.ca/common/bpytop.md similarity index 100% rename from pages.ca/linux/bpytop.md rename to pages.ca/common/bpytop.md diff --git a/pages.es/linux/bpytop.md b/pages.es/common/bpytop.md similarity index 100% rename from pages.es/linux/bpytop.md rename to pages.es/common/bpytop.md diff --git a/pages.zh/linux/bpytop.md b/pages.zh/common/bpytop.md similarity index 100% rename from pages.zh/linux/bpytop.md rename to pages.zh/common/bpytop.md diff --git a/pages/linux/bpytop.md b/pages/common/bpytop.md similarity index 70% rename from pages/linux/bpytop.md rename to pages/common/bpytop.md index 529b55963..68c5f89fb 100644 --- a/pages/linux/bpytop.md +++ b/pages/common/bpytop.md @@ -1,6 +1,7 @@ # bpytop -> Display dynamic real-time information about running processes with graphs. Similar to `gtop` and `htop`. +> A resource monitor that shows information about the CPU, memory, disks, network and processes. +> A Python version of `bashtop`. > More information: . - Start `bpytop`: diff --git a/pages/common/btop.md b/pages/common/btop.md new file mode 100644 index 000000000..40f19c37b --- /dev/null +++ b/pages/common/btop.md @@ -0,0 +1,13 @@ +# btop + +> A resource monitor that shows information about the CPU, memory, disks, network and processes. +> A C++ version of `bpytop`. +> More information: . + +- Start `btop`: + +`btop` + +- Start `btop` with the specified settings preset: + +`btop --preset {{0..9}}`