摘要:
1,参数调整后TIME_WAIT数量修改Linux内核参数,减少TCP连接中TIME_WAITweb系统中内核参数调整对web性能的影响是巨大的,相关感知需亲身体验!!在一定有限资源(CPU/Memory)情况下,使用通过调整内核相关参数可以在很大程度上提高web 系统性能,优化访问体验--浏览器w... 阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
1,参数调整后TIME_WAIT数量修改Linux内核参数,减少TCP连接中TIME_WAITweb系统中内核参数调整对web性能的影响是巨大的,相关感知需亲身体验!!在一定有限资源(CPU/Memory)情况下,使用通过调整内核相关参数可以在很大程度上提高web 系统性能,优化访问体验--浏览器w... 阅读全文
摘要:
Please install the openssl library (with development headers)sudo apt-get install libssl;rite failed: Broken pipe~/.ssh/configServer 阅读全文
摘要:
http://blog.163.com/l1_jun/blog/static/14386388201441344612/http://blog.chinaunix.net/uid-25073805-id-2984335.htmlhttp://jingyan.baidu.com/article/948... 阅读全文
摘要:
$Id$23OpenWRT specific README4=======================56So, you want to run wifidog on one of linksys's WRT wireless routers!78OpenWRT is the embedded ... 阅读全文
摘要:
WifiDog:A captive portal suiteWhat is it composed of ?A: It is composed of 2 components:The client is a daemon process - this gets installed on every ... 阅读全文
摘要:
TCP的几个状态对于我们分析所起的作用。在TCP层,有个FLAGS字段,这个字段有以下几个标识:SYN, FIN, ACK, PSH, RST, URG.其中,对于我们日常的分析有用的就是前面的五个字段。它们的含义是:SYN表示建立连接,FIN表示关闭连接,ACK表示响应,PSH表示有 DATA数据... 阅读全文
|