<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Tony.Sing'Blog [ Testing Working ] - Linux</title><link>http://blog.csdn.net/nilxin/category/276791.aspx</link><description>CentOS、Suse、RedFlagDC、RedHat、集群技术</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 20 Apr 2008 10:01:35 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>T.Sing</dc:creator><title>Linux_Swap持续增长的问题(tcpdump引入，与使用方法)</title><link>http://blog.csdn.net/nilxin/archive/2007/04/13/1562975.aspx</link><pubDate>Fri, 13 Apr 2007 09:33:00 GMT</pubDate><guid>http://blog.csdn.net/nilxin/archive/2007/04/13/1562975.aspx</guid><wfw:comment>http://blog.csdn.net/nilxin/comments/1562975.aspx</wfw:comment><comments>http://blog.csdn.net/nilxin/archive/2007/04/13/1562975.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/nilxin/comments/commentRss/1562975.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1562975</trackback:ping><description>关于swap持续增长： 
怀疑存在内存泄露，对于什么原因引起的泄露，初步怀疑与服务器玩家上下线登录时内存未释放有关。 
问题排查的思路： 
(1)确定标准系统中哪些情况会造成swap的持续增长 
(2)确定swap的增长与系统其它性能指标的关系，这个使用Excel分析比较麻烦，经常需要动态加载某条曲线，改良中。 
(3)如何在不修改程序版本的基础上，优化这种现象(Linux系统参数调整) 
(4)程序的哪一部分可能形成这样的开销情况(大量使用内存进行交互)，缩小排查的范围(拟定后期的测试计划) 
怀疑和系统的连接数与mysql的连接数有关，一个用户登录到底使用了几个Connections问题(mysql端)，连接数不释放也可能造成内存持续增长 
可能与外网的内存分配机制，这个方面待确定 
可能和外网的CentOS系统ipc参数有关，这个系统参数的配置可以在一定程序上缓解系统的压力，优化内存的使用和分配机制  
&lt;img src ="http://blog.csdn.net/nilxin/aggbug/1562975.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>T.Sing</dc:creator><title>Monitor_数据分析篇(字段解释)</title><link>http://blog.csdn.net/nilxin/archive/2007/04/11/1560539.aspx</link><pubDate>Wed, 11 Apr 2007 14:44:00 GMT</pubDate><guid>http://blog.csdn.net/nilxin/archive/2007/04/11/1560539.aspx</guid><wfw:comment>http://blog.csdn.net/nilxin/comments/1560539.aspx</wfw:comment><comments>http://blog.csdn.net/nilxin/archive/2007/04/11/1560539.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/nilxin/comments/commentRss/1560539.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1560539</trackback:ping><description>Monitor,数据分析篇,Linux,Sysstat&lt;img src ="http://blog.csdn.net/nilxin/aggbug/1560539.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>T.Sing</dc:creator><title>mysql数据库表字段替换问题之python解决办法(后来直接用了sql解决，其中py程序有个小问题暂时还没解决)</title><link>http://blog.csdn.net/nilxin/archive/2007/04/08/1557026.aspx</link><pubDate>Sun, 08 Apr 2007 23:02:00 GMT</pubDate><guid>http://blog.csdn.net/nilxin/archive/2007/04/08/1557026.aspx</guid><wfw:comment>http://blog.csdn.net/nilxin/comments/1557026.aspx</wfw:comment><comments>http://blog.csdn.net/nilxin/archive/2007/04/08/1557026.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/nilxin/comments/commentRss/1557026.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1557026</trackback:ping><description>批量替换数据库字段&lt;img src ="http://blog.csdn.net/nilxin/aggbug/1557026.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>T.Sing</dc:creator><title> 用chkconfig轻松管理启动程序  </title><link>http://blog.csdn.net/nilxin/archive/2007/03/30/1546416.aspx</link><pubDate>Fri, 30 Mar 2007 12:22:00 GMT</pubDate><guid>http://blog.csdn.net/nilxin/archive/2007/03/30/1546416.aspx</guid><wfw:comment>http://blog.csdn.net/nilxin/comments/1546416.aspx</wfw:comment><comments>http://blog.csdn.net/nilxin/archive/2007/03/30/1546416.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/nilxin/comments/commentRss/1546416.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1546416</trackback:ping><description>想知道Linux 下面和 autoexec.bat 或者 config.sys 或者 98 的 msconfig 一样的东西么？

简介：本文通过对chkconfig 的介绍，为Linux 系统管理员
轻松管理 /etc/rc[0-6].d 目录下众多的符号连接提供了详
细的说明。那些Linux “菜鸟” 也可以通过本文了解和认知Linux 系统的运行级的概念。


不像DOS 或者 Windows，Linux 可以有多种运行级。常见的就是多用户的2,3,4,5 ，很多人知道 5 是运行 X-Windows 的级别，而 0 就是关机了。运行级的改变可以通过 init 命令来切换。例如，假设你要维护系统进入单用户状态，那么，可以使用 init 1 来切换。在Linux 的运行级的切换过程中，系统会自动寻找对应运行级的目录/etc/rc[0-6].d下的K 和 S 开头的文件，按后面的数字顺序，执行这些脚本。对这些脚本的维护，是很繁琐的一件事情，Linux 提供了chkconfig 命令用来更新和查询不同运行级上的系统服务。&lt;img src ="http://blog.csdn.net/nilxin/aggbug/1546416.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>T.Sing</dc:creator><title>利用 test 命令提高您的脚本编制水平</title><link>http://blog.csdn.net/nilxin/archive/2007/02/12/1508556.aspx</link><pubDate>Mon, 12 Feb 2007 16:48:00 GMT</pubDate><guid>http://blog.csdn.net/nilxin/archive/2007/02/12/1508556.aspx</guid><wfw:comment>http://blog.csdn.net/nilxin/comments/1508556.aspx</wfw:comment><comments>http://blog.csdn.net/nilxin/archive/2007/02/12/1508556.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/nilxin/comments/commentRss/1508556.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1508556</trackback:ping><description>利用 test 命令提高您的脚本编制水平&lt;img src ="http://blog.csdn.net/nilxin/aggbug/1508556.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>T.Sing</dc:creator><title>关于Sysstat的高级用法综合版本（一）</title><link>http://blog.csdn.net/nilxin/archive/2007/02/09/1506383.aspx</link><pubDate>Fri, 09 Feb 2007 16:36:00 GMT</pubDate><guid>http://blog.csdn.net/nilxin/archive/2007/02/09/1506383.aspx</guid><wfw:comment>http://blog.csdn.net/nilxin/comments/1506383.aspx</wfw:comment><comments>http://blog.csdn.net/nilxin/archive/2007/02/09/1506383.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/nilxin/comments/commentRss/1506383.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1506383</trackback:ping><description>如何使用Linux命令下，Sysstat工具监视游戏服务器性能资源&lt;img src ="http://blog.csdn.net/nilxin/aggbug/1506383.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>T.Sing</dc:creator><title>吞吐量</title><link>http://blog.csdn.net/nilxin/archive/2007/02/05/1502397.aspx</link><pubDate>Mon, 05 Feb 2007 10:23:00 GMT</pubDate><guid>http://blog.csdn.net/nilxin/archive/2007/02/05/1502397.aspx</guid><wfw:comment>http://blog.csdn.net/nilxin/comments/1502397.aspx</wfw:comment><comments>http://blog.csdn.net/nilxin/archive/2007/02/05/1502397.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/nilxin/comments/commentRss/1502397.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1502397</trackback:ping><description>网络吞吐量定义&lt;img src ="http://blog.csdn.net/nilxin/aggbug/1502397.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>