add stats from nginx logs

This commit is contained in:
2024-04-08 23:19:59 +02:00
parent 39d410b050
commit f93677b420
17 changed files with 7194 additions and 0 deletions

6
stats/s.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
rm -rf tmp
mkdir tmp
scp root@128.140.64.118:"/var/log/nginx/access.log*" ./tmp/
zcat -f ./tmp/access.log* | goaccess --log-format=COMBINED