Update notes for 2019-04-07

This commit is contained in:
2019-04-07 21:15:03 +03:00
parent 370807e83c
commit 48ce3a8065
3 changed files with 31 additions and 10 deletions

View File

@ -389,6 +389,16 @@ $ cat /proc/loadavg
- `45.5.184.72` is CIAT, who I already blocked and am waiting to hear from
- `2a01:4f8:140:3192::2` is BLEXbot, which should be handled by the Tomcat Crawler Session Manager Valve
- `2408:8214:7a00:868f:7c1e:e0f3:20c6:c142` is some stupid Chinese bot making malicious POST requests
- Anyways, it seems that the issue with CGSpace being "down" is actually because of CPU steal again!!!
- There are free database connections in the pool:
```
$ psql -c 'select * from pg_stat_activity' | grep -o -E '(dspaceWeb|dspaceApi|dspaceCli)' | sort | uniq -c
5 dspaceApi
7 dspaceCli
23 dspaceWeb
```
- It seems that the issue with CGSpace being "down" is actually because of CPU steal again!!!
- I opened a ticket with support and asked them to migrate the VM to a less busy host
<!-- vim: set sw=2 ts=2: -->