mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2017-11-08
This commit is contained in:
@ -402,3 +402,25 @@ $ grep -Io -E 'session_id=[A-Z0-9]{32}:ip_addr=104.196.152.243' dspace.log.2017-
|
||||
# grep "Baiduspider/2.0" /var/log/nginx/access.log | awk '{print $1}' | sort -n | uniq | wc -l
|
||||
164
|
||||
```
|
||||
|
||||
## 2017-11-08
|
||||
|
||||
- Linode sent several alerts last night about CPU usage and outbound traffic rate at 6:13PM
|
||||
- Linode sent another alert about CPU usage in the morning at 6:12AM
|
||||
- Jesus, the new Chinese IP (124.17.34.59) has downloaded 22,000 PDFs in the last 24 hours:
|
||||
|
||||
```
|
||||
# cat /var/log/nginx/access.log /var/log/nginx/access.log.1 | grep -E "0[78]/Nov/2017:" | grep 124.17.34.59 | grep -c pdf
|
||||
22510
|
||||
```
|
||||
|
||||
- This is about 20,000 Tomcat sessions:
|
||||
|
||||
```
|
||||
$ cat dspace.log.2017-11-07 dspace.log.2017-11-08 | grep -Io -E 'session_id=[A-Z0-9]{32}:ip_addr=124.17.34.59' | sort | uniq | wc -l
|
||||
20733
|
||||
```
|
||||
|
||||
- I'm getting really sick of this
|
||||
- Sisay re-uploaded the CIAT records that I had already corrected earlier this week, erasing all my corrections
|
||||
- I had to re-correct all the publishers, places, names, dates, etc and apply the changes on DSpace Test
|
||||
|
Reference in New Issue
Block a user