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}}`