Views:
39,130β
Votes: 3β
Tags:
performance
io
pcie
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/964094
Title:
Poor IO performance - PCIe NVMe Samsung 950 pro
ID:
/2017/10/12/Poor-IO-performance-PCIe-NVMe-Samsung-950-pro
Created:
October 12, 2017
Edited: October 8, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
This thread is one year old (October 2016). One of the highest upvoted answers recommends an Intel NVMe driver that is two years old (2015).
In February 2017 though Samsung released a Firmware Update that uses a Linux based boot ISO installer. On the same link there are drivers you can install for Windows 7/8/10. Iβll be installing both soon on my new Samsung 960 Pro and brand new Dell based i7-6700 laptop. Along with flashing BIOS and updating other Dell based drivers.
I think itβs important to revisit these old threads and provide new users with current (as of October 11, 2017 anyways) links so they have all options open.
There are many google searches returned for slow performance of Samsung 960 Pro under Linux being half the speed of Windows so I encourage everyone to search out as many options as possible.
After implementing scsi_mod.use_blk_mq=1
kernel parameter:
$ systemd-analyze
Startup finished in 7.052s (firmware) + 6.644s (loader) + 2.427s (kernel) + 8.440s (userspace) = 24.565s
Removing the kernel parameter and rebooting:
$ systemd-analyze
Startup finished in 7.060s (firmware) + 6.045s (loader) + 2.712s (kernel) + 8.168s (userspace) = 23.986s
So it would appear now that scsi_mod.use_blk_mq=1
makes system slower not faster. At one time it may have been beneficial though.