JMeter 分布式测试
11月 7, 2017 |
Nix.Huang
参与的角色有如下 运行jmeter-server的服务器,(官方文档叫做server端,也有人叫做slave) […more]
参与的角色有如下 运行jmeter-server的服务器,(官方文档叫做server端,也有人叫做slave) […more]
jmeter.bat -?可以查看各个命令行参数的含义 -n 表示在non-gui模式下执行 -t 指定测试用 […more]
http://ip:portl/cat/r/monitor?op=batch&batch= ${gro […more]
正确的分析http请求的耗时情况 TTFB (time to first byte)耗时,表示请求发出到接受到 […more]
1 2 3 |
<console default-domain="Cat" show-cat-domain="true"> <remote-servers>10.1.1.1:8080,10.1.1.2:8080,10.1.1.3:8080</remote-servers> </console> |
remote-servers配置的是CAT集 […more]
服务器端初始化
1 2 3 4 5 6 7 8 9 10 11 12 13 |
CatServlet.init CatServlet.initComponents DefaultModuleInitializer.execute DefaultModuleInitializer.expandAll CatHomeModule.setup TcpSocketReceiver.init() CatClientModule.execute Cat.setContainer PlexusContainer.lookup(MessageManager.class); MessageManager.initialize TcpSocketSender.initialize PlexusContainer.lookup(MessageProducer.class); MessageProducer.constructor |
接受客户端采集的数据 [cr […more]
cat client的入口点是com.dianping.cat.Cat类,该类是单实例的, private s […more]
如果你用的是centos minimal版本,需要安装x11窗口才能实时看到产生的图, 可以参考https:/ […more]
网上的关于centos7 minimal安装gnome的教程基本都是执行yum groupinstall “S […more]