Chinaunix首页 | 论坛 | 博客
  • 博客访问: 130415
  • 博文数量: 36
  • 博客积分: 2092
  • 博客等级: 大尉
  • 技术积分: 390
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-04 17:33
文章分类
文章存档

2011年(18)

2010年(18)

我的朋友

分类:

2011-08-22 09:36:01

1首先linux安装xinetd.rpm  再安装yum install portmap  
2设置
hosts.allow
添加
rpc.rstatd:all

添加/etc/init.d/rstatd
# default: off

                # description: An xinetd internal service which rstatd's characters back to clients.

                

         service rstatd

               {

                    type            = RPC

                    rpc_version     = 2-4

                   socket_type     = dgram

                    protocol        = udp

                    wait            = yes

                    user            = root

                #   only_from       =

                    log_on_success  += USERID

                   log_on_failure  += USERID

                    server          = /usr/sbin/rpc.rstatd

                    disable         = no

               }

 3安装下载rpc.rstatd-4.0.1.tar.gz安装包
  下载地址:
  rpc.rstatd-4.0.1.tar.gz  
   ./configure
   make
   make install

   #rpc.rstatd          //运行

4打开lr测试性能
  1在LoadRunner controller中,在Systeme Resourece Graphs中的UNIX resources双击。
  2
鼠标在资源监控区域右键选择Add Measurements,追加服务器IP,可选择需监控的资源指标,确认。
阅读(1094) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

hitechman2011-09-28 10:22:13

Loadrunner创建的脚本有三部分:

  *vuser_init 来初始化 Vuser。执行在这部分的虚拟用户的状态是"Init"

  *Action用来重复多次迭代  执行到这部分的虚拟用户的状态是"Running"

  *vuser_end 退出虚拟用户。 执行到这部分的虚拟用户的状态是"Exiting"