Skip to content

sarveshr7/Veloces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veloces

An Efficient I/O Scheduler for Solid State Devices. The Veloces I/O scheduler performs scheduling using concepts such as read preference, front merging and bundling of write requests.

Applying patch :

patch -p1 < pathtopatch/veloces

Compile linux kernel.

Selecting the scheduler :

cat /sys/block/sdX/queue/scheduler

	If the patch has been applied and kernel has been compiled correctly, then this command would show 'veloces' in the scheduler list. 
	*sdX - select the appropriate device for which scheduler is to be selected

echo veloces > /sys/block/sdX/queue/scheduler

About

An efficient I/O scheduler for Solid State Devices(SSD) in order to optimize the throughput of SSD's for read write operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published