일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Linux
- rsync
- PORT
- rm
- 칭찬교육
- cadre
- DNS
- rm -rf
- http
- Hack
- Kernel
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- ext4
- Performance
- goaccess
- Cache
- 솔라리스
- apachetop
- 좌절교육
- PERL
- Python
- Bash
- pid
- CPU
- 디스크
- 리눅스
- ext3
- iptables
- Disk
- windows
- Today
- Total
Ben's
ss VS netstat 본문
* 참고링크: http://www.cyberciti.biz/tips/tag/ss-command
The ss command is used to dump socket statistics. It allows showing information similar to netstat command. It can display more TCP and state information than other tools. It is a new, incredibly useful and faster (as compare to netstat) tool for tracking TCP connections and sockets. SS can provide information about:
All TCP sockets.
All UDP sockets.
All established ssh / ftp / http / https connections.
All local processes connected to X server.
All the tcp sockets in state FIN-WAIT-1 and much more.
* netstat 보다 짧은 시간내에 거의 동일한 정보를 확인할수 있음.
[root@nhkotest ~]# time netstat
real 0m33.108s
user 0m0.140s
sys 0m3.020s
[root@nhkotest ~]# time ss
real 0m0.420s
user 0m0.360s
sys 0m0.060s
'리눅스' 카테고리의 다른 글
memtest.c (0) | 2013.01.17 |
---|---|
웹로그 (0) | 2013.01.17 |
CentOS 4 에서 yum kernel 사용할때 주의!!! (0) | 2013.01.17 |
lspci 장치 이름 DB 수동 업그레이드시 주의사항! (0) | 2013.01.17 |
저널링 옵션과 쓰기 레이턴시(write latency) 테스트 (0) | 2013.01.16 |