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 | 31 |
Tags
- nohup
- appium server
- STF
- ssh
- 실행권한
- SWIFT
- create table
- port forwarding
- rethinkdb
- kitura
- mysql
- sshpass
- Jupyter Notebook
- postgresql
- insert
- nGrinder
- STF_PortForwarding
- GoCD
- Jupyter
- ubuntu
- 28015
- postgres
- centos
- openpyxl
- PYTHON
- nmap
- ftp
- Materials
- appium
- perfect
Archives
- Today
- Total
don't stop believing
Jmeter 설치 (on Mac) 본문
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 설치였습니다.
Comments