diff --git a/content/posts/2019-04.md b/content/posts/2019-04.md index 198d5d798..acc096946 100644 --- a/content/posts/2019-04.md +++ b/content/posts/2019-04.md @@ -475,7 +475,10 @@ $ psql -c 'select * from pg_stat_activity' | grep -o -E '(dspaceWeb|dspaceApi|ds org.apache.tomcat.jdbc.pool.PoolExhaustedException: [http-bio-127.0.0.1-8443-exec-319] Timeout: Pool empty. Unable to fetch a connection in 5 seconds, none available[size:250; busy:250; idle:0; lastwait:5000]. ``` -- But still I see 10 to 30% CPU steal so I think it's probably a big factor +- But still I see 10 to 30% CPU steal in `iostat` that is also reflected in the Munin graphs: + +![CPU usage week](/cgspace-notes/2019/04/cpu-week2.png) + - 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 - The web server logs are not very busy: diff --git a/docs/2019-04/index.html b/docs/2019-04/index.html index ca89069cc..8e5dfb63a 100644 --- a/docs/2019-04/index.html +++ b/docs/2019-04/index.html @@ -38,7 +38,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace - + @@ -81,9 +81,9 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace "@type": "BlogPosting", "headline": "April, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-04/", - "wordCount": "2867", + "wordCount": "2869", "datePublished": "2019-04-01T09:00:43+03:00", - "dateModified": "2019-04-08T20:00:45+03:00", + "dateModified": "2019-04-08T20:03:58+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -716,7 +716,12 @@ org.apache.tomcat.jdbc.pool.PoolExhaustedException: [http-bio-127.0.0.1-8443-exe
iostat
that is also reflected in the Munin graphs:iostat 1 10
and asked them to move the VM to a less busy host