Jump to content

Optimizations have been prepared for the Linux kernel to improve the performance of I/O schedulers


Recommended Posts

Jens Exbo, creator of io_uring and the CFQ, Deadline and Noop I/O schedulers, has continued his experiments with I/O optimization in the Linux kernel. This time he focused on the BFQ and mq-deadline I/O schedulers, which proved to be a bottleneck at least in the case of high-speed NVMe drives.

As the study showed, one of the key reasons for suboptimal performance of I/O scheduler subsystems was problems with competing locks ("lock contention", an attempt to get a lock held by another thread). Thanks to measures aimed at reducing lock contention, such as serialization of dispatch and query insertion, the speed of the schedulers increased in some situations by times (in IOPS).

When testing the BFQ scheduler with the fio utility, performance increased from 567K to 1551K IOPS, and lock competition decreased from 96% to 30%. In the case of mq-deadline, performance after applying the proposed patches when using NVMe storage increased from 1070K to 2560K input/output operations per second (IOPS), and lock competition decreased from 94% to 23%.

Link to comment
Share on other sites

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
  • Create New...

Important Information

By using this site you automatically agree to the Privacy Policy | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.