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_r13b01/erts/configure
'failed
forerts
解決方案
apt-cache search ncurses
sudo apt-get install libncurses5-dev
重新回到編譯步驟
然後make
make install
打完收工.
dpkg -i ./libssl-dev_1.0.2_amd64.deb 安裝 deb軟體
其他命令備註
安裝 sudo apt-get install tsung
解除安裝 sudo apt-get remove --purge erlang
使用 whereis tsung 找到tsung 的安裝路徑
開啟檔案 xdg-open
接著...
尼瑪註冊500上不去了。。 改掉了open file數 改掉埠數 sudo vi /etc/sysctl.conf
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 ...
Tsung安裝與使用
設定 從 usr share doc tsung examples 中挑一兩個例子拷貝到 tsung tsung.xml 作為配置檔案。我只需要 http 測試,所以 tsung 採用了巧妙的 proxy 方式來 錄製 測試指令碼。具體來說,就是建立乙個本機的 http proxy 預設使用 809...
利用Tsung測試Openfire服務
1.在測試所用的機器和openfire服務機器上安裝erlang tsung等軟體,且位置 版本相同 2.執行openfire服務,包括集群 3.編寫or修改tsung指令碼 1 openfire服務為集群模式 tsung指令碼修改如下 2 tsung為集群模式進行測試 由於一台電腦的最大連線數受限...