上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 56 下一页

cpuspeed和irqbalance服务器的两大性能杀手

摘要: 启用 irqbalance 服务,既可以提升性能,又可以降低能耗。 irqbalance 用于优化中断分配,它会自动收集系统数据以分析使用模式,并依据系统负载状况将工作状态置于 Performance mode 或 Power-save mode。 处于 Performance mode 时,irq 阅读全文
posted @ 2017-02-12 09:37 szllq2000 阅读(317) 评论(0) 推荐(0)

ELK basic---http://udn.yyuap.com/doc/logstash-best-practice-cn/filter/grok.html

摘要: http://blog.csdn.net/lgnlgn/article/details/8053626 elasticsearch学习入门 input {stdin{}}filter { grok { match => { "message" => ".*(?<json_body>\{.*\}).* 阅读全文
posted @ 2017-02-12 09:11 szllq2000 阅读(343) 评论(0) 推荐(0)

Restful and 前后端分离---AutoTest newman--postman

摘要: http://www.cnblogs.com/zuoshaowei/p/6192863.html https://www.getpostman.com/docs/newman_intro swagger--API rest 敏捷-》BDD-》用户故事-》验收条件-》用户场景测试-》Spec 测试-》 阅读全文
posted @ 2017-01-21 18:01 szllq2000 阅读(217) 评论(0) 推荐(0)

为ElasticSearch添加HTTP基本认证 https://github.com/Asquera/elasticsearch-http-basic/releases

摘要: ES的HTTP连接没有提供任何的权限控制措施,一旦部署在公共网络就容易有数据泄露的风险,尤其是加上类似elasticsearch-head这样友好的前端界面,简直让你的数据瞬间裸奔在黑客的眼皮底下。项目上线前做十万伏特的防护当然不现实,但至少,我们不要裸奔,穿一套比基尼吧。而做一个简单的HTTP认证 阅读全文
posted @ 2017-01-21 11:30 szllq2000 阅读(1147) 评论(0) 推荐(0)

Logstash之时区问题的建议和修改---filter---and duplicate resolution.

摘要: 2. logstash es duplicate https://logstash.jira.com/browse/LOGSTASH-1875 https://logstash.jira.com/browse/LOGSTASH-2085 http://stackoverflow.com/questi 阅读全文
posted @ 2017-01-21 11:17 szllq2000 阅读(2023) 评论(0) 推荐(0)

jquery in confluence.

摘要: https://confluence.atlassian.com/confkb/how-to-use-javascript-in-confluence-313458839.html https://answers.atlassian.com/questions/40807/use-of-jquery 阅读全文
posted @ 2016-12-22 15:03 szllq2000 阅读(233) 评论(0) 推荐(0)

python httprequest, locust

摘要: http://www.cnblogs.com/LanTianYou/p/6208969.html http://www.cnblogs.com/LanTianYou/p/5987741.html r = self.client.get("/orders", headers = {"Cookie": 阅读全文
posted @ 2016-12-22 14:58 szllq2000 阅读(151) 评论(0) 推荐(0)

python jenkins-api,jira crowd. email-servers

摘要: jenkins user authentication: http://stackoverflow.com/questions/15411208/authenticate-jenkins-users-against-jira jenkins email server; sudo pip instal 阅读全文
posted @ 2016-12-22 13:24 szllq2000 阅读(193) 评论(0) 推荐(0)

shell (check return of each line)(PIPESTATUS[@])and sudoer

摘要: shell result from cmdline echo $? if 0 then success ;else failure (shell 执行每部返回值,rm -rf 错误,打包不能覆盖) 我们知道,linux命令行上一个命令的退出码放在了$?环境变变中,但是,如果这个命令是一串管道符连接和 阅读全文
posted @ 2016-12-22 13:20 szllq2000 阅读(497) 评论(0) 推荐(0)

mysql slow query---pt-query-digest----db structure consistency,monitor table records before and after transaction.

摘要: 将数据库脚本纳入版本管理是很必要的,尤其对于需要在客户那里部署升级的系统。 对于Python Django等框架,由于数据库是通过Model生成的,因此框架本身包括数据库升级工具,并通过代码版本间接管理了数据库脚本。对于直接通过数据库脚本来维护数据库schema和数据的框架,或者使用DbMainta 阅读全文
posted @ 2016-10-28 10:52 szllq2000 阅读(190) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 56 下一页