mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2019-04-08
This commit is contained in:
@ -457,4 +457,18 @@ $ ./fix-metadata-values.py -i /tmp/2019-04-08-fix-60-affiliations-apostrophes.cs
|
||||
$ ./fix-metadata-values.py -i /tmp/2019-04-08-fix-20-subject-apostrophes.csv -db dspace -u dspace -p 'fuuu' -f dc.subject -m 57 -t correct -d
|
||||
```
|
||||
|
||||
- UptimeRobot said that CGSpace (linode18) went down tonight
|
||||
- The load average is at `9.42, 8.87, 7.87`
|
||||
- I looked at PostgreSQL and see shitloads of connections there:
|
||||
|
||||
```
|
||||
$ psql -c 'select * from pg_stat_activity' | grep -o -E '(dspaceWeb|dspaceApi|dspaceCli)' | sort | uniq -c
|
||||
5 dspaceApi
|
||||
7 dspaceCli
|
||||
250 dspaceWeb
|
||||
```
|
||||
|
||||
- But still I see 10 to 30% CPU steal so I think it's probably a big factor
|
||||
- Linode Support still didn't respond to my ticket from yesterday, so I attached a new output of `iostat 1 10` and asked them to move the VM to a less busy host
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user