Chinaunix首页 | 论坛 | 博客
  • 博客访问: 65908
  • 博文数量: 8
  • 博客积分: 1416
  • 博客等级: 上尉
  • 技术积分: 90
  • 用 户 组: 普通用户
  • 注册时间: 2009-10-21 22:35
个人简介

The best or nothing!

文章分类

全部博文(8)

文章存档

2020年(1)

2015年(3)

2011年(3)

2010年(1)

发布时间:2015-07-02 16:18:29

&nbsp; &nbsp; &nbsp; &nbsp;LoadRunner压力测试SSLVPN服务器, 服务进程重启了. 用netstat -anp | grep tcp | wc -l查看, TCP连接有几万个之多! 使用<br />netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'查看, 基本都是CLOSE_WAIT状态的TCP连接. 出现CLOSE_WAIT状态的TCP连接, 根本原因是服务器被.........【阅读全文】

阅读(3135) | 评论(0) | 转发(0)

发布时间:2015-06-02 17:17:25

SSL TPS 代表 SSL Transaction Per Second, 代表着每秒新建SSL session的能力. 而TTPS TPS更多代表的是加解密速率(响应时间, 延迟和吞吐).......【阅读全文】

阅读(2420) | 评论(0) | 转发(0)

发布时间:2015-05-29 16:53:47

1), What does AH do? ====================================================================The IP Authentication Header (AH) is used to provide connectionlessintegrity and data origin authentication for IP datagrams (hereafterreferred to as just "authentication"), and to provide protectionag.........【阅读全文】

阅读(1667) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册