Ques 1: - How To Increase Disk Read Performance From Single Command in Linux ?
Ques 1: - How To Increase Disk Read Performance From Single Command in Linux ?
command in Linux ?
Ans : - In Linux like Operating System the Read performance of a Disk can be improved by increasing
a parameter called Read+Ahead using blockdev command. By default the Linux OS will read 128
KB of data in advance so that it is already in Memory cache before the program needs it. This value
can be increased so as to get better Read Performance.
Example : # blockdev setra 16384 /dev/sda