일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- insert
- perfect
- openpyxl
- STF
- postgres
- nmap
- port forwarding
- create table
- Jupyter
- kitura
- sshpass
- nohup
- STF_PortForwarding
- Materials
- ubuntu
- 실행권한
- nGrinder
- rethinkdb
- appium server
- ssh
- postgresql
- ftp
- PYTHON
- 28015
- SWIFT
- GoCD
- appium
- Jupyter Notebook
- mysql
- centos
- Today
- Total
목록nGrinder (2)
don't stop believing
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..