Translators/performance/io-threads

From GlusterDocumentation

Translator performance/io-threads

IO-threads add asynchronous (background) file system operations. By loading this translator, you can utilize the server idle blocked time to handle new incoming requests. CPU, memory, and the network are not utilized when the server is blocked on read or write calls while doing direct memory access on disk. This translator makes the best use of all the resources under load and improves concurrent I/O performance.

volume iothreads
  type performance/io-threads
  option thread-count 8  # default is 16
  subvolumes <x>
end-volume


thread-count Number of threads to keep in the thread pool.

 

Copyright © 2009 Gluster, Inc. All Rights Reserved.