본문 바로가기

반응형

emotional developer/detect-server

redis 모니터링툴. 개인적으로 redis 모니터를 할 수 있는 오픈프로젝트를 알아 보았는데.아래 두개가 개인적으로 맘에 들었다. https://github.com/steelThread/redmonhttps://github.com/junegunn/redis-stat 둘다 ruby 기반이라서, 약간 낮선 느낌이었는데.설치 또한 쉽지는 않았다. cent os 버전이 낮은 바람에 완전 개삽질을 했는데.두고 두고, 기억 날듯 하다. 아무튼. 둘다 괜찮은 툴인데모니터링용으로는 redmon 이 좀더 괜찮은 듯 하다.CLI 도 지원하고. UI도 깔끔하다. 설치나 메뉴얼은 각 git 프로젝트의 설명을 따라만 하면 문제 없다.물론. 설치 할 서버의 환경도 중요하겠지만... 추가. # redmon 설치환경 준비 참고https://www.dig.. 더보기
zookeeper web ui tool - zk-web 저장소 경로https://github.com/qiuxiafei/zk-web 기본 제공 되는 zkCli 로 관리/동작제어가 가능하지만.뚜렸한 view 가 보이지 않는 복잡한 tree 라면, 이야기가 다르다. 이런 경우는, UI 형태를 가진 tool 의 사용이 능률적이고 효율적이다. 이것저것 공개 된 것을 찾다가 그 중 가장 설치가 잘 되고, 간편한 것 같다라는 생각이 드는 오픈소스다. 설치는 github 에서 설명한 대로 차근히 하면 된다.아 일단, lein(클로저) 설치 부터. http://leiningen.org/#install 에서 스크립트 다운 받고 하거나yum 패키지매니저에서 install 하거나.. UsageTo use zk-web, you need leiningen and git current.. 더보기
java SDK 설치 https://ivan-site.com/2012/05/download-oracle-java-jre-jdk-using-a-script/ os 버전에 맞게 wget 다운로드. ex)wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u51-b13/jdk-7u51-linux-x64.tar.gz" 더보기
git를 서버에 설치하기. http://git-scm.com/download/linux에서 os는 맞는 방법으로 진행. 나같은 경우는 cen-os 장비환경. yum install git( what is yum? http://ko.wikipedia.org/wiki/Yum , https://access.redhat.com/site/ko/node/82093 ) 으로 설치하려 했지만.기본적으로 root 권한이 필요해서 sudo 명령으로(http://ko.wikipedia.org/wiki/Sudo) 설치 ex)sudo yum install git 그러면, 설치과정을 물어 보고, y 로 넘기면 설치 완료.완료 후에는 git --version 으로 설치 확인하면 끝~ 더보기
Redis slowing down when rewriting AOF files. redis 가 AOF 방식이고, aof파일에 대한 rewritting 이 일어나는 동안,jedis(java) 클라이언트가 redis connection pool 반환을 받지 못하는 상태가 종종 발생 한다. redis.log[4554] 17 Jan 10:54:11 * Starting automatic rewriting of AOF on 100% growth[4554] 17 Jan 10:54:12 * Background append only file rewriting started by pid 13226[13226] 17 Jan 10:55:58 * SYNC append only file rewrite performed[4554] 17 Jan 10:55:59 * Background AOF rewrite ter.. 더보기
18 Java Tomcat Application Optimization Tips http://www.sys-con.com/node/1936273 Tomcat. It’s more than that cute little figure above. Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. This servlet container software powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. Now, we all know that the Internet is a great .. 더보기
CommonSQLServerMyths CommonSQLServerMyths 더보기
sqler SQL 2000 강의 링크 http://www.sqler.com/bSQL2000Lec 더보기