快速业务通道

Eclipse Test and Performance Tools Platform,第2部分: 监视应用程序 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-18
. 安装 UML V2.0 Metamodel Implementation

% cd $JAVA_DIR % mv ~/uml2-1.1.1.zip . % unzip uml2-1.1.1.zip  ... % rm uml2-1.1.1.zip

安装 Agent Controller

Agent Controller 是 Eclipse TPTP 的一个重要组件,它使 Eclipse 能够启动应用程序并与这些应用程序进行交互,从而提取分析数据。下载适合自己操作系统的 Agent Controller 运行时。接下来,在包含 Eclipse 的目录中创建一个称为 tptpd 的目录,并将 Agent Controller 存档文件解压到这个目录中(见清单 8)。

清单 8. 安装 Agent Controller

% mkdir $JAVA_DIR/tptpd % cd $JAVA_DIR/tptpd % mv ~/tptpdc.linux_ia32-TPTP-4.1.0.zip . % unzip tptpdc.linux_ia32-TPTP-4.1.0.zip

如果看到两个下面这样的错误:

清单 9. 安装 Agent Controller

linking: lib/libxerces-c.so     warning: symbolic link (lib/libxerces-c.so) failed   linking: lib/libxerces-c.so.24 warning: symbolic link (lib/libxerces-c.so.24) failed 

那么通过输入以下命令来手工地重新创建这两个链接:

清单 10. 安装 Agent Controller

% cd $JAVA_DIR/tptpd/lib  % rm libxerces-c.so libxerces-c.so.24 % ln -s libxerces-c.so.24.0 libxerces-c.so  % ln -s libxerces-c.so.24.0 libxerces-c.so.24

添加 Agent Controller 目录

要使用 Agent Controller,必须将它的 lib 目录添加到 LD_LIBRARY_PATH 中。例如,如果正在运行 Linux 并采用以上步骤中给出的目录结构,那么用以下命令添加 $JAVA_DIR/tptpd/lib:

% export LD_LIBRARY_PATH=$JAVA_DIR/tptpd/lib:$LD_LIBRARY_PATH

还必须确保 Controller 的 lib 和 bin 目录的内容是可执行的。为此,运行:

% chmod +x $JAVA_DIR/tptpd/{bin,lib}/* 

现在将配置、启动和停止 Agent Controller 的脚本添加到 PATH:

% export PATH=$JAVA_DIR/tptpd/bin:$PATH

Eclipse Test and Performance Tools Platform,第2部分: 监视应用程序(5)

时间:2011-02-25 IBM Martin Streicher

针对环境配置 Agent Controller

最后,要配置 Agent Controller 以便匹配环境。进入 Agent Controller 的 bin 目录,然后运行 SetConfig.sh。

% cd $JAVA_DIR/tptpd/bin % ./SetConfig.sh 

当配置脚本提示您进行选择时,接受默认设置。运行配置脚本会在 Agent Controller 的文件层次结构中创建文件 config/serviceconfig.xml。

测试 Agent Controller

为了测试 Agent Controller,运行 RAStart.sh。为了停止 Agent Controller,运行 RAStop.sh:

清单 11. 测试 Agent Controller

db% RAStart.sh Starting Agent Controller RAServer started successfully % RAStop.sh RAServer stopped, pid = 5891 RAServer stopped, pid = 5892 RAServer stopped, pid = 5893 RAServer stopped, pid = 5894 RAServer stopped, pid = 5895  RAServer stopped, pid = 5896  RAServer stopped, pid = 5897 RAServer stopped, pid = 5898  RAServer stopped, pid = 5899  RAServer stopped, pid = 5900 RAServer stopped, pid = 5901 RAServer stopped, pid = 5902 RAServer stopped, pid = 5904 RAServer stopped, pid = 5905  RAServer stopped, pid = 5906 

现在完成了!重新启动 Eclipse,在 Eclipse 工具栏上应该会看到一个新按钮,如图 1 所示。这是 TPTP Profile 按钮,表示 TPTP 已经成功地安装了。就可以继续学习本教程了。

图 1. TPTP Profile 按钮

创建适配器

GLA 使用一个 XML 配置文件来控制如何分析和转换日志

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号