From 8d266b4f50954d5b41935d58b878b4d2d27932fb Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 28 Dec 2016 12:35:40 +0200 Subject: [PATCH] Add notes for 2016-12-28 --- content/post/2016-12.md | 13 ++++++++++ public/2015-11/index.html | 10 +++++++- public/2015-12/index.html | 10 +++++++- public/2016-01/index.html | 10 +++++++- public/2016-02/index.html | 10 +++++++- public/2016-03/index.html | 10 +++++++- public/2016-04/index.html | 10 +++++++- public/2016-05/index.html | 10 +++++++- public/2016-06/index.html | 10 +++++++- public/2016-07/index.html | 10 +++++++- public/2016-08/index.html | 10 +++++++- public/2016-09/index.html | 10 +++++++- public/2016-10/index.html | 10 +++++++- public/2016-11/index.html | 10 +++++++- public/2016-12/index.html | 29 ++++++++++++++++++++-- public/2016/12/postgres_size_ALL-week.png | Bin 0 -> 7584 bytes public/index.html | 12 +++++++-- public/index.xml | 17 +++++++++++++ public/page/2/index.html | 12 +++++++-- public/post/index.html | 12 +++++++-- public/post/index.xml | 21 ++++++++++++++-- public/post/page/2/index.html | 12 +++++++-- public/robots.txt | 4 +++ public/sitemap.xml | 28 +++++++++++++++++---- public/tags/notes/index.html | 12 +++++++-- public/tags/notes/index.xml | 21 ++++++++++++++-- public/tags/notes/page/2/index.html | 12 +++++++-- static/2016/12/postgres_size_ALL-week.png | Bin 0 -> 7584 bytes 28 files changed, 299 insertions(+), 36 deletions(-) create mode 100644 public/2016/12/postgres_size_ALL-week.png create mode 100644 static/2016/12/postgres_size_ALL-week.png diff --git a/content/post/2016-12.md b/content/post/2016-12.md index cae6f1155..3c865e9d4 100644 --- a/content/post/2016-12.md +++ b/content/post/2016-12.md @@ -684,3 +684,16 @@ $ exit ``` $ [dspace]/bin/dspace metadata-export -a -f /tmp/iita.csv -i 10568/68616 ``` + +## 2016-12-28 + +- We've been getting two alerts per day about CPU usage on the new server from Linode +- These are caused by the batch jobs for Solr etc that run in the early morning hours +- The Linode default is to alert at 90% CPU usage for two hours, but I see the old server was at 150%, so maybe we just need to adjust it +- Speaking of the old server (linode01), I think we can decommission it now +- I checked the S3 logs on the new server (linode18) to make sure the backups have been running and everything looks good +- In other news, I was looking at the Munin graphs for PostgreSQL on the new server and it looks slightly worrying: + +![munin postgres stats](2016/12/postgres_size_ALL-week.png) + +- I will have to check later why the size keeps increasing diff --git a/public/2015-11/index.html b/public/2015-11/index.html index dae7e9ed3..6b1567f66 100644 --- a/public/2015-11/index.html +++ b/public/2015-11/index.html @@ -90,7 +90,7 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac - + @@ -119,6 +119,14 @@ $ psql -c 'SELECT * from pg_stat_activity;' | grep idle | grep -c cgspac Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2015-12/index.html b/public/2015-12/index.html index 5ca3d2c95..e6605b2bc 100644 --- a/public/2015-12/index.html +++ b/public/2015-12/index.html @@ -93,7 +93,7 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less - + @@ -122,6 +122,14 @@ Replace lzop with xz in log compression cron jobs on DSpace Test—it uses less Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-01/index.html b/public/2016-01/index.html index 7f3b110cd..76b2f9be8 100644 --- a/public/2016-01/index.html +++ b/public/2016-01/index.html @@ -78,7 +78,7 @@ Update GitHub wiki for documentation of maintenance tasks. - + @@ -107,6 +107,14 @@ Update GitHub wiki for documentation of maintenance tasks. Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-02/index.html b/public/2016-02/index.html index c35e532a9..853740b81 100644 --- a/public/2016-02/index.html +++ b/public/2016-02/index.html @@ -99,7 +99,7 @@ Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE&r - + @@ -128,6 +128,14 @@ Also, lots of things like “COTE D`LVOIRE” and “COTE D IVOIRE&r Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-03/index.html b/public/2016-03/index.html index 1be8e6bad..fed90dc5c 100644 --- a/public/2016-03/index.html +++ b/public/2016-03/index.html @@ -78,7 +78,7 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja - + @@ -107,6 +107,14 @@ Reinstall my local (Mac OS X) DSpace stack with Tomcat 7, PostgreSQL 9.3, and Ja Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-04/index.html b/public/2016-04/index.html index 84be8b89b..f4042f3b2 100644 --- a/public/2016-04/index.html +++ b/public/2016-04/index.html @@ -84,7 +84,7 @@ Also, I noticed the checker log has some errors we should pay attention to: - + @@ -113,6 +113,14 @@ Also, I noticed the checker log has some errors we should pay attention to: Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-05/index.html b/public/2016-05/index.html index 4761a9600..18e9a59ac 100644 --- a/public/2016-05/index.html +++ b/public/2016-05/index.html @@ -90,7 +90,7 @@ There are 3,000 IPs accessing the REST API in a 24-hour period! - + @@ -119,6 +119,14 @@ There are 3,000 IPs accessing the REST API in a 24-hour period! Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-06/index.html b/public/2016-06/index.html index 831ee9346..04cc06ccd 100644 --- a/public/2016-06/index.html +++ b/public/2016-06/index.html @@ -87,7 +87,7 @@ Working on second phase of metadata migration, looks like this will work for mov - + @@ -116,6 +116,14 @@ Working on second phase of metadata migration, looks like this will work for mov Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-07/index.html b/public/2016-07/index.html index 61079dd6a..d0786b6f3 100644 --- a/public/2016-07/index.html +++ b/public/2016-07/index.html @@ -111,7 +111,7 @@ In this case the select query was showing 95 results before the update - + @@ -140,6 +140,14 @@ In this case the select query was showing 95 results before the update Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-08/index.html b/public/2016-08/index.html index 90ec6e09d..7d6033d16 100644 --- a/public/2016-08/index.html +++ b/public/2016-08/index.html @@ -102,7 +102,7 @@ $ git rebase -i dspace-5.5 - + @@ -131,6 +131,14 @@ $ git rebase -i dspace-5.5 Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-09/index.html b/public/2016-09/index.html index da15ab312..4b155adf3 100644 --- a/public/2016-09/index.html +++ b/public/2016-09/index.html @@ -90,7 +90,7 @@ $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=or - + @@ -119,6 +119,14 @@ $ ldapsearch -x -H ldaps://svcgroot2.cgiarad.org:3269/ -b "dc=cgiarad,dc=or Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-10/index.html b/public/2016-10/index.html index 28c69bc86..2a6808452 100644 --- a/public/2016-10/index.html +++ b/public/2016-10/index.html @@ -54,7 +54,7 @@ - + @@ -83,6 +83,14 @@ Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-11/index.html b/public/2016-11/index.html index 465e681ec..e7cfdacad 100644 --- a/public/2016-11/index.html +++ b/public/2016-11/index.html @@ -54,7 +54,7 @@ - + @@ -83,6 +83,14 @@ Home + CGSpace Notes + + Notes + + Posts + + Tags + diff --git a/public/2016-12/index.html b/public/2016-12/index.html index 1c00ff489..3ed76b40b 100644 --- a/public/2016-12/index.html +++ b/public/2016-12/index.html @@ -30,7 +30,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -83,6 +83,14 @@ Home + CGSpace Notes + + Notes + + Posts + + Tags + @@ -851,6 +859,23 @@ $ exit
$ [dspace]/bin/dspace metadata-export -a -f /tmp/iita.csv -i 10568/68616
 
