Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- mysql
- Jupyter
- Materials
- Jupyter Notebook
- rethinkdb
- centos
- create table
- postgres
- kitura
- nohup
- ubuntu
- appium server
- perfect
- port forwarding
- appium
- postgresql
- nGrinder
- STF_PortForwarding
- PYTHON
- sshpass
- ssh
- STF
- 실행권한
- ftp
- insert
- openpyxl
- nmap
- 28015
- GoCD
- SWIFT
Archives
- Today
- Total
목록Testing Automation/Jmeter (1)
don't stop believing
Mac에 Jmeter를 설치해 보겠습니다.먼저 Jmeter는 Java 기반으로 실행됩니다. 최신 버전의 Java(64bit JRE or JDK)가 설치되어 있어야 합니다. Mac에서 Jmeter는 brew로 간단하게 설치할 수 있습니다. $ brew install jmeter --with-plugins brew install jmeter로 간단하게 설치할 수 있고 --with-plugins로 plugin들도 같이 설치하게 할 수 있습니다.실행은 jmeter 파일을 호출하면 됩니다. $ open /usr/local/bin/jmeter jmeter 를 실행하면 새로운 terminal이 하나뜨고 그곳에서 자동으로 jmeter를 실행시킵니다.Jmeter는 이렇게 생겼습니다.여기까지 맥에서 Jmeter 설치였습니다.
Testing Automation/Jmeter
2018. 1. 11. 19:01