mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2021-08-18
This commit is contained in:
@ -18,7 +18,7 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-08/" />
|
||||
<meta property="article:published_time" content="2021-08-01T09:01:07+03:00" />
|
||||
<meta property="article:modified_time" content="2021-08-17T10:59:14+03:00" />
|
||||
<meta property="article:modified_time" content="2021-08-18T09:17:20+03:00" />
|
||||
|
||||
|
||||
|
||||
@ -42,9 +42,9 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04
|
||||
"@type": "BlogPosting",
|
||||
"headline": "August, 2021",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2021-08/",
|
||||
"wordCount": "2512",
|
||||
"wordCount": "2585",
|
||||
"datePublished": "2021-08-01T09:01:07+03:00",
|
||||
"dateModified": "2021-08-17T10:59:14+03:00",
|
||||
"dateModified": "2021-08-18T09:17:20+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -485,6 +485,14 @@ $ curl -X POST 'https://cgspace.cgiar.org/explorer/api/search/scroll/DXF1ZXJ5QW5
|
||||
<li>The second query doesn’t need the request body because it is saved for 1 day as part of the first request</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Attempt to re-do my tests with VisualVM from 2019-04
|
||||
<ul>
|
||||
<li>I found that I can’t connect to the Tomcat JMX port using SSH forwarding (visualvm gives an error about localhost already being monitored)</li>
|
||||
<li>Instead, I had to create a SOCKS proxy with SSH (ssh -D 8096), then set that up as a proxy in the VisualVM network settings, and then add the JMX connection</li>
|
||||
<li>See: <a href="https://dzone.com/articles/visualvm-monitoring-remote-jvm">https://dzone.com/articles/visualvm-monitoring-remote-jvm</a></li>
|
||||
<li>I have to spend more time on this…</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
Reference in New Issue
Block a user