메일 성능 테스트 프로그램 mstone 설치법 임당..... cent os base 입니다.
ubuntu 나 혹은 다른 os 도 의존성 패키지만 설치하면 잘 설치 됩니다.
0. required
>yum install gd
>yum install gnuplot
1. install cmake
require gcc-c++ package, if uninstalled >yum install gcc-c++
>wget http://www.cmake.org/files/v2.8/cmake-2.8.0-Linux-i386.tar.gz
>tar zxvf cmake-2.8.0-Linux-i386.tar.gz
>cd cmake-2.8.0-Linux-i386
>cp -R * /usr
2. install mstone , URL : http://mstone.sourceforge.net/
>wget http://downloads.sourceforge.net/project/mstone/mstone/4.9.4/mstone%2Bdocs-4.9.4.tar.gz?use_mirror=cdnetworks-kr-2
> tar mstone-version.tar.gz
> cd mstone-version
> ccmake CMakeLists.txt ( type "c" and type "g" )
> make
> make install
3. setup
> cd /usr/local/mstone
> ./mstone setup
4. configuration
/usr/local/general.wld
/usr/local/smtp.wld
5. where is mail data ?
/var/tmp/*.msg
if add *.msg files....
create /usr/local/mstone/data/yourfile.msg
/usr/local/mstone/mstone setup
if add *.msg files....
create /usr/local/mstone/data/yourfile.msg
/usr/local/mstone/mstone setup
6. test
> ./mstone smtp -t 10s -l 30 -b "100s model smtp test, version 1.0.0"
-t time Test time. s=seconds, m=minutes, h=hours
-l load Number of test clients to use.
-b 'banner' Test description banner.
'IT > Tips' 카테고리의 다른 글
GoldenDict 설치 및 설정 (0) | 2011.10.28 |
---|---|
Ubuntu nautilus Add Buttons for New Folder (0) | 2011.09.22 |
CLI (Command Line Interface) instead of shell (0) | 2011.03.09 |
ubuntu 이뿐 theme (0) | 2011.02.09 |
리눅스 파일 최대 개수 , 파일 최대 사이즈, 디렉토리 최대 개수 (0) | 2011.01.31 |