오래전 이야기/Open Tools 67

[펌] Stress 툴을 이용한 Tunning 전략

Table of Contents JMeter란 무엇인가? JMeter의 설치 JMeter 간단예제 Elements of a Test Plan Test Plan Controller Samplers Logic Controllers Listeners Timers Assertions Configuration Elements Pre-Processor Elements Post-Processor Elements 실전 예제 JMeter란 무엇인가? 다음은 JMeter 홈의 JMeter의 소개와 관련된 부분이다. Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performan..

vncserver

1. VNC 서버 설치 유무 확인 -> rpm -qa | grep vnc 2. VNC 사용자 생성 (root 계정) -> /etc/sysconfig/vncservers 파일에 VNCSERVERS="1:root" 추가 3. 사용자 홈디렉토리에 .vnc 디렉토리 생성 4. vncpasswd 명령으로 vnc 접속 패스워드 설정, .vnc/passwd 파일 생성 확인 5. vnc 서버 가동 -> service vncserver start -> service uncserver status // 서버 가동 유무 확인 6. vnc 클라이언트 접속 (구린 화면) -> ip:1 7. 예쁜 화면 만들기 -> ./vnc/xstartup 의 4, 5행 주석 제거 #!/bin/sh # Uncomment the following..

php: freetype 관련

php5에서는 freetype이 지원 안함. php5버전을 설치한 경우 downgrade 추천. 설치시 옵션은 ./configure --with-apxs2 --with-mysql=/usr/ --enable-magic-quotes --enable-trans-sid --with-xml --enable-inline-optimization --disable-debug --with-openssl --with-iconv --with-curl --with-gd --with-jpeg-dir=/usr/lib --with-gd --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-gif-dir=/usr/lib --with-ttf --enable-gd-native-ttf --w..

awstats 설치

OS: FC4 Homapage: http://awstats.sourceforge.net/ 1. yum을 이용하여 awstats을 설치한다. yum install awstats 이정도만 해도 리포트나오는데는 별 문제가 없지만 주로쓰는 geoip를 적용하려면 몇가지 펄모듈을 설치해야 한다. 2. pure perl 모듈 설치 Homepage: http://www.maxmind.com/app/c 2-1. wget http://www.maxmind.com/download/geoip/api/pureperl/Geo-IP-PurePerl-1.17.tar.gz tar xvfzp Geo-IP-PurePerl-1.17.tar.gz cd Geo-IP-PurePerl-1.17 perl Makefile.pl make make t..