HowFlow


HowFlow — We all know it: there are daily or weekly cron jobs to index the man pages or the whole filesystem and Gentoo users do an 'emerge --sync' almost daily, but those I/O-heavy tasks are slowing down the Linux computer, especially with the current I/O schedulers.

Share it!   Posted by aroedl aroedl 5 months ago

Comments


frostschutz written by frostschutz 5 months

Does this still work only if you're using the CFQ scheduler as well?

aroedl written by aroedl 5 months

Sure. It works with every of the three I/O schedulers (Anticipatory, Deadline and CFQ) we have on Linux.

codejunky written by codejunky 5 months

Sau nice! :-)

Chris7mas written by Chris7mas 5 months

I just want to ask (although I'm not very sure it's the right place, but anyway): do you know if there is a way of doing something like this to automatically renice copy processes? I'm using KDE, and copying large files from one partition to another makes the system very slow (the same goes for the 'find' command). A script or something similar?

aroedl written by aroedl 5 months

You could set up an alias, but it wouldn't help anyways, because the KDE applications are using the glibc to copy files. They are not just a front end for 'cp'. You could try to start your KDE application like this: ionice -c3 konqueror.

Please login to comment.