contech
contech copied to clipboard
Test IO Approaches
Test:
- Pure 1MB writes, initially artificial sized, can either pad out buffers or copy chunks in.
- Async IO
What is required to achieve 1+ GB/s?
API for writing multiple buffers simultaneously - https://linux.die.net/man/2/writev
Also, test with writing to /dev/null?