+

2016-12-28

+ + + +

munin postgres stats

+ + + diff --git a/public/2016/12/postgres_size_ALL-week.png b/public/2016/12/postgres_size_ALL-week.png new file mode 100644 index 0000000000000000000000000000000000000000..e2a6dabec7a5f745d181ccfa97bd3f02dd245f60 GIT binary patch literal 7584 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 + @@ -69,6 +69,14 @@ Home + CGSpace Notes + + Notes + + Posts + + Tags + @@ -344,7 +352,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and Previous page - Next page + Next page diff --git a/public/index.xml b/public/index.xml index 94f7e800e..7e7d5b3c8 100644 --- a/public/index.xml +++ b/public/index.xml @@ -754,6 +754,23 @@ $ exit <pre><code>$ [dspace]/bin/dspace metadata-export -a -f /tmp/iita.csv -i 10568/68616 </code></pre> + +<h2 id="2016-12-28">2016-12-28</h2> + +<ul> +<li>We&rsquo;ve been getting two alerts per day about CPU usage on the new server from Linode</li> +<li>These are caused by the batch jobs for Solr etc that run in the early morning hours</li> +<li>The Linode default is to alert at 90% CPU usage for two hours, but I see the old server was at 150%, so maybe we just need to adjust it</li> +<li>Speaking of the old server (linode01), I think we can decommission it now</li> +<li>I checked the S3 logs on the new server (linode18) to make sure the backups have been running and everything looks good</li> +<li>In other news, I was looking at the Munin graphs for PostgreSQL on the new server and it looks slightly worrying:</li> +</ul> + +<p><img src="2016/12/postgres_size_ALL-week.png" alt="munin postgres stats" /></p> + +<ul> +<li>I will have to check later why the size keeps increasing</li> +</ul> diff --git a/public/page/2/index.html b/public/page/2/index.html index 2ff7da9d6..830b3648f 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -36,7 +36,7 @@ - + @@ -69,6 +69,14 @@ Home + CGSpace Notes + + Notes + + Posts + + Tags + @@ -206,7 +214,7 @@ @@ -344,7 +352,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and Previous page - Next page + Next page diff --git a/public/post/index.xml b/public/post/index.xml index 1c795edc5..78795852c 100644 --- a/public/post/index.xml +++ b/public/post/index.xml @@ -1,9 +1,9 @@ - Post-rsses on CGSpace Notes + Posts on CGSpace Notes https://alanorth.github.io/cgspace-notes/post/index.xml - Recent content in Post-rsses on CGSpace Notes + Recent content in Posts on CGSpace Notes Hugo -- gohugo.io en-us Fri, 02 Dec 2016 10:43:00 +0300 @@ -754,6 +754,23 @@ $ exit <pre><code>$ [dspace]/bin/dspace metadata-export -a -f /tmp/iita.csv -i 10568/68616 </code></pre> + +<h2 id="2016-12-28">2016-12-28</h2> + +<ul> +<li>We&rsquo;ve been getting two alerts per day about CPU usage on the new server from Linode</li> +<li>These are caused by the batch jobs for Solr etc that run in the early morning hours</li> +<li>The Linode default is to alert at 90% CPU usage for two hours, but I see the old server was at 150%, so maybe we just need to adjust it</li> +<li>Speaking of the old server (linode01), I think we can decommission it now</li> +<li>I checked the S3 logs on the new server (linode18) to make sure the backups have been running and everything looks good</li> +<li>In other news, I was looking at the Munin graphs for PostgreSQL on the new server and it looks slightly worrying:</li> +</ul> + +<p><img src="2016/12/postgres_size_ALL-week.png" alt="munin postgres stats" /></p> + +<ul> +<li>I will have to check later why the size keeps increasing</li> +</ul> diff --git a/public/post/page/2/index.html b/public/post/page/2/index.html index 37a1688dd..a1a139507 100644 --- a/public/post/page/2/index.html +++ b/public/post/page/2/index.html @@ -36,7 +36,7 @@ - + @@ -69,6 +69,14 @@ Home + CGSpace Notes + + Notes + + Posts + + Tags + @@ -206,7 +214,7 @@ @@ -344,7 +352,7 @@ dspacetest=# select text_value from metadatavalue where metadata_field_id=3 and Previous page - Next page + Next page diff --git a/public/tags/notes/index.xml b/public/tags/notes/index.xml index 677caca60..9cee53775 100644 --- a/public/tags/notes/index.xml +++ b/public/tags/notes/index.xml @@ -1,9 +1,9 @@ - CGSpace Notes + Notes on CGSpace Notes https://alanorth.github.io/cgspace-notes/tags/notes/index.xml - Recent content on CGSpace Notes + Recent content in Notes on CGSpace Notes Hugo -- gohugo.io en-us @@ -753,6 +753,23 @@ $ exit <pre><code>$ [dspace]/bin/dspace metadata-export -a -f /tmp/iita.csv -i 10568/68616 </code></pre> + +<h2 id="2016-12-28">2016-12-28</h2> + +<ul> +<li>We&rsquo;ve been getting two alerts per day about CPU usage on the new server from Linode</li> +<li>These are caused by the batch jobs for Solr etc that run in the early morning hours</li> +<li>The Linode default is to alert at 90% CPU usage for two hours, but I see the old server was at 150%, so maybe we just need to adjust it</li> +<li>Speaking of the old server (linode01), I think we can decommission it now</li> +<li>I checked the S3 logs on the new server (linode18) to make sure the backups have been running and everything looks good</li> +<li>In other news, I was looking at the Munin graphs for PostgreSQL on the new server and it looks slightly worrying:</li> +</ul> + +<p><img src="2016/12/postgres_size_ALL-week.png" alt="munin postgres stats" /></p> + +<ul> +<li>I will have to check later why the size keeps increasing</li> +</ul> diff --git a/public/tags/notes/page/2/index.html b/public/tags/notes/page/2/index.html index f9cc77c21..7e348ab53 100644 --- a/public/tags/notes/page/2/index.html +++ b/public/tags/notes/page/2/index.html @@ -36,7 +36,7 @@ - + @@ -69,6 +69,14 @@ Home + CGSpace Notes + + Notes + + Posts + + Tags + @@ -206,7 +214,7 @@