Compare commits

..

2 Commits

Author SHA1 Message Date
6c302712d4 add stats from nginx logs
Some checks failed
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test (push) Has been cancelled
2024-04-08 23:20:33 +02:00
f93677b420 add stats from nginx logs 2024-04-08 23:19:59 +02:00
17 changed files with 7194 additions and 0 deletions

1
stats/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
tmp/

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

3681
stats/tmp/access.log Normal file

File diff suppressed because it is too large Load Diff

3506
stats/tmp/access.log.1 Normal file

File diff suppressed because it is too large Load Diff

BIN
stats/tmp/access.log.10.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.11.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.12.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.13.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.14.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.2.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.3.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.4.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.5.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.6.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.7.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.8.gz Normal file

Binary file not shown.

BIN
stats/tmp/access.log.9.gz Normal file

Binary file not shown.