
Linux
文章平均质量分 79
cszhouwei
志士嗟日短,愁人知夜长。我则异其趣,一闲对百忙。
展开
-
tcpdump丢包问题解决方法
/****************************************************************************** * Copyright 1998-2008 Davidfan * 2010-0205, Davidfan written * -------------------- ****************************转载 2014-01-03 20:00:46 · 8849 阅读 · 0 评论 -
Cached VS Buffers
What is the difference between Buffers and Cached columns in /proc/meminfo output?cat /proc/meminfoMemTotal: 8162388 kBMemFree: 86004 kBBuffers: 56432 kBCached转载 2014-08-05 11:37:18 · 1803 阅读 · 0 评论 -
利用RawSocket篡改UDP源地址
最近在voip项目开发过程中,碰到一种业务场景,接入层通过两种途径对外提供访问入口:CMLB——外部ServerSSO——移动终端由于我们的接入层存在session的概念,因此,一旦session在接入节点X建立后,后续请求都必须由节点X进行处理。但是,无论CMLB还是SSO,都属于无状态负载均衡分发系统,前后请求并无逻辑关联。解决思路:为了提高系统的可扩展原创 2014-07-07 21:56:58 · 7456 阅读 · 2 评论 -
A Clarification on Linux Addressing
A Clarification on Linux Addressingfwang2@ornl.govOK, here is my understanding so far (meaning that it is self-contained, no hole being punched yet, but that could change … ).On x86 32-bit architectu转载 2015-03-30 13:07:55 · 649 阅读 · 0 评论 -
Exploring System Internals with lsof and strace
This article describes various approaches to looking at the processes in you UNIX environment. Unlike other operating systems, most of the UNIX systems allow you to get a lot of information about the转载 2015-04-20 11:54:34 · 1573 阅读 · 0 评论 -
What exactly is "iowait"?
What exactly is "iowait"?To summarize it in one sentence, 'iowait' is the percentageof time the CPU is idle AND there is at least one I/Oin progress.Each CPU can be in one of four states: user,转载 2015-04-21 14:21:34 · 939 阅读 · 0 评论