nrpe的安装 tar xvfz nrpe-2.13.tar.gz cd nrpe-2.13 ./configure make all make install-plugin make install-daemon make install-daemon-config yum install xinetd make install-xinetd [root@nhserver2 ~]# vim /usr/local/nagios/etc/nrpe.cfgallowed_hosts=127.0…
自定义脚本的稳定性测试 常规MOnkey测试执行的是随机的事件流,但如果只是想让Monkey测试某个特定场景者时候就需要用到自定义脚本,Monkey支持执行用户自定义脚本的测试,用户之需要按照Monkey脚本的规范编写好脚本,存放到手机上,启动Monkey通过-f 参数调用脚本即可. 2. 测试案例 启动考研帮app3.1.0,然后跳过升级提示和引导页面,进入到登陆界面冰输入用户和密码,进行登陆 3. 需求分析 ① 从角度来思考步骤该怎样进行? ② 要操作的元素该如何定位? ③ 怎样操作步…
原文地址:http://www.2cto.com/os/201306/220559.html 我的一个Centos开机自启动脚本的制作 一.切换到/etc/init.d/ 二.制作sh脚本 vi andy.sh [plain] #!/bin/sh #add for chkconfig #chkconfig: 2345 70 30 #description: the description of the shell #关于脚本的简短描述 #processname…