The best or nothing!
全部博文(8)
发布时间:2015-07-02 16:18:29
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连接, 根本原因是服务器被.........【阅读全文】
发布时间:2015-06-02 17:17:25
SSL TPS 代表 SSL Transaction Per Second, 代表着每秒新建SSL session的能力. 而TTPS TPS更多代表的是加解密速率(响应时间, 延迟和吞吐).......【阅读全文】
发布时间: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.........【阅读全文】