Compare commits
4 Commits
23cd62820c
...
83c0285204
Author | SHA1 | Date | |
---|---|---|---|
83c0285204 | |||
3823d959e8 | |||
6c302712d4 | |||
f93677b420 |
1
stats/.gitignore
vendored
Normal file
1
stats/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
tmp/
|
6
stats/s.sh
Executable file
6
stats/s.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user