From 9557a1e7d9ac9fa53ae0bc1e6e315cb6d54c66f0 Mon Sep 17 00:00:00 2001 From: Supian M Date: Sat, 20 Aug 2022 10:00:42 +0800 Subject: [PATCH] Add bpytop Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port and continuation of bashtop. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c87c46..cabe717 100644 --- a/README.md +++ b/README.md @@ -1257,6 +1257,7 @@ the WebKit rendering engine. - [![Open-Source Software][OSS Icon]](https://github.com/yt-dlp/yt-dlp) [yt-dlp](https://github.com/yt-dlp/yt-dlp) - A youtube-dl fork with additional features and fixes. ### System Info / Monitoring +- [![Open-Source Software][OSS Icon]](https://github.com/aristocratos/bpytop) [bpytop](https://github.com/aristocratos/bpytop) - Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port and continuation of bashtop. - [![Open-Source Software][OSS Icon]](https://github.com/aristocratos/btop) [btop](https://github.com/aristocratos/btop) - Resource monitor that shows usage and stats for processor, memory, disks, network and processes. - [![Open-Source Software][OSS Icon]](https://github.com/nicolargo/glances) [Glances](https://nicolargo.github.io/glances/) - Glances is a system monitoring terminal application that shows you your disk usage, ram usage, and cpu usage in a very friendly way using the Ncurses programming library. It is tolerant to windows resizing, and very low on system ram usage. - [![Open-Source Software][OSS Icon]](https://github.com/aksakalli/gtop) [gtop](https://github.com/aksakalli/gtop) - A system monitoring dashboard for terminal. Think 'graphical top', with bar charts, line graphs, pie charts, and etc.