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
設定環境變數以便下一步安裝tsung時使用
[root@tester~]#export path=$path:/usr/local/gnuplot/bin/
驗證gnuplot是否安裝成功
[root@tester~]#gnuplot 測試是否成功
3.安裝tsung-1.6.0.tar.gz
放入tsung下,該許可權chmod 755 tsung-1.6.0.tar.gz
使用tar –zvxf tsung-1.6.0.tar.gz解壓
進入cd tsung-1.6.0目錄下
使用命令./configure --prefix=/usr/local/tsung
使用make && make install
設定環境變數以便下一步安裝tsung時使用
[root@tester~]#export path=$path:/usr/local/tsung/bin/
驗證gnuplot是否安裝成功
[root@tester~]#tsung 測試是否成功
如果一直出現error while running gnuplot: 對裝置不適當的 ioctl 操作 at /usr/local/tsung/lib/tsung/bin/tsung_stats.pl line 255. can't locate template.pm in @inc 是沒安裝template
安裝perl的template
# tar -zxvf template-toolkit-2.22.tar.gz
# cd template-toolkit-2.22
# perl makefile.pl
# make
# make test
# make install
配置環境變數
進入cd /etc/profile
report_home=/usr/local/lib/tsung/bin
erlang_home=/usr/local/erlang/bin
gnuplot_home=/usr/local/gnuplot/bin
tsung_home=/usr/local/tsung/bin
path=$path:$erlang_home:$gnuplot_home:$tsung_home:$report_home
export path
使用source /etc/profile讓配置生效
4.測試
使用cd /usr/local/tsung/share/doc/tsung/examples進入tsung列子
拷貝cp http_******.xml ~/.tsung/tsung.xml
進入cd ~/.tsung/tsung.xml
編輯 vi tsung.xml
主要的配置有
我使用get和post測試成功,指令碼錄製後tsung_recorder stop會提示我沒有執行 tsung recorder總是不成功,誰知道了可以告訴我,多謝了
都是登陸,看你想用哪個了
使用tsung start啟動 完成後會生成一日期名字的資料夾會在命令列中顯示出來如 20170408-1446
然後你可以通過看控制台或者tomcat有沒有列印一些語句判斷是否成功
當然也可以先生成報告在判斷是否成功
使用 cd ~/.tsung/log/20170408-1446/進入
使用命令/usr/local/tsung/lib/tsung/bin/tsung_stats.pl生成報告會出現以下資訊
[root@hank ]# cd ~/.tsung/log/20170408-1446/
[root@hank 20170408-1446]# /usr/local/tsung/lib/tsung/bin/tsung_stats.pl
warn, last interval (5) not equal to the first, use the first one (10)
no data for bosh
no data for match
no data for event
no data for async
no data for errors
報告生成成功,把20170408-1446拷貝到windows下開啟report.html
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安裝與使用
設定 從 usr share doc tsung examples 中挑一兩個例子拷貝到 tsung tsung.xml 作為配置檔案。我只需要 http 測試,所以 tsung 採用了巧妙的 proxy 方式來 錄製 測試指令碼。具體來說,就是建立乙個本機的 http proxy 預設使用 809...
Tsung 錯誤及處理
執行 usr lib tsung bin tsung stats.pl 出現錯誤 1.cant exec gnuplot.需要安裝gnuplot 2.can t locate template.pm in inc inc contains etc perl usr local lib perl 5....