execute envs_stats (goaccess) with nice -n19

This commit is contained in:
creme 2020-05-18 07:14:39 +00:00
parent 240a5015fa
commit 99408b17b3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ test ! -f /var/www/envs.net/stats/ && mkdir -p /var/www/envs.net/stats/
zcat /var/log/nginx/other_vhosts_access.*.gz
cat /var/log/nginx/other_vhosts_access.log.1
cat /var/log/nginx/other_vhosts_access.log
} | awk '$8=$1$8' | goaccess -a \
} | awk '$8=$1$8' | /usr/bin/nice -n19 goaccess -a \
-o /var/www/envs.net/stats/index.html \
--ignore-panel=HOSTS \
--ignore-panel=KEYPHRASES \