TWiki
>
CF Web
>
Linux
>
UbuntuInCS
>
UbuntuHowTo
>
DiskScheduler
(2012-01-20,
MikeGore
)
(raw view)
E
dit
A
ttach
-- Main.MikeGore - 20 Jan 2012 ---++ Disk Scheduler Optimization <verbatim> #!/bin/bash # # Mike Gore, 20 Jane 2012 # Fix disk scheduler # List all out disks disks=`ls /dev/sd?` # noop anticipatory deadline cfq method=deadline for i in $disks do DISK=`basename $i` echo $method > /sys/block/$DISK/queue/scheduler cat /sys/block/$DISK/queue/scheduler done </verbatim> * [[%ATTACHURL%/fix_scheduler][fix_scheduler]]: Script to update the disk scheduler settings
Attachments
Attachments
Topic attachments
I
Attachment
History
Action
Size
Date
Who
Comment
ext
fix_scheduler
r1
manage
0.3 K
2012-01-20 - 10:59
MikeGore
Script to update the disk scheduler settings
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew topic
|
WYSIWYG
|
M
ore topic actions
Topic revision: r1 - 2012-01-20
-
MikeGore
CF
Information in this area is meant for use by CSCF staff and is not official documentation, but anybody who is interested is welcome to use it if they find it useful.
CF Web
CF Web Home
Changes
Index
Search
Administration
Communication
Email
Hardware
HelpDeskGuide
Infrastructure
InternalProjects
Linux
MachineNotes
Macintosh
Management
Networking
Printing
Research
Security
Software
Solaris
StaffStuff
TaskGroups
TermGoals
Teaching
UserSupport
Vendors
Windows
XHier
Other Webs
CSEveryBody
Main
Sandbox
TWiki
UW
My links
People
CERAS
WatForm
Tetherless lab
Ubuntu Main.HowTo
eDocs
RGG NE notes
RGG
CS infrastructure
Grad images
Edit
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback