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