FAQ
OS별로 TIME_WAIT시간을 확인
분류 OS/UNIX 명령어 등록일 2013-07-08 조회수 3054
wlgml337 2004-10-12 89


OS별로 TIME_WAIT시간을 확인
+++++++++++++++++++++++++++++++++++++++


요약
++++
OS별로 TIME_WAIT시간을 확인하거나 셋팅하는 명령은 다음과 같습니다.

1) AIX
- get : /usr/sbin/no -a | grep tcp_timewait
- set : the TCP_TIMEWAIT values to 15 seconds, run the following command:
/usr/sbin/no -o tcp_timewait =1

2) LINUX
-set : /sbin/sysctl -w net.ipv4.vs.timeout_timewait=30

This will set TME_WAIT for 30 seconds.

3) Solaris
Set the tcp_time_wait_interval to 30000 milliseconds as follows:
- get
/usr/sbin/ndd -get /dev/tcp tcp_time_wait_interval
- set
/usr/sbin/ndd -set /dev/tcp tcp_time_wait_interval 30000

목록