Linux
发布时间:2016-11-29 23:12:01
转自:http://prefetch.net/blog/index.php/2011/07/11/using-netstat-and-dropwatch-to-observe-packet-loss-on-linux-servers/Using netstat and dropwatch to observe packet loss on Linux serversAnyone that is running a modern Operating System is most likely utilizing TCP/IP to send and receive data. Mo.........【阅读全文】
发布时间:2016-10-17 19:20:15
会话保持语法:session_sticky [cookie=name] [domain=your_domain] [path=your_path] [maxage=time] [mode=insert|rewrite|prefix] [option=indirect] [maxidle=time] [maxlife=time] [fallback=on|off] [hash=plain|md5]上下文:upstreamcookie设置用来记录会话的cookie名称domain设置cookie.........【阅读全文】
发布时间:2016-08-02 18:49:01
网络测量的工具有很多,netperf什么的都很不错。 我这里推荐了qperf,这是RHEL 6发行版里面自带的,所以使用起来很方便,只要简单的:yum install qperf我们看下man qperf的介绍:qperf measures bandwidth and latency between two nodes. It can work over TCP/IP as well as the RDMA transports. .........【阅读全文】
发布时间:2016-03-10 08:13:28
上一篇博文提到了,如果同时有多个不同的信号处于挂起状态,kernel如何选择deliver那个信号。 next_signal 负责从挂起信号中选择deliver的signo:当然,有线程显存私有的penging,有线程组共有的pending,对于线程而言,先从自己私有的pending中选,处理完毕私有的才会去.........【阅读全文】