mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2019-04-07
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user