Update notes for 2019-01-15

This commit is contained in:
2019-01-15 16:51:35 +02:00
parent 0e9c2ea7ef
commit 107f3d50cf
3 changed files with 41 additions and 8 deletions

View File

@ -342,4 +342,20 @@ $ time http --print h 'https://digitalarchive.worldfishcenter.org/rest/items?exp
0.18s user 0.02s system 6% cpu 3.047 total
```
- In other news, Linode sent a mail last night that the CPU load on CGSpace (linode18) was high, here are the top IPs in the logs around those few hours:
```
# zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "14/Jan/2019:(17|18|19|20)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
157 31.6.77.23
192 54.70.40.11
202 66.249.64.157
207 40.77.167.204
220 157.55.39.140
326 197.156.105.116
385 207.46.13.158
1211 35.237.175.180
1830 66.249.64.155
2482 45.5.186.2
```
<!-- vim: set sw=2 ts=2: -->