mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes and pictures for 2015-12-05
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
@ -107,3 +107,21 @@ $ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle
|
||||
$ curl -o /dev/null -s -w %{time_total}\\n https://cgspace.cgiar.org/rest/handle/10568/32802?expand=all
|
||||
0.854
|
||||
```
|
||||
|
||||
## 2015-12-05
|
||||
|
||||
- CGSpace has been up and down all day and REST API is completely unresponsive
|
||||
- PostgreSQL idle connections are currently:
|
||||
|
||||
```
|
||||
postgres@linode01:~$ psql -c 'SELECT * from pg_stat_activity;' | grep cgspace | grep -c idle
|
||||
28
|
||||
```
|
||||
|
||||
- I have reverted all the pgtune tweaks from the other day, as they didn't fix the stability issues, so I'd rather not have them introducing more variables into the equation
|
||||
- The PostgreSQL stats from Munin all point to something database-related with the DSpace 5 upgrade around mid–late November
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
Reference in New Issue
Block a user