Add notes and pictures for 2015-12-05

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-12-05 17:42:56 +02:00
parent c0725ff93d
commit c6cce2211e
14 changed files with 81 additions and 0 deletions

View File

@ -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 midlate November
![PostgreSQL bgwriter (year)](../images/2015/12/postgres_bgwriter-year.png)
![PostgreSQL cache (year)](../images/2015/12/postgres_cache_cgspace-year.png)
![PostgreSQL locks (year)](../images/2015/12/postgres_locks_cgspace-year.png)
![PostgreSQL scans *year)](../images/2015/12/postgres_scans_cgspace-year.png)