Skip to content

How to check Linux I/O scheduler

How to check Linux I/O scheduler

Answer:

Assume your hard drive is sda, you can check the current Linux I/O scheduler at

# cat /sys/block/sda/queue/scheduler
noop anticipatory deadline [cfq]

Above shows that you are currently using the cfq scheduler.

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  1. How to check which directory used up most of the disk space?
  2. Check what Linux kernel modules are loaded
  3. Check current environment variables
  4. How to check if a file is locked in Linux?
  5. How do I check memory information in Linux?

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*