<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why does &amp;quot;fio write&amp;quot; change the performance of &amp;quot;fio read&amp;quot; in Solid State Drives (NAND)</title>
    <link>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8961#M1074</link>
    <description>&lt;P&gt;I understand that the write perform will drop as the SSD fills up. But I am doing random read only in this case.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Apr 2018 16:34:03 GMT</pubDate>
    <dc:creator>YLin34</dc:creator>
    <dc:date>2018-04-23T16:34:03Z</dc:date>
    <item>
      <title>Why does "fio write" change the performance of "fio read"</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8957#M1070</link>
      <description>&lt;P&gt;I have a P4600 2TB NVMe SSD. Right after I used Intel SSD toolbox to secure erase it, fio reports 4kB random read at 809K IOPS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sudo fio --name=dummy --size=10G --filename=/dev/nvme0n1 --ioengine=libaio --direct=1 --rw=randread -bs=4k** --iodepth=64 --numjobs=4 --group_reporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, after I tried to pre-conditioning the SSD with the following write command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo fio --name=dummy --size=2000G --filename=/dev/nvme0n1 --ioengine=libaio --direct=1 --rw=write -bs=4k** --iodepth=64 --numjobs=1 --group_reporting  (I also tried --size=1700G, the result is the same)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the randread command above is now reporting 4kB at 520k IOPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So why such a severe drop? &lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 18:17:44 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8957#M1070</guid>
      <dc:creator>YLin34</dc:creator>
      <dc:date>2018-04-20T18:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why does "fio write" change the performance of "fio read"</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8958#M1071</link>
      <description>&lt;P&gt;Hi yaolin, &lt;/P&gt;Thank you for contacting our support community. We understand your situation regarding the Intel® SSD DC P4600 Series. We recommend you to check the following &lt;A href="https://itpeernetwork.intel.com/how-to-benchmark-ssds-with-fio-visualizer/" rel="nofollow noopener noreferrer"&gt;https://itpeernetwork.intel.com/how-to-benchmark-ssds-with-fio-visualizer/&lt;/A&gt; article related to how to benchmark SSDs with FIO*. You will be able to find the settings for the test. Regarding the number, we recommend you to check the &lt;A href="https://ark.intel.com/products/96999/Intel-SSD-DC-P4600-Series-2_0TB-12-Height-PCIe-3_1-x4-3D1-TLC" rel="nofollow noopener noreferrer"&gt;https://ark.intel.com/products/96999/Intel-SSD-DC-P4600-Series-2_0TB-12-Height-PCIe-3_1-x4-3D1-TLC&lt;/A&gt; performance information related to the SSD. As per the website, the SSD has the following stats: Performance :Sequential Read (up to) 3200 MB/sSequential Write (up to)  1575 MB/sRandom Read (100% Span) 610000 IOPSRandom Write (100% Span)  196650 IOPSIf you get the 75% of the numbers or better, it means that the SSD is working fine. As an example: Random Read: 610000 IOPS75% of 610000 = 457500 IOPS and you are getting 809K which is above of the advertised speed. Keep in mind that SSD was empty before the test. For the Random Write: 196650 IOPS75% of 196650 = 147487.5 IOPS.Based on the information, after pre-conditioning the SSD you got 520k IOPS which represents the 85.6% of the random reads based on the drive specs.  Keep in mind that at this point there is information written in the SSD so the numbers may vary. Regards, Junior M.</description>
      <pubDate>Fri, 20 Apr 2018 22:34:48 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8958#M1071</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-04-20T22:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why does "fio write" change the performance of "fio read"</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8959#M1072</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response and the great links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, I was not complaining about the performance itself. I was just trying to understand why the IOPS drops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking that, right after secure erase the SSD, FTL table is also erased. This table will need to be build and thus the first randread could be slower. Yet I got 809k IOPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I sequentially wrote through most of the drive once (1.7TB out of 2.0TB). Since I wrote only once, there shall be no erase involved and thus there shall be no garbage collection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then, why did the IOPS drop to 520k when I did randread again? You mentioned this is a normal IOPS. Then maybe I shall ask why IOPS is so high in the first randread. I don't know why SSD is empty vs has data would impact the read throughput.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yao&lt;/P&gt;</description>
      <pubDate>Sat, 21 Apr 2018 00:17:45 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8959#M1072</guid>
      <dc:creator>YLin34</dc:creator>
      <dc:date>2018-04-21T00:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why does "fio write" change the performance of "fio read"</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8960#M1073</link>
      <description>&lt;P&gt;Hi yaolin,&lt;/P&gt;Thanks for the reply. In order to answer your question regarding why the SSD  performance slows down as it becomes full, we recommend you to check the following articles: &lt;A href="https://www.howtogeek.com/165542/why-solid-state-drives-slow-down-as-you-fill-them-up/" rel="nofollow noopener noreferrer"&gt;https://www.howtogeek.com/165542/why-solid-state-drives-slow-down-as-you-fill-them-up/&lt;/A&gt; Why Solid-State Drives Slow Down As You Fill Them Up &lt;A href="https://pureinfotech.com/why-solid-state-drive-ssd-performance-slows-down/" rel="nofollow noopener noreferrer"&gt;https://pureinfotech.com/why-solid-state-drive-ssd-performance-slows-down/&lt;/A&gt; Why solid-state drive (SSD) performance slows down as it becomes full If you have further questions then feel free to contact us again. &lt;I&gt;&lt;B&gt;NOTE:&lt;/B&gt;&lt;/I&gt; Any links provided for third party tools or sites are offered for your convenience and should not be viewed as an endorsement by Intel® of the content, products, or services offered there. We do not offer support for any third party tool mentioned here.Regards, Junior M.</description>
      <pubDate>Mon, 23 Apr 2018 15:50:36 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8960#M1073</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-04-23T15:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why does "fio write" change the performance of "fio read"</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8961#M1074</link>
      <description>&lt;P&gt;I understand that the write perform will drop as the SSD fills up. But I am doing random read only in this case.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 16:34:03 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8961#M1074</guid>
      <dc:creator>YLin34</dc:creator>
      <dc:date>2018-04-23T16:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why does "fio write" change the performance of "fio read"</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8962#M1075</link>
      <description>&lt;P&gt;Hi yaolin,&lt;/P&gt;We would like to let you know that this process can affect the sequential and random reads as well.  Also, several factors can affect the score: &lt;UL&gt;&lt;LI&gt;Processor Performance&lt;/LI&gt;&lt;LI&gt;Platform Performance&lt;/LI&gt;&lt;LI&gt;I/O and Peripheral Performance&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the following &lt;A href="http://manuals.ts.fujitsu.com/file/12176/fujitsu_intel-ssd-dc-pcie-eg-en.pdf" rel="nofollow noopener noreferrer"&gt;http://manuals.ts.fujitsu.com/file/12176/fujitsu_intel-ssd-dc-pcie-eg-en.pdf&lt;/A&gt; evaluation guide for the Intel® SSD DC P3700 Series, this does not apply to your SSD but the terminology is the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;Junior M.</description>
      <pubDate>Mon, 23 Apr 2018 23:25:22 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8962#M1075</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-04-23T23:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why does "fio write" change the performance of "fio read"</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8963#M1076</link>
      <description>&lt;P&gt;Hi yaolin,&lt;/P&gt;We would like to know if you read our previous post. If you have any other questions, we'll be waiting for your response.Regards, Junior M.</description>
      <pubDate>Mon, 30 Apr 2018 18:04:29 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/why-does-quot-fio-write-quot-change-the-performance-of-quot-fio/m-p/8963#M1076</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-04-30T18:04:29Z</dc:date>
    </item>
  </channel>
</rss>

