반응형 DevOps23 newrelic nodjs 활성화 https://docs.newrelic.com/docs/apm/agents/nodejs-agent/installation-configuration/install-nodejs-agent/ Install the Node.js agent | New Relic Documentation To complete a basic Node.js agent installation, you can use our guided installation for an automated install, (choose EU if you're in the EU) or follow the instructions in this document. Either way, you need a New Relic account if you don't a.. 2023. 1. 18. Locust 설치 python 3.7 version 이상 설치 되어 있어야 합니다. Ubuntu sudo apt install python3-locust 확인은 locust -V Windows pip3 install locust 설치 https://docs.locust.io/en/stable/installation.html Installation — Locust 2.14.2 documentation Pre-release builds If you need the latest and greatest version of Locust and cannot wait for the next release, you can install a dev build like this: $ pip3 install -U --pre locust Pr.. 2023. 1. 9. jmeter 설치 선행조건: java 8 version 이상이 설치 되어 있어야합니다. windows의 경우 https://jmeter.apache.org/download_jmeter.cgi Apache JMeter - Download Apache JMeter Download Apache JMeter We recommend you use a mirror to download our release builds, but you must verify the integrity of the downloaded files using signatures downloaded from our main distribution directories. Recent releases (48 hours) may not yet be ava jmete.. 2023. 1. 9. siege 설치 https://github.com/JoeDog/siege GitHub - JoeDog/siege: Siege is an http load tester and benchmarking utility Siege is an http load tester and benchmarking utility - GitHub - JoeDog/siege: Siege is an http load tester and benchmarking utility github.com wget http://download.joedog.org/siege/siege-latest.tar.gz ./configure sudo make install 이후 man siege 하고 메뉴얼 나오면 설치 성공 2022. 12. 27. [Ubuntu] pinpoint 설치 ubuntu 에서 설치 docker 와 docker compose 설치해야함 docker-compose의 경우 .env 파일에서 환경변수 설정할수 있는데 ls 로는 우분투에서 나오질 않아서 헤맴..ㅠㅠ web 포트 변경하려면 거기서도 해야하고 web, quick에서도 8080 되어 있는 DOCKERFILE이나 docker-compose.yml, script 를 수정해줘야한다. git clone https://github.com/naver/pinpoint-docker.git cd pinpoint-docker docker-compose pull && docker-compose up -d 잘올라가면 수정 안했을때는 8080, 수정하신다면 수정한 포트로 ip:port로 접속하시면 됩니다. 10분만에 설치한다고 .. 2022. 11. 16. ansible 설치 for ubuntu apt 패키지 매니저로 설치하면 최신버전이 설치가 안된다고하여 pip 를 이용하여 받기로 했다. 설치가 완료되면 pip install ansible 로 ansible 설치 설치후 해당세션 종료(창 종료)를 한후 다시실행하면 ansible --version 으로 현재 버전 확인이 된다면 설치가 잘된것을 확인 할수 있습니다. 2022. 10. 5. packer 설치 윈도우 powershell에서 실행하려고 했는데 hashcorp사가 대체적으로 linux 기반을 좋아하는것 같아 일찌감치 포기하고 wsl을 이용하기로했다. (환경설정이 잘안된다.) 아래 공식홈페이지에 굉장히 친절하게 설명이 되어있다. https://learn.hashicorp.com/tutorials/packer/get-started-install-cli Install Packer | Packer - HashiCorp Learn Packer must first be installed on the machine you want to run it on. learn.hashicorp.com gpg key 등록 curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo.. 2022. 10. 5. Terraform 설치 설치방법(for windows) https://learn.hashicorp.com/tutorials/terraform/install-cli?in=terraform/aws-get-started Install Terraform | Terraform - HashiCorp Learn Install Terraform on Mac, Linux, or Windows by downloading the binary or using a package manager (Homebrew or Chocolatey). Then create a Docker container locally by following a quick-start tutorial to check that Terraform installed correctly. .. 2022. 10. 4. Grafana 설정값들 https://intrepidgeeks.com/tutorial/grafana-basic-configuration-file-and-description Grafana 기본: 구성 파일 및 설명 Struts2 $,#,% 상세 정보 및 인스턴스 코드 각각 application,session,request,servletContext,valueStack에person 대상을 저장하면 JSP에서 다음과 같이 얻을 수 있습니다. 위 코드에서 얻은 개인 정보 시xiaoming의, 즉 A intrepidgeeks.com https://techcrop.net/ko/ubuntu%EC%97%90%EC%84%9C-grafana%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%98%EC%97%AC-docker-%EC%.. 2022. 9. 5. 프로메테우스 참고 https://training.promlabs.com/training/introduction-to-prometheus/prometheus-an-overview/system-architecture 2022. 9. 2. Terraform 설치(windows) chocolatey를 설치합니다. 방법은 전에 포스팅했던 걸 링크로 대체합니다. https://rainbound.tistory.com/entry/Window-chocolatey-%EC%84%A4%EC%B9%98 Window chocolatey 설치 패키지 관리자가 window에 있다고해서 설치함 사용하지 않으면 웹페이지에 들어가서 다운받고 환경설정을 해줘서 shell에서 사용할수 있게 설정해야하는데 패키지 관리자를 사용하면 관리자 명령 rainbound.tistory.com 웹에서 애플리케이션받아서 설치하는 방법이 있지만 경로 설정 및 환경설정이 귀찮으므로 cmd나 power shell로 설치해보겟습니다. 앱으로 하고 싶으신분은 아래 URL에서 받으시면 됩니다. https://www.terraform.i.. 2022. 8. 22. 이전 1 2 다음 반응형