<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
>

<channel rdf:about="https://vmprobe.com/blog">
<title>vmprobe blog</title>
<link>https://vmprobe.com/blog</link>
<description>Announcments and articles dedicated to vmprobe</description>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updatePeriod>daily</syn:updatePeriod>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="https://vmprobe.com/blog/2016/06/releasing-0-3" />
  <rdf:li rdf:resource="https://vmprobe.com/blog/2016/03/database-speedup-white-paper" />
  <rdf:li rdf:resource="https://vmprobe.com/blog/2016/03/fail-overs-white-paper" />
  <rdf:li rdf:resource="https://vmprobe.com/blog/2016/03/releasing-0-2" />
  <rdf:li rdf:resource="https://vmprobe.com/blog/2016/02/screencast-using-web-interface" />
  <rdf:li rdf:resource="https://vmprobe.com/blog/2016/01/toronto-perl-mongers-talk" />
  <rdf:li rdf:resource="https://vmprobe.com/blog/2016/01/screencast-getting-started" />
  <rdf:li rdf:resource="https://vmprobe.com/blog/2016/01/announcing-vmprobe" />
 </rdf:Seq>
</items>
</channel>
<item rdf:about="https://vmprobe.com/blog/2016/06/releasing-0-3">
<title>vmprobe 0.3 series released</title>
<link>https://vmprobe.com/blog/2016/06/releasing-0-3</link>
<description>&#x3C;p&#x3E;We&#x27;ve taken a step back with this release in order to consolidate and simplify the virtual memory interface. The REST API and &#x3C;code&#x3E;vmprobed&#x3C;/code&#x3E; packages weren&#x27;t as flexible as we were hoping so they&#x27;ve been removed for now. We&#x27;ve got another API-like interface in the works &#x26;mdash; it&#x27;s going to be really cool!&#x3C;/p&#x3E;
</description>
</item>
<item rdf:about="https://vmprobe.com/blog/2016/03/database-speedup-white-paper">
<title>New white-paper: Speeding up database queries with vmprobe</title>
<link>https://vmprobe.com/blog/2016/03/database-speedup-white-paper</link>
<description>&#x3C;p&#x3E;By intelligently managing the filesystem cache, we can speed up certain database operations dramatically. This white-paper demonstrates this as well as discussing how it works and some near-future plans for vmprobe.&#x3C;/p&#x3E;
</description>
</item>
<item rdf:about="https://vmprobe.com/blog/2016/03/fail-overs-white-paper">
<title>New white-paper: Better fail-overs with vmprobe</title>
<link>https://vmprobe.com/blog/2016/03/fail-overs-white-paper</link>
<description>&#x3C;p&#x3E;One application of vmprobe technology that people have been interested in is using it to maintain hot-standby servers. By using vmprobe to duplicate the virtual memory state from the primary to the standby(s), fail-over events are much smoother than otherwise.&#x3C;/p&#x3E;
</description>
</item>
<item rdf:about="https://vmprobe.com/blog/2016/03/releasing-0-2">
<title>vmprobe 0.2 series released</title>
<link>https://vmprobe.com/blog/2016/03/releasing-0-2</link>
<description>&#x3C;p&#x3E;We&#x27;re extremely excited about this release! We&#x27;ve split vmprobe into two components: the command-line tool you may already be using, and a daemon component with a REST API so you can integrate vmprobe into your own infrastructure.&#x3C;/p&#x3E;
</description>
</item>
<item rdf:about="https://vmprobe.com/blog/2016/02/screencast-using-web-interface">
<title>Screencast: Using vmprobe&#x27;s web interface</title>
<link>https://vmprobe.com/blog/2016/02/screencast-using-web-interface</link>
<description>&#x3C;p&#x3E;This screencast demonstrates the features of vmprobe&#x27;s web interface.&#x3C;/p&#x3E;
</description>
</item>
<item rdf:about="https://vmprobe.com/blog/2016/01/toronto-perl-mongers-talk">
<title>Doug&#x27;s talk at Toronto Perl Mongers</title>
<link>https://vmprobe.com/blog/2016/01/toronto-perl-mongers-talk</link>
<description>&#x3C;p&#x3E;Doug did a talk for the &#x3C;a href=&#x22;http://to.pm.org/&#x22;&#x3E;Toronto Perl Mongers&#x3C;/a&#x3E; users group about vmprobe:&#x3C;/p&#x3E;
</description>
</item>
<item rdf:about="https://vmprobe.com/blog/2016/01/screencast-getting-started">
<title>Screencast: Getting started with vmprobe</title>
<link>https://vmprobe.com/blog/2016/01/screencast-getting-started</link>
<description>&#x3C;p&#x3E;We&#x27;ve started screencasting on Youtube! In this screencast we walk through basic usage of the &#x3C;code&#x3E;vmprobe&#x3C;/code&#x3E; command-line utility.&#x3C;/p&#x3E;
</description>
</item>
<item rdf:about="https://vmprobe.com/blog/2016/01/announcing-vmprobe">
<title>Announcing vmprobe</title>
<link>https://vmprobe.com/blog/2016/01/announcing-vmprobe</link>
<description>&#x3C;p&#x3E;In April 2009 I wrote up a simple utility over a weekend called &#x3C;code&#x3E;vmtouch&#x3C;/code&#x3E;. It helped me solve a few problems I was experiencing on the job and, most pressingly, let me run a series of experiments to satisfy my curiosity about how the filesystem page cache works. I have found &#x3C;code&#x3E;vmtouch&#x3C;/code&#x3E; very useful over the past 7 or so years, and apparently &#x3C;a href=&#x22;https://hoytech.com/vmtouch#saying&#x22;&#x3E;a few other people have too&#x3C;/a&#x3E;.&#x3C;/p&#x3E;
</description>
</item>
</rdf:RDF>