Cheatsheet
Display Linux kernel version
cat /proc/versionor
uname -aSyscall
-
Resources
Syscall - pipe
Syscall - sendfile
-
IBM Developer - Efficient data transfer through zero copy (opens in a new tab)
JDK NIO support
zero copyonLinuxandUNIXsystems through thetransferTo()method injava.nio.channels.FileChannel. -
NetSocket (Vert.x Stack - Docs 4.5.3 API) - sendFile (opens in a new tab)
Networking
netfilter
SO_REUSEPORT
-
Kernel
-
NGINX