전체 글 54

[Django][Docker] Django + Nginx Container 만들기

Django는 WAS(Web Application Server)의 일종으로, DB 조회 등의 다양한 로직 처리 및 동적인 컨텐츠 제공을 위해 어플리케이셔을 수행해주는 미들웨어라고 생각하면 된다. Django 혼자만으로는 웹 서버를 구동할 수 없다. (django에서 제공하는 runserver는 개발용으로 사용되는 경량 웹 서버로, 실제 production 용으로는 적합하지 않다.) 실제 Django 어플리케이션을 서비스할 때에는 NginX, Apache 등의 웹 서버를 사용하고, 그 웹 서버와 Django 어플리케이션을 연결해 주는 Gunicorn, uWSGI 등의 WSGI를 이용하여 배포해야 한다. Gunicorn과 같은 WSGI만 있어도 HTTP Request를 처리할 수 있지만, Web Server..

[Testing] 웹 서버 성능 테스트 / Performance Testing

https://en.wikipedia.org/wiki/Software_performance_testing Software performance testing - Wikipedia From Wikipedia, the free encyclopedia Jump to navigation Jump to search Procedure to determine how a system performs in terms of responsiveness and stability under a particular workload In software quality assurance, performance testing is in general a tes en.wikipedia.org 특정 작업 부하에서 응답성과 안정성 측면에서..

[LeetCode][릿코드][Python][#17] Letter Combinations of a Phone Number

https://leetcode.com/problems/letter-combinations-of-a-phone-number/ Letter Combinations of a Phone Number - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent...

[LeetCode][릿코드][Python][#122] Best Time to Buy and Sell Stock II

https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/ Best Time to Buy and Sell Stock II - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com You are given an integer array prices where prices[i] is the price of a given stock on the ith day. On each day, you may decide to ..

[Testing][웹 서버 성능 테스트 도구] Wrk

https://github.com/wg/wrk GitHub - wg/wrk: Modern HTTP benchmarking tool Modern HTTP benchmarking tool. Contribute to wg/wrk development by creating an account on GitHub. github.com License: Apache 2.0 Multithreaded: Yes Scriptable: Yes Written in: C Install 다음 명령어를 이용하여 설치할 수 있다. # Mac OS brew install wrk How to use 10개의 thread를 생성하여 총 100개의 connection 요청을 수행(thread 별로 10개씩)하는 테스트를 30초 동안 진행할 경..

[Testing][웹 서버 성능 테스트 도구] Apache Bench

https://httpd.apache.org/docs/2.4/programs/ab.html ab - 아파치 웹서버 성능검사 도구 - Apache HTTP Server Version 2.4 ab - 아파치 웹서버 성능검사 도구 이 문서는 최신판 번역이 아닙니다. 최근에 변경된 내용은 영어 문서를 참고하세요. ab는 아파치 하이퍼텍스트 전송 프로토콜 (HTTP) 서버의 성능을 검사하는(benc httpd.apache.org License: Apache 2.0 Multithreaded: No Scriptable: No Written in: C Install 다음 명령어를 이용하여 설치할 수 있다. # Debian/Ubuntu sudo apt install apache2-utils # CentOS/RHEL su..

2021년 8월의 먹부림

시간이 왜 이렇게 빨리 지나가는 걸까? 벌써 8월이라니.... 10대의 삶은 1배속 20대의 삶은 2배속 30대의 삶은 3배속이라더니 정말 맞는 말 같다 하루하루는 더디게 가는데, 일주일, 한 달은 너무 후딱 지나가버리는 느낌 이러다 곧 겨울 되고 2022년이 오겠지 ㅜㅜ 만들어 먹어요~ 자연실록 닭가슴살 큐브 스테이크 강추합니다~ 닭가슴살인데 퍽퍽하지 않고 맛있다 이번에는 갈릭으로 먹었는데, 다음에는 청양고추로 구매해야지 요즘은 샌드위치 대신에 크로플만 만들어 먹는 듯.... 유행에 한발 늦게 푹 빠졌읍니다.... 직접 만든 사과잼이랑 먹으면 얼마나 맛있게여??!! 블루베리 콩포트도 만들어봤는데 대실패...... 그냥 블루베리 잼 ㅜㅜ 차돌박이 듬뿍 넣고 대파 듬뿍 넣어서 파스타~ 간만에 파스타 먹었는..

먹고 2021.08.12