본문 바로가기

반응형
SMALL

System운영

(34)
REST API 잘 되던게 안됨. 음.. 기존의 잘 운영되던 REST API가 갑자기 안됨. 1. API 서버를 이전함. - IP가 변경되었긴 했다고 함. - 첨엔 안 바뀌었다고 하더니. 2. 기존에 GET으로 잘 되던 API가 안됨. -POST로 변경하니 잘됨. 머지? -GET으로 요청을 하면 널값이 리턴됨. 근대 웃긴게 UTF-8로 인코딩해서 던지면 데이터 복호화시 에러가 발생하였습니다.이런 에러 메시지 리턴. 근대, GET으로 던질때 인코딩 안하면 던지면 정상적으로 데이터 가져옴. 물론 Application에서가 아니고, postman에서 던졌을때. 한 번 생각해보자.
Scouter로 애플리케이션 모니터링하는 방법 https://dewble.tistory.com/entry/how-to-monitor-java-application?category=1068861 [Scouter]Scouter로 애플리케이션 모니터링하는 방법 Purpose 애플리케이션에 대한 실시간 서비스 처리현황 및 관련된 성능 데이터를 모니터링 Performance Counter Active Service EQ( 퀄라이저) 파랑색: 3 초 미만 주황색: 3~8초 빨간색: 8초 이상 막대 바를 더블 dewble.tistory.com \
Interface System과 webMethods https://kylenoh-developer-note.tistory.com/entry/webMethods%EC%9D%98-%ED%8A%B9%EC%A7%95 Interface System과 webMethods Interface System란? 서로 다른 두 개의 시스템 사이에서 데이터를 주고 받을 수 있게 지원하는 시스템입니다. 각기의 시스템이 서로 연동하기 위해서는 어떻게 데이터를 주고 받을 것인지(데이터의 kylenoh-developer-note.tistory.com
Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring https://www.zabbix.com/ Zabbix :: The Enterprise-Class Open Source Network Monitoring Solution Zabbix is a mature and effortless enterprise-class open source monitoring solution for network monitoring and application monitoring of millions of metrics. www.zabbix.com
Broken pipe 오류 원인, 해결 방법 https://born-dev.tistory.com/28 Broken pipe 오류 원인, 해결 방법 직접 경험해 본 것은 아니지만 공부도중 적어볼 필요가 있어 끄적여 봅니다. ㅎㅎ [java.net.SocketException : Broken pipe] [원인] - 잦은 입출력 호출로 발생한다. 처리 중인 요청(또는 응답)을 사용자가 born-dev.tistory.com
내가 만든 서비스는 얼마나 많은 사용자가 이용할 수 있을까? - 3편(DB Connection Pool) https://hyuntaeknote.tistory.com/12 내가 만든 서비스는 얼마나 많은 사용자가 이용할 수 있을까? - 3편(DB Connection Pool) 개요 지난 시간 현재 AGORA 서비스의 단일 피드 조회 기능에 대한 성능 테스트를 진행해보았습니다. 이번 시간에는 데이터베이스의 Connection Pool의 크기를 조절해보면서 발생하는 성능 변화에 대 hyuntaeknote.tistory.com
Commons DBCP 이해하기 https://d2.naver.com/helloworld/5102792
[linux] CPU 코어 및 쓰레드 수 확인하기 https://data-scient2st.tistory.com/97 [linux] CPU 코어 및 쓰레드 수 확인하기 보통 Mac OS에서는 "내 컴퓨터에 관하여" 등에서 CPU 스펙에 관한 정보를 얻을 수 있는데, linux os 에서는 어떻게 확인할 수 있을까? CPU 의 경우, 크게 다음과 같은 정보를 얻을 수 있다. - 물리적 칩의 data-scient2st.tistory.com
Scouter 기본 항목 모니터링(1/2) https://chanchan-father.tistory.com/217 Scouter 기본 항목 모니터링(1/2) 1. "Performance Counter"와 "Object Request" Scouter에는 모니터링 항목을 크게 두 가지("Performance Counter", "Object Request" )로 구분합니다. "Performance Counter"는 시간에 따라 변하는 값을 실시간 차트 형태로 보여 chanchan-father.tistory.com
About Pool Sizing https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing About Pool Sizing 光 HikariCP・A solid, high-performance, JDBC connection pool at last. - brettwooldridge/HikariCP github.com

반응형
LIST