web性能测试 黄金组合 jprofiler+jmeter

最近刚做完一个项目,总算可以修养一下了.没想到bug层出不穷。

       最最要命的是web服务器cpu  莫名其妙一直处于99。9999。。。。。%。迷茫

       一开始想到用jconsole 监控jvm,可惜ubuntu上 死活出不来 。只能另谋他法。

     google一把 出来不少web 压力测试工具 robot,loadruuner,jmeter     jprofiler。
      没有一点经验,只好为问下好友 ,推荐使用loadruuner,结果发现只能在windows上使用晕倒,白忙活了。

  jmeter听说过一些 ,去官方网站找了点入门资料,模拟了 登录 setcookie,多线程     request get post

                
                     web性能测试 黄金组合 jprofiler+jmeter

               查阅 http://jakarta.apache.org/jmeter/index.html  

             基本能模拟高并发。


          cpu问题还是没有解决,到底问题出在那里? 继续得到jvm 线程 heap 详细情况。
 
   jprofiler 正好提供了这些功能
  1:内存 heap 快照

  2:cpu calltree  --》终于找到了 那个导致99%的线程。
      host spot  查看时间消耗
  call graph 查看所有对象之间调用关系 以及调用次数 消耗的时间。红色为警告 这个功能很好。
web性能测试 黄金组合 jprofiler+jmeter
web性能测试 黄金组合 jprofiler+jmeter


web性能测试 黄金组合 jprofiler+jmeter

  从直观的图形显示当中 找出了问题所在马上修复。
  下载 jprofiler

你可能感兴趣的:(jvm,多线程,Web,Google,ubuntu)