From aa4047348133267463da44de3f5cc93eb0accfc2 Mon Sep 17 00:00:00 2001 From: o9000 Date: Sat, 4 Mar 2017 22:06:52 +0000 Subject: [PATCH] Update doc --- doc/tint2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tint2.md b/doc/tint2.md index eb9612f..daffef7 100644 --- a/doc/tint2.md +++ b/doc/tint2.md @@ -656,9 +656,9 @@ execp_markup = 1 ``` execp = new -execp_command = free -s 2 | awk '/^-/ { printf "Mem: '$(free -h | awk '/^Mem:/ { print $2 }')' %.0f%\n", 100*$3/($3+$4); fflush(stdout) }' -execp_interval = 1 -execp_continuous = 1 +execp_command = free | awk '/^-/ { printf "Mem: '$(free -h | awk '/^Mem:/ { print $2 }')' %.0f%\n", 100*$3/($3+$4); fflush(stdout) }' +execp_interval = 5 +execp_continuous = 0 ``` ##### Network load