From 3fa87096f82eb8bdea631e2607cfad6dee6aa1f3 Mon Sep 17 00:00:00 2001 From: StarOpenSource Date: Wed, 28 Jun 2023 02:17:35 +0200 Subject: [PATCH] Add advisories --- soscmd-stats | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soscmd-stats b/soscmd-stats index b7ae05e..5c83075 100755 --- a/soscmd-stats +++ b/soscmd-stats @@ -114,3 +114,6 @@ echo -e "${COLOR_RESET} $SERVICES_MASTODON_PUMA Mastodon (Puma)" echo -e "${COLOR_RESET} $SERVICES_MASTODON_STREAMING Mastodon (Streaming)" echo -e "${COLOR_RESET} $SERVICES_MASTODON_SIDEKIQ Mastodon (Sidekiq)" echo -e "${COLOR_RESET} $SERVICES_TRACCAR Traccar" +echo -e "" +echo -e "${COLOR_RESET}${COLOR_BLUE}Tip: Use \"Available\" instead of \"Free\" for available ram. Here's why: https://linuxatemyram.com" +echo -e "${COLOR_RESET}${COLOR_BLUE}Info: The CPU usage might be reported incorrectly (polling rate issue). Use htop for accurate CPU usage.${COLOR_RESET}"