cl-tbnl-gserver-tmgr
Hunchentoot Gserver based taskmanager
파일 탐색기
- tmgr-wkr.lisp
- tmgr.lisp
- tmgr-test.lisp
- .gitignore
- bench-img.png
- cl-tbnl-gserver-tmgr.asd
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
wrk
설명 보기 ▼
wrk
HTTP 벤치마킹 도구.
더 많은 정보: <https://github.com/wg/wrk#basic-usage>.
wrk {{[-t|--threads]}} {{12}} {{[-c|--connections]}} {{400}} {{[-d|--duration]}} {{30s}} "{{http://127.0.0.1:8080/index.html}}"
`12`개의 스레드를 사용하고 `400`개의 HTTP 연결을 열어 `30`초 동안 벤치마크 실행:
wrk {{[-t|--threads]}} {{2}} {{[-c|--connections]}} {{5}} {{[-d|--duration]}} {{5s}} {{[-H|--header]}} "{{Host: example.com}}" "{{http://example.com/index.html}}"
사용자 지정 헤더를 사용하여 벤치마크 실행:
wrk {{[-t|--threads]}} {{2}} {{[-c|--connections]}} {{5}} {{[-d|--duration]}} {{5s}} --timeout {{2s}} "{{http://example.com/index.html}}"
요청 타임아웃을 `2`초로 설정하여 벤치마크 실행:
// repository documentation
Was this content helpful?
(0 ratings)
