tcp state
[root@hadoop1 log]# netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 hadoop1:56679 157.255.26.152:http TIME_WAIT
tcp 0 0 hadoop1:48651 125.88.219.252:https TIME_WAIT
tcp 0 0 hadoop1:42393 58.211.137.80:http TIME_WAIT
tcp 0 0 hadoop1:56278 163.177.8.49:https TIME_WAIT
tcp 0 0 hadoop1:55955 163.177.8.48:http TIME_WAIT
tcp 0 0 hadoop1:56631 58.22.108.30:http TIME_WAIT
tcp 0 0 hadoop1:47354 117.41.180.211:http TIME_WAIT
tcp 0 0 hadoop1:44787 101.69.206.7:http TIME_WAIT
tcp 0 0 hadoop1:47822 180.163.255.156:https TIME_WAIT
tcp 0 0 hadoop1:55788 163.177.8.48:http TIME_WAIT
tcp 0 0 hadoop1:40458 14.215.167.197:http TIME_WAIT
tcp 0 0 hadoop1:60499 183.61.181.138:http TIME_WAIT
tcp 0 0 hadoop1:33052 163.177.151.81:http TIME_WAIT
tcp 0 0 hadoop1:57363 58.22.108.30:http TIME_WAIT
tcp 0 1 hadoop1:57535 163.177.8.34:http FIN_WAIT1
tcp 0 0 hadoop1:55884 163.177.8.48:http TIME_WAIT
tcp 0 0 hadoop1:38290 202.91.251.98:http TIME_WAIT
tcp 0 0 hadoop1:48229 180.97.63.251:http TIME_WAIT
tcp 0 0 hadoop1:51528 157.255.26.45:http TIME_WAIT
tcp 0 0 hadoop1:44180 123.125.52.0:http TIME_WAIT
tcp 0 0 hadoop1:33227 183.2.192.198:http TIME_WAIT
tcp 0 0 hadoop1:45096 101.69.206.7:http TIME_WAIT
tcp 0 0 hadoop1:38508 202.105.182.54:http TIME_WAIT
tcp 0 0 hadoop1:60255 hn.kd.ny.adsl:http TIME_WAIT
tcp 0 0 hadoop1:37401 203.208.43.123:https TIME_WAIT
tcp 0 0 hadoop1:35159 180.149.132.165:http TIME_WAIT
tcp 0 0 hadoop1:39716 117.21.178.113:http TIME_WAIT
tcp 0 0 hadoop1:46948 2.123.165.124.adsl:http TIME_WAIT
tcp 0 0 hadoop1:55878 222.134.217.6:http TIME_WAIT
tcp 0 0 hadoop1:40644 112.65.69.50:http TIME_WAIT
[root@hadoop1 spider]# xlpy
root 13149 0.0 0.0 113132 1224 ? Ss 10:59 0:00 /bin/sh -c python /home/data/crontab_chk_url/personas/trunk/plugins/spider/chk_url_status_update_tmp_error.py &> /dev/null;
root 13152 1.6 0.4 2993480 80988 ? Sl 10:59 0:56 python /home/data/crontab_chk_url/personas/trunk/plugins/spider/chk_url_status_update_tmp_error.py
root 14455 0.0 0.0 113132 1224 ? Ss 11:00 0:00 /bin/sh -c python /home/data/crontab_chk_url/personas/trunk/plugins/spider/chk_url_status_update_tmp_error.py &> /dev/null;
root 14460 1.4 0.4 2993736 78844 ? Sl 11:00 0:46 python /home/data/crontab_chk_url/personas/trunk/plugins/spider/chk_url_status_update_tmp_error.py
root 29106 0.0 0.0 113132 1224 ? Ss 11:30 0:00 /bin/sh -c python /home/data/crontab_chk_url/personas/trunk/plugins/spider/chk_url_status_insert_tmp_error_30min.py &> /dev/null;
root 29108 0.0 0.2 405260 34012 ? Sl 11:30 0:01 python /home/data/crontab_chk_url/personas/trunk/plugins/spider/chk_url_status_insert_tmp_error_30min.py
[root@hadoop1 spider]# xlpy | cut -c 10-15 | xargs kill -9
tcp state的更多相关文章
- Exploring TCP state machine by graphs
States TCP includes 11 states, they are: LISTEN SYN_SENT SYN_RECV ESTABLISHED FIN_WAIT1 CLOSE_WAIT F ...
- UNIX网络编程——SOCKET API和TCP STATE的对应关系_三次握手_四次挥手及TCP延迟确认
在socket系统调用中,如何完成三次握手和四次挥手: SOCK_DGRAM即UDP中的connect操作知识在内核中注册对方机器的IP和PORT信息,并没有建立连接的过程,即没有发包,close也不 ...
- Coping with the TCP TIME-WAIT state on busy Linux servers
Coping with the TCP TIME-WAIT state on busy Linux servers 文章源自于:https://vincent.bernat.im/en/blog/20 ...
- TCP/IP连接状态
1.建立连接协议(三次握手)(1)客户端发送一个带SYN标志的TCP报文到服务器.这是三次握手过程中的报文1.(2) 服务器端回应客户端的,这是三次握手中的第2个报文,这个报文同时带ACK标志和SYN ...
- 应用代理 socket TCP协议 的资料
http://blog.csdn.net/guowake/article/details/6615728 Linux下高并发socket最大连接数所受的各种限制 http://stackoverflo ...
- TCP connection status
A TCP connection progresses through a series of states during its lifetime. The following diagram il ...
- CentOS下netstat + awk 查看tcp的网络连接状态
执行以下命令: #netstat -n | awk ‘/^tcp/ {++state[$NF]} END {for(key in state) print key."\t".sta ...
- IP, TCP, and HTTP--reference
IP, TCP, and HTTP Issue #10 Syncing Data, March 2014 By Daniel Eggert When an app communicates with ...
- 网络-05-端口号-F5-负载均衡设-linux端口详解大全--TCP注册端口号大全备
[root@test1:Standby] config # [root@test1:Standby] config # [root@test1:Standby] config # [root@test ...
随机推荐
- ACM模板(Java)
模板 Trie HIHOCODER1014 static final int N = (int)1e5+10; static final int SIGMA=(int)27; static int c ...
- springMVC 文件上传 HTTP Status 400 – Bad Request
可能原因是:multipartResolver没有配置正确 请看解决方案: <!--文件上传 id必须为multipartResolver,不然报错HTTP Status 400 – Bad R ...
- 大数据学习——hive显示命令
show databases; desc t_partition001; desc extended t_partition002; desc formatted t_partition002; !c ...
- hdu 1059二进制优化背包问题
#include<stdio.h> #include<string.h> int max(int a,int b ) { return a>b?a:b; } int a ...
- SpringData JPA进阶查询—JPQL/原生SQL查询、分页处理、部分字段映射查询
上一篇介绍了入门基础篇SpringDataJPA访问数据库.本篇介绍SpringDataJPA进一步的定制化查询,使用JPQL或者SQL进行查询.部分字段映射.分页等.本文尽量以简单的建模与代码进行展 ...
- hdu1588:Gauss Fibonacci
对每个0<=i<n求f(g(i))的和,其中f(x)为斐波那契数列第x项,g(i)=k*i+b,k,b,n给定,模数给定. 斐波那契数有一种用矩阵乘法求的方法,这个矩阵A自己写,令F[i] ...
- C#特性入门《详解》
原文发布时间为:2008-11-22 -- 来源于本人的百度文章 [由搬家工具导入] <转>http://www.bccn.net/Article/net/cs/jszl/200709/6 ...
- 123. Best Time to Buy and Sell Stock III ~~
Say you have an array for which the ith element is the price of a given stock on day i. Design an al ...
- POJ3177,/3352.求最少添加多少边使无向图边双连通
俩个题一样.tarjan算法应用,开始求桥,WA,同一个边双连通分量中low值未必都相同,不能用此来缩点.后来用并查集来判断,若不是桥,则在一个双连通分量中,并之,后边再查,将同一个双连通分量中的点通 ...
- Codeforces 549C(博弈)
C. The Game Of Parity time limit per test 1 second memory limit per test 256 megabytes input standar ...