Skip to content

Instantly share code, notes, and snippets.

@Jongbhin
Created September 11, 2020 00:05
Show Gist options
  • Save Jongbhin/31eddab318d8ea5bf96cb7141251bd58 to your computer and use it in GitHub Desktop.
Save Jongbhin/31eddab318d8ea5bf96cb7141251bd58 to your computer and use it in GitHub Desktop.
[Linux nw performance] #linux
watch -n 1 "netstat -nt | grep TIME_WAIT | wc -l"
cat /etc/sysctl.conf 

net.ipv4.tcp_tw_reuse = 1 으로 수정

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment