일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- ubuntu
- nGrinder
- kitura
- perfect
- 28015
- openpyxl
- nohup
- postgres
- centos
- ftp
- port forwarding
- appium
- PYTHON
- sshpass
- GoCD
- Jupyter Notebook
- postgresql
- ssh
- STF_PortForwarding
- create table
- 실행권한
- nmap
- Jupyter
- Materials
- mysql
- appium server
- rethinkdb
- SWIFT
- STF
- insert
- Today
- Total
목록Testing Automation/nGrinder (4)
don't stop believing
nGrinder에서 json을 다룰때는 JSONObject을 사용합니다. Python의 기본 json 을 다루는 것과는 조금 다릅니다. -*- coding:utf-8 -*- # A simple example using the HTTP plugin that shows the retrieval of a # single page via HTTP. # # This script is automatically generated by ngrinder. # # @author admin from net.grinder.script.Grinder import grinder from net.grinder.script import Test from net.grinder.plugin.http import HTTPRequest f..
CentOS에 nGrinder 3.4 버전을 설치해 봅시다.내부 개발환경에서는 Ubuntu를 사용하는 경우가 많지만 실제 서비스할 때 퍼블리셔는 CentOS를 제공합니다.제가 받은 서버는 AWS의 EC2에 있는 Amazon Linux AMI 입니다. Last login: Wed Oct 11 06:39:15 2017 from 123.45.67.89 __| __|_ ) _| ( / Amazon Linux AMI ___|\___|___| https://aws.amazon.com/amazon-linux-ami/2017.09-release-notes/ 접속 후 아래 명령으로 버전과 OS정보를 확인할 수 있습니다. $ grep . /etc/*release* /etc/os-release:NAME="Amazon Lin..
nGrinder를 사용하다보면 간혹 Configuration을 확인해야 할 때가 있다. 가장 흔한 경우가 validation_timeout 이랑 max_vuser_per_agent 이다. nGrinder 설정은 상단 메뉴의 admin > System Configuration 에 있다. vUser 생성 수 설정 # The maximum number of vusers which can be initiated per one agent # This should be carefully selected depending on the agent memory size. controller.max_vuser_per_agent=10000 max vuser per agent의 기본값은 300이다. Agent당 3000을 못..
성능 테스트할 때 자주 사용하는 nGrinder를 설치해 봅시다.설치할 OS는 Ubuntu 16.04 입니다.생각난 김에 Ubuntu에서 버전을 확인하는 명령은 lsb_release 입니다. $ lsb_release -a No LSB modules are available. Distributor ID:Ubuntu Description:Ubuntu 16.04.3 LTS Release:16.04 Codename:xenial nGrinder는 3.4 버번을 설치합니다. 이전 3.3 버전에서는 java 7을 설치해야 했는데 3.4부터는 java 버전제약이 없어졌습니다.그래서 java 8을 먼서 설치하도록 하겠습니다.java repository를 추가하고 update 합니다. $ sudo add-apt-repos..