blk_queue_io_min(9) centos man page | unix.com

Man Page: blk_queue_io_min

Operating Environment: centos

Section: 9

BLK_QUEUE_IO_MIN(9)						   Block Devices					       BLK_QUEUE_IO_MIN(9)

NAME
blk_queue_io_min - set minimum request size for the queue
SYNOPSIS
void blk_queue_io_min(struct request_queue * q, unsigned int min);
ARGUMENTS
q the request queue for the device min smallest I/O size in bytes
DESCRIPTION
Storage devices may report a granularity or preferred minimum I/O size which is the smallest request the device can perform without incurring a performance penalty. For disk drives this is often the physical block size. For RAID arrays it is often the stripe chunk size. A properly aligned multiple of minimum_io_size is the preferred request size for workloads where a high number of I/O operations is desired.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BLK_QUEUE_IO_MIN(9)
Related Man Pages
glxchoosevisual(3g) - centos
glxchoosevisual(3) - xfree86
blk_make_request(9) - suse
blockdev(8) - mojave
probe::ioblock_trace.request(3stap) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq