<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[VPS Disk Speed - Need Help.]]></title><description><![CDATA[<p dir="auto">I'm on Contabo's Cloud VPS L plan w/ NVME storage + their extra storage module (which doubles my 200GB to 400GB total NVME storage) and I ran the following command twice to test the disk speed and got <strong>454 MB/s</strong> on my first run and <strong>330 MB/s</strong> on my second run. This looks like regular SSD speeds, unless I'm mistaken and used the wrong command for NVME? A penny for your thoughts!</p>
<pre><code>dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync &amp;&amp; rm -rf test
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1678375258230-ac3ccf3a-0675-4c21-8624-54e34ab57ca0-image.png" alt="ac3ccf3a-0675-4c21-8624-54e34ab57ca0-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/topic/8790/vps-disk-speed-need-help</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 08:59:49 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/8790.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Mar 2023 15:23:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VPS Disk Speed - Need Help. on Thu, 09 Mar 2023 17:23:03 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty the cached read <code>-T</code> option is not very useful in this case. Surely helps to have that fast but it is just cached.</p>
]]></description><link>https://forum.cloudron.io/post/62936</link><guid isPermaLink="true">https://forum.cloudron.io/post/62936</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 09 Mar 2023 17:23:03 GMT</pubDate></item><item><title><![CDATA[Reply to VPS Disk Speed - Need Help. on Thu, 09 Mar 2023 17:07:44 GMT]]></title><description><![CDATA[<p dir="auto">To figure out what my partitions looked like, a search led me to the following which listed all the partitions with their size and other info.</p>
<pre><code>sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
</code></pre>
<p dir="auto">Then, I was able to use Nebulon's command</p>
<pre><code>hdparm -t /dev/sda3
</code></pre>
<p dir="auto">and the result is 416.88 MB/s</p>
<p dir="auto"><img src="/assets/uploads/files/1678381113608-9c27896f-cb68-47a1-865f-d2f11230c49e-image.png" alt="9c27896f-cb68-47a1-865f-d2f11230c49e-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> it looks like I need to get in touch with Contabo support, right? Unless there's something I can do to fix this?</p>
<p dir="auto">Edit: running some more tests..</p>
<p dir="auto">test drive cache read speed</p>
<pre><code>hdparm -T /dev/sda3
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1678381626328-878f6e85-c674-4543-8c05-b72edfc86ddc-image.png" alt="878f6e85-c674-4543-8c05-b72edfc86ddc-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">OK, this looks like NVME speeds but what's the deal with the write!?</p>
]]></description><link>https://forum.cloudron.io/post/62933</link><guid isPermaLink="true">https://forum.cloudron.io/post/62933</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Thu, 09 Mar 2023 17:07:44 GMT</pubDate></item><item><title><![CDATA[Reply to VPS Disk Speed - Need Help. on Thu, 09 Mar 2023 16:48:32 GMT]]></title><description><![CDATA[<p dir="auto">You can also measure speeds with <code>hdparm -t &lt;dev&gt;</code> to get another data point.</p>
]]></description><link>https://forum.cloudron.io/post/62932</link><guid isPermaLink="true">https://forum.cloudron.io/post/62932</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 09 Mar 2023 16:48:32 GMT</pubDate></item></channel></rss>