In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article focuses on "how to change Linux's IO Scheduler". Interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to change Linux's IO scheduler.
At present, there are the following scheduling algorithms on Linux:
Noop-A device typically used for memory storage.
Cfq-full fair scheduler. The average process uses IO bandwidth.
Deadline-for a delayed scheduler, each Imax O has a latest execution time.
Anticipatory-heuristic scheduling, similar to the Deadline algorithm, but introducing a prediction mechanism to improve performance.
View the device's current Istroke O scheduler:
# cat / sys/block//queue/scheduler
Suppose the disk name is / dev/sdc:
# cat / sys/block/sdc/queue/schedulernoop anticipatory deadline [cfq]
How to change the hard disk device Istroke O Scheduler
Use the following instructions:
# echo {SCHEDULER-NAME} > / sys/block//queue/scheduler
For example, set up the noop scheduler:
# echo noop > / sys/block/sdc/queue/scheduler
The above settings will expire after restart. If you want the configuration to take effect after restart, you need to write elevator=noop to / boot/grub/menu.lst in the kernel startup parameters:
1. Backing up menu.lst files
Cp-p / boot/grub/menu.lst / boot/grub/menu.lst-backup
two。 Update / boot/grub/menu.lst
Add elevator=noop to the end of the file, such as:
Kernel / vmlinuz-2.6.16.60-0.91.1-smp root=/dev/sysvg/root splash=silent splash=off showopts elevator=noop so far, I believe you have a better understanding of "how to change Linux's IO scheduler". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.