1.在測試所用的機器和openfire服務機器上安裝erlang、tsung等軟體,且位置、版本相同
2.執行openfire服務,包括集群
3.編寫or修改tsung指令碼
1)openfire服務為集群模式
tsung指令碼修改如下
2)tsung為集群模式進行測試
由於一台電腦的最大連線數受限,需要多台測試機壓更多的使用者
每台測試機互相需要ssh登入免密碼
tsung指令碼修改如下
修改電腦本身的最大連線數
檢視最大連線數
#ulimit -n
臨時修改,僅對該頁所在程式有效
#ulimit -n 65535
永久修改,以root使用者修改/etc/security/limits.conf,新增以下幾行
root soft onproc 65535
root hard onproc 65535
4.執行指令碼
如tsung為單機,#tsung -f one.xml start
其中one為指令碼名稱
如tsung為集群,#tsung -s -f jq.xml start
tsung安裝測試
wget wget 解壓tzr zxf 或者 tar xzvf 編譯cd opt src 17.0 configrue 報錯error no curses library functions foundconfigure error bin sh home niewf software erlang...
tsung 安裝及測試使用
2.安裝gnuplot 5.0.6.tar.gz 放在tsung下,使用tar zvxf gnuplot 5.0.6.tar.gz解壓 進入cd gnuplot 5.0.6目錄下 使用命令 configure prefix usr local gnuplot 使用make make install ...
03 tsung測試報告分析
一 合成測試報告 l 執行tsung,產生log root cftest1 tsung tsung s start starting tsung log directory is root tsung log 20180115 1146 l 合成報告 root cftest1 20180115 11...