From ef236805d7c7f655ef22da08d708ecb85212c15c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 14 Feb 2026 14:40:47 +0200 Subject: Replace static screenshot with animated GIF in README Crop window decoration borders from the recording and update the README image reference from loadbars.png to loadbars.gif. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- loadbars.gif | Bin 0 -> 93467 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 loadbars.gif diff --git a/README.md b/README.md index 932ef22..fb3fe53 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Loadbars is a tool that can be used to observe CPU loads of several remote servers at once in real time. It connects with SSH (using SSH public/private key auth) to several servers at once and vizualizes all server CPUs and memory statistics right next each other (either summarized or each core separately). Loadbars is not a tool for collecting CPU loads and drawing graphs for later analysis. However, since such tools require a significant amount of time before producing results, Loadbars lets you observe the current state immediately. Loadbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. -![Loadbars](loadbars.png) +![Loadbars](loadbars.gif) ### Tested platforms diff --git a/loadbars.gif b/loadbars.gif new file mode 100644 index 0000000..b012e48 Binary files /dev/null and b/loadbars.gif differ -- cgit v1.2.3