性能测试路线图.docVIP

  • 8
  • 0
  • 约5.95千字
  • 约 9页
  • 2017-08-18 发布于重庆
  • 举报
性能测试路线图.doc

献给初学性能测试的朋友们 性能测试学习线路图(建议) 1 概览 纵向划分3颗子树:vugen,controller,monitor。优先学习vugen脚本开发以及调试。 横向划分为2层:基础知识以及高级应用。 2 基础知识2.1 Loadrunner工具使用2.1.1 建议学习路径 Vugen开发脚本(函数使用)-controller场景设置-monitor增加计数器 /jackei/archive/2006/10/20/534684.html 2.1.2 Loadrunner 认证 更多见 /BWF_DIY/mercury/mercury_051107_1.htm /BWF_DIY/mercury/mercury_060104_11.htm 2.1.3 Vugen常用增强函数 增加事务:lr_start_transaction/:lr_end_transaction 检查点: web_reg_find 关联: [url=mkMSITStore:C:\Program%20Files\Mercury%20Interactive\Mercury%20LoadRunner\bin\web_FuncRef.chm::/web_reg_save_param.html]web_reg_save_param[/url] ,[url=mkMSITStore:C:\Program%20Files\Mercury%20Interactive\Mercury%20LoadRunner\bin\web_FuncRef.chm::/web_set_max_html_param_len.html]web_set_max_html_param_len[/url] 日志: [url=mkMSITStore:C:\Program%20Files\Mercury%20Interactive\Mercury%20LoadRunner\bin\vuser_utils_FuncRef.chm::/lr_error_message.html]lr_error_message[/url],[url=mkMSITStore:C:\Program%20Files\Mercury%20Interactive\Mercury%20LoadRunner\bin\vuser_utils_FuncRef.chm::/lr_error_message.html]lr_log_message[/url], [url=mkMSITStore:C:\Program%20Files\Mercury%20Interactive\Mercury%20LoadRunner\bin\vuser_utils_FuncRef.chm::/lr_error_message.html]lr_output_message[/url] … 选项设置: [url=mkMSITStore:C:\Program%20Files\Mercury%20Interactive\Mercury%20LoadRunner\bin\web_FuncRef.chm::/web_set_timeout.html]web_set_timeout[/url] http header: [url=mkMSITStore:C:\Program%20Files\Mercury%20Interactive\Mercury%20LoadRunner\bin\web_FuncRef.chm::/web_add_auto_header.html]web_add_auto_header[/url] 以及更改runtime setting。 2.1.4 Loadrunner 架构图 概览图 详细架构图: 2.2 Html/http协议 HTML 4.01 Specification: /TR/html4/ /digest/2006/12/html_xml_and_internet.html 对性能测试而言,META http-equiv控制http头、浏览器行为,故最为重要。 http协议: /rfcs/rfc2616.html 客户端发送请求: 服务器响应: 2.3 C 语言基础编程 Loadrunner常用的c函数主要集中在内存分配/释放、字符串操作、文件读写。 如: malloc/free Sprintf/strcmp/strlen/ Fopen/fread/fwrite 2.4 Linux 性能分析初步 核心指令: Top Sar Vmstat Iostat Sar -n DEV /proc文件系统 分析经验性步骤: 首先查看 CPU 使用情况,按照诊断 CPU、内存或磁盘瓶颈的指导进行操作。对于下面的每个步骤,查找一端时间内

文档评论(0)

1亿VIP精品文档

相关文档