摘要: http://my.csdn.net/mchdba 阅读全文
posted @ 2017-08-19 12:49 ivon168 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 1.3、https协议脚本录制 1.3.1、导入jmeter的证书: 打开Firefox导入Jmeter证书:菜单》高级》证书》查看证书》证书机构》导入》选中证书 1.3.2、设置代理 开始》控制面板》网络和Internet》更改主页》连接》局域网设置》设置本地机ip端口》确定 1.3.3、Jmet 阅读全文
posted @ 2017-08-12 11:33 ivon168 阅读(370) 评论(0) 推荐(0) 编辑
摘要: JDK本身提供了很多方便的JVM性能调优监控工具,除了集成式的VisualVM和jConsole外,还有jps、jstack、jmap、jhat、jstat等小巧的工具,本博客希望能起抛砖引玉之用,让大家能开始对JVM性能调优的常用工具有所了解。 现实企业级Java开发中,有时候我们会碰到下面这些问 阅读全文
posted @ 2017-08-05 08:53 ivon168 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 我们在对某个子系统进行性能测试的时候,可能会依赖外部系统,有的时候依赖的外部系统可能在现有的环境中没有,这个时候模拟桩就派上用场了。 准备工作: 1、 Tomcat 2、 json相关jar包: http://download.csdn.net/detail/zhangy0329/607838 3、 阅读全文
posted @ 2017-07-15 18:21 ivon168 阅读(933) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Joanna-Yan/p/5056780.html 阅读全文
posted @ 2017-07-12 20:52 ivon168 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 成为Java GC专家(1):深入浅出Java垃圾回收机制:http://blog.csdn.net/zhoudaxia/article/details/26093321 成为Java GC专家(2):如何监控Java垃圾回收机制:http://blog.csdn.net/zhoudaxia/art 阅读全文
posted @ 2017-07-12 20:51 ivon168 阅读(103) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/duanxz/p/6092997.html 阅读全文
posted @ 2017-05-25 22:53 ivon168 阅读(116) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/scythe666/article/details/51887179 阅读全文
posted @ 2017-05-25 22:11 ivon168 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1、源码安装apache(httpd)需要解决依赖关系,需要安装apr和apr-util 2、下载 apache(httpd)下载地址:http://httpd.apache.org/download.cgi apr和apr-util下载地址:http://apr.apache.org/downlo 阅读全文
posted @ 2017-03-11 15:47 ivon168 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 第一:Redis 是什么? Redis是基于内存、可持久化的日志型、Key-Value数据库 高性能存储系统,并提供多种语言的API. 第二:出现背景 数据结构(Data Structure)需求越来越多, 但memcache中没有, 影响开发效率 性能需求, 随着读操作的量的上升需要解决,经历的过 阅读全文
posted @ 2017-03-06 21:38 ivon168 阅读(227) 评论(0) 推荐(0) 编辑