You can measure it yourself. Just open /dev/zero and read and write while measuring time. Also change the number of bytes that you put in each call - for example. 1 byte, 2 bytes, 128 bytes, 4096 bytes. Also make sure to use syscalls read(2) and write(2) and not anything using internal buffers.
source share