▶ Back-End/Server28 Linux Docker 설치 방법 *Ubuntu에서 진행* OS 확인 : cat /etc/os-release*자세한 설명 생략 ① root 계정 전환su - root ② apt 패키지 업데이트apt-get update ③ 의존 패키지 설치apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common*apt-transport-https : apt 전송을 HTTP 보안 프로토콜을 통해 액세스 되는 저장소의 사용을 허용*ca-certificates : 인증서 검증을 위한 패키지*curl : 명령어를 통해 URL 요청하는 패키지*gnupg-agent : GNU 프라이버시 가드-암호화 패키지*software-properties-commo.. 2023. 9. 15. MQTT Broker(mosqitto) 설치 및 설정 Docker를 이용해 MQTT Broker를 간단하게 설치할 수 있다.*자세한 설명 생략 ① docker-compose.yml 생성*docker-compose.yml 설명 아래 관련 글 참고 version: "3.7"services: mqtt: container_name: mqtt-broker image: eclipse-mosquitto volumes: - mosquitto_conf:/mosquitto/config - mosquitto_data:/mosquitto/data - mosquitto_log:/mosquitto/log networks: - mqttnet .. 2022. 11. 16. Visual Studio Code 설치 방법 ▷ Visual Studio Code 설치 방법 2022. 11. 10. IntelliJ(Community) SpringBoot Project 생성 Ultimate 버전에는 있고, Community 버전에는 없고* 간단하게 프로젝트 생성 후 실행 결과 확인 ▷ Spring Iniaialzr Project 생성 ▷ 관련 글 IntelliJ(Community) 설치 방법 + Eclipse 단축키 설정▷ IntelliJ(Community) 설치 방법 ▷ Eclipse 단축키 설정 ▷ 관련 글 [Spring || Boot] IntelliJ(무료 버전) Spring Boot Project 생성 Ultimate 버전에는 있고, Community 버전에는 없고 * 간단하게 프로젝트 생성 후 실행coding-today.tistory.com 2022. 11. 8. IntelliJ(Community) 설치 방법 + Eclipse 단축키 설정 ▷ IntelliJ(Community) 설치 방법 ▷ Eclipse 단축키 설정 ▷ 관련 글 IntelliJ(Community) SpringBoot Project 생성Ultimate 버전에는 있고, Community 버전에는 없고 * 간단하게 프로젝트 생성 후 실행 결과 확인 ▷ Spring Iniaialzr Project 생성 ▷ 관련 글 IntelliJ(Community) 설치 방법 + Eclipse 단축키 설정 ▷ IntelliJ(Community)coding-today.tistory.com 2022. 11. 8. JMeter TPS 측정 Example JMeter를 이용한 TPS 측정* JMeter와 Plugin 설치 방법은 아래 관련 글 참고* Local에서 AWS EC2 인스턴스를 측정* 간단한 사용법 외에 환경 구성과 자세한 설명은 생략 ▷ Test Paln 생성 ① User Defined Variables 생성- Test Plan에서 사용하고자 하는 변수 설정- 필요한 곳에서 ${변수명}으로 사용 가능 ①-① 하단에 Add를 클릭하고 변수를 추가 ② Thread Group 생성- TCP를 측정하기 위한 테스트 케이스 ②-① Thread Properties 설정- User Defined Variables(①-①)에서 추가한 변수를 사용- Number of Threads : 가상 유저수- Ramp-up period : 가상 유저 생성 시간 .. 2022. 11. 1. JMeter Plugins Manager 설치 방법 ▷ JMeter Plugins Manager 설치 방법 ▷ 관련 글 JMeter TPS 측정 ExampleJMeter를 이용한 TPS 측정 * JMeter와 Plugin 설치 방법은 아래 관련 글 참고 * Local에서 AWS EC2 인스턴스를 측정 * 간단한 사용법 외에 환경 구성과 자세한 설명은 생략 ▷ Test Paln 생성 ① User Defined Variablecoding-today.tistory.com JMeter 설치 방법▷ JMeter 설치 방법 ▷ 관련 글 [JMeter] JMeter Plugins Manager 설치 방법 ▷ 관련 글 [JMeter] JMeter 설치 방법 coding-today.tistory.com coding-today.tistory.com [.. 2022. 10. 31. JMeter 설치 방법 ▷ JMeter 설치 방법 ▷ 관련 글 JMeter Plugins Manager 설치 방법▷ JMeter Plugins Manager 설치 방법 ▷ 관련 글 [JMeter] JMeter 설치 방법 coding-today.tistory.com [JMeter] JMeter TPS 측정 Example JMeter를 이용한 TPS 측정 * JMeter와 Plugin 설치 방법은 아래 관련 글 참고 * Local에서 AWScoding-today.tistory.com JMeter TPS 측정 ExampleJMeter를 이용한 TPS 측정 * JMeter와 Plugin 설치 방법은 아래 관련 글 참고 * Local에서 AWS EC2 인스턴스를 측정 * 간단한 사용법 외에 환경 구성과 자세한 설명.. 2022. 10. 31. docker-compose.yml Example docker-compose.yml 간단한 예시와 속성 별 간단한 주석* docker-compose 관련 설명 생략* [주의] .yml 파일은 탭(tap)을 지원 하지 않음 ▷ docker-compose.yml # docker-compose 버전 version: '0.0' # 한개 또는 여러 개의 docker container를 설정 services: # Service 1 # 서비스명(= 네트워크 호스트명): example.test-01: # Container 올릴 때 사용할 image image: example:1.0.0 # docker container 이름 container_name: example.test-01 # 내부에서 개방할 포트 : 외부.. 2022. 10. 25. 이전 1 2 3 4 다음 728x90 728x90