blk_queue_io_opt(9) centos man page | unix.com

Man Page: blk_queue_io_opt

Operating Environment: centos

Section: 9

BLK_QUEUE_IO_OPT(9)						   Block Devices					       BLK_QUEUE_IO_OPT(9)

NAME
blk_queue_io_opt - set optimal request size for the queue
SYNOPSIS
void blk_queue_io_opt(struct request_queue * q, unsigned int opt);
ARGUMENTS
q the request queue for the device opt optimal request size in bytes
DESCRIPTION
Storage devices may report an optimal I/O size, which is the device's preferred unit for sustained I/O. This is rarely reported for disk drives. For RAID arrays it is usually the stripe width or the internal track size. A properly aligned multiple of optimal_io_size is the preferred request size for workloads where sustained throughput is desired.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BLK_QUEUE_IO_OPT(9)
Related Man Pages
iprinit(8) - centos
blk_init_queue(9) - centos
blk_init_queue(9) - suse
blk_make_request(9) - suse
blockdev(8) - mojave
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Tar Command
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq