jmeter를 cli로 사용하는 법을 알아보자.
cli로 실행할때마다 ip주소를 유동적으로 넘겨주고 싶다면
아래 포스팅 참고
https://mkbansal.wordpress.com/2012/08/01/jmeter-command-line-script-execution-with-arguments/
Jmeter – command line script execution with arguments
Its a common practice to create Performance script in GUI mode and run the test in CUI (command user interface) mode. Some time we need to pass some arguments to script as input. Using GUI, we can …
mkbansal.wordpress.com
요약:
값을 유동적으로 바꾸고 싶은 부분 값을 설정
${__P(param_name, default value)}
.jmx로 저장한 후 cli에서 실행
./jmeter -n -t setting.jmx -J[param_name]=val -l savedir.csv
'Study > linux' 카테고리의 다른 글
도커 컨테이너에서 가장 마지막으로 수정한 파일을 호스트로 가져오기 (0) | 2019.10.13 |
---|---|
디렉토리에서 가장 최근 파일의 이름 바꾸기 (0) | 2019.10.13 |
[Remote API] 외부 컴퓨터에서도 도커를 이용하기 (0) | 2019.10.06 |
[Error] 도커에서 mpirun실행시 errno=1 에러 (0) | 2019.10.04 |
하이퍼쓰레드 켜고 끄기 (0) | 2019.10.04 |