Use ionice to give different processes more priority on reading and writing to your file system. A good example is the Transmission torrent client, which I prefer to run in the background most of the time. You have to get the Process ID (PID) by using the System Monitor, which can be ran from the Administration menu or by pressing ALT+F2 gnome-system-monitor. Go to the process list and find the name of the program (transmission in this example), copy the PID, and then press ALT+F2 gksudo ionice -c 3 -p 1234 where 1234 is instead the PID. I used 3 here to make it use Idle scheduling, but you can use 1, 2, and 3 for varying degrees. See man ionice for how that works in detail.
So much nicer with ionice
March 23, 2010 by davidrobertlewis
Posted in BASH, Cheats, Ubuntu | 1 Comment
One Response
Leave a Reply Cancel reply
Recent Comments
Blog Stats
- 191,637 hits
-

indlovu by indlovu is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 South Africa License. Archives
Artwork
Blogroll
- //Data Ubuntu Notes
- 64 Bit Jungle
- Another Ubuntu
- Appropedia
- Buddahbuntu
- Club Ubuntu
- Debuntu
- Everything Ubuntu
- Go Blog
- I' Been to Ubuntu
- Jono Bacon
- Motho ke motho ka botho
- Only Ubuntu
- Playdeb – Gaming Repository for Ubuntu
- Playstation Ubuntu
- Rebel Zero
- Tech source from Bohol
- Ubuntu Dawn
- Ubuntu Hardware Compatability List
- Ubuntu Inside Me
- Ubuntu Mailing lists
- Ubuntu Snippets
- Ubuntu Story – Share your Story
- Ubuntu Unleashed – Open Source Book
- Ubuntu Weblogs
- Ubuntu Women
- Ubuntux
- Vogons
- What I Found
Blogs
Commands
Desktops
Development
Forums
Free Culture
Games
HOWTO
Ideas
Magazines
Manuals
News
Podcasts
Screencasts
Security
Software
Utilities


hi david, wow, thanks for the link
Really appreciate it
I will add your website to my blog roll too.