staging #353

Merged
philipp merged 3 commits from staging into main 2024-04-08 23:22:26 +02:00
17 changed files with 7194 additions and 0 deletions
Showing only changes of commit f93677b420 - Show all commits

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.