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
- 실행권한
- PYTHON
- nmap
- insert
- ssh
- centos
- appium server
- rethinkdb
- ubuntu
- Jupyter
- STF_PortForwarding
- port forwarding
- Materials
- sshpass
- postgres
- kitura
- SWIFT
- 28015
- mysql
- perfect
- ftp
- postgresql
- STF
- nohup
- nGrinder
- create table
- GoCD
- appium
- openpyxl
- Jupyter Notebook
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