JMETER
서버부하테스트 - 제이미터 설명
https://www.educloud.co.kr/archives/25935
톰캣 설정
톰캣 API-DOC
http://tomcat.apache.org/tomcat-8.5-doc/config/http.html
톰캣 502 Bad Gateway
http://balhae79.tistory.com/375
tomcat catalina.out 로그 사용하지 않거나
http://blog.naver.com/pluggers/150076947549
톰캣 튜닝 정보!!!!
http://blog.naver.com/alcinoe/220472982406
TOMCAT의 설치방법과 실행에 대해 설명
http://www.solanara.net/solanara/tomcat
톰캣 튜닝 관련
http://blog.naver.com/leon81m/30013880932
Java GC 타입 및 설정 정보 정리
톰캣 로그생성
자주쓰는 리눅스 명령
http://blog.naver.com/kdh3850/220084342207
[ubuntu] vi 편집기 라인넘버 (줄번호) 보이기
http://kkyunstory.tistory.com/31
100 : Continue
101 : Switching protocols
200 : OK, 에러없이 전송 성공
201 : Created, POST 명령 실행 및 성공
202 : Accepted, 서버가 클라이언트 명령을 받음
203 : Non-authoritative information, 서버가 클라이언트 요구 중 일부 만 전송
204 : No content, 클라언트 요구을 처리했으나 전송할 데이터가 없음
205 : Reset content
206 : Partial content
300 : Multiple choices, 최근에 옮겨진 데이터를 요청
301 : Moved permanently, 요구한 데이터를 변경된 임시 URL에서 찾았음
302 : Moved temporarily, 요구한 데이터가 변경된 URL에 있음을 명시
303 : See other, 요구한 데이터를 변경하지 않았기 때문에 문제가 있음
304 : Not modified
305 : Use proxy
400 : Bad request, 클라이언트의 잘못된 요청으로 처리할 수 없음
401 : Unauthorized, 클라이언트의 인증 실패
402 : Payment required,
403 : Forbidden, 접근이 거부된 문서를 요청함
404 : Not found, 문서를 찾을 수 없음
405 : Method not allowed, 리소스를 허용안함
406 : Not acceptable, 허용할 수 없음
407 : Proxy authentication required, 프록시 인증 필요
408 : Request timeout, 요청시간이 지남
409 : Conflict
410 : Gone, 영구적으로 사용할 수 없음
411 : Length required
412 : Precondition failed,
413 : Request entity too large,
414 : Request-URI too long, URL이 너무 김
415 : Unsupported media type
500 : Internal server error, 내부서버 오류(잘못된 스크립트 실행시)
501 : Not implemented, 클라이언트에서 서버가 수행할 수 없는 행동을 요구함
502 : Bad gateway, 서버의 과부하 상태
503 : Service unavailable, 외부 서비스가 죽었거나 현재 멈춤 상태
504 : Gateway timeout
505 : HTTP version not supported
'최신기술 포스팅 링크' 카테고리의 다른 글
SpringBoot MultiparFile 링크 모음 (0) | 2020.12.30 |
---|---|
jenkins pipeline youtube (0) | 2020.12.30 |
Redis 성능 향상을 위한 Redis 세션 저장소와 캐시 저장소의 분리 (0) | 2020.12.30 |
[개인보관용]Redis 연구 (2) | 2017.12.06 |
[개인보관용]Netty 연구 (0) | 2017.12.06 |
[개인보관용]Nginx 연구 (0) | 2017.12.06 |
[개인보관용]ELK 스택 연구 (0) | 2017.12.06 |
[개인보관용]톰캣 서버 셋팅 (0) | 2017.12.06 |