[buug-l] Completely Fair Scheduler in Linux 2.6.23
Philipp Grau
phgrau at ZEDAT.FU-Berlin.DE
Mit Okt 10 22:04:40 CEST 2007
Hallo,
* Roland Stigge <stigge at antcom.de> [10.10.07 21:56]:
> Meinst Du CFQ? "This is the default I/O scheduler." Vielleicht hilft Dir
> auch /proc/sched_debug?
Wir schauen immer mit
$ cat /sys/block/sda/queue/scheduler
nach. Wobei halt sda das entsprechende Blockdevice ist. Fuer unsere
HP DL380 sieht es dann so aus:
$ cat /sys/block/cciss*/queue/scheduler
noop anticipatory deadline [cfq]
noop anticipatory deadline [cfq]
Ist aber noch ein Linux 2.6.22.x mit ohne den neuen Scheduler.
Philipp