Tigase学习

1、Tigase启动入口类:
src/main/java/tigase/server/XMPPServer.java

init.properties中 –sm-plugins sm:SessionManager

CData : Connector Data 只是猜测,不清楚对不对

Tsung压力测试
Tsung下载

下载:http://tsung.erlang-projects.org/
下载压缩包,或者通过命令行进行下载,选择合适的版本

How to uninstall Erlang on Ubuntu:

sudo apt-get purge erlang*
Uninstall Erlang on Fedora:

sudo yum remove erlang*
If you installed erlang from source using the default home directory, you would need to rm -rf /usr/local/erlang/.

Additional cleanup might me required if you had manually copied libraries or executable to other folders, like /lib or /bin.

https://stackoverflow.com/questions/22396240/how-to-uninstall-or-upgrade-erlang-otp

https://blog.csdn.net/libing1991_/article/details/47423881
https://blog.csdn.net/libing1991_/article/details/47684433
https://www.awaimai.com/628.html
https://blog.csdn.net/allen056/article/details/53812559

wget http://tsung.erlang-projects.org/dist/tsung-1.7.0.tar.gz
tar zxvf tsung-1.7.0.tar.gz
cd tsung-1.7.0
编译:
./configure –prefix=/usr/local/tsung –with-erlang=/usr/local/erlang
make
make install
验证是否安装成功,先做个软连接方便使用tsung命令
[root@tester~]#ln -s /usr/local/tsung/bin/tsung /usr/bin/
[root@tester~]#tsung

Ubuntu
./configure –prefix=/usr/local/tsung 预先指定安装位置,可以试下(小编没试)

运行环境是依赖于erlang和gnuplot
sudo apt-get install erlang erlang-src gnuplot perl5
http://www.inter12.org/archives/867
:~# apt-get install tsung
安装目录在 /usr/lig/tsung下
:/# find ./ -name ‘tsung’ -type d 可以用此命令搜索tsung目录

这里写图片描述

~# mkdi .tsung
这里写图片描述

# erl 进入erl命令
1>help().
q(). 退出erl 命令, 方法后加. 例 help().

[root@tester~]#perl –v
命令查看显示perl 当前版本信息。
[root@tester~]#gnuplot
命令查看gnuplot 的安装版本
exit 退出

[root@tester~]#erl
显示下面样子结果说明安装成功:

https://www.awaimai.com/628.html#i-2
https://www.cnblogs.com/tsbc/p/4272974.html

Tigase资料
https://blog.csdn.net/hurryjiang/article/details/47976911
https://blog.csdn.net/jerry0827/article/details/8860731
https://blog.csdn.net/chszs/article/details/49886247
https://blog.csdn.net/cancer_dd/article/details/38872497
https://blog.csdn.net/nomousewch/article/details/34097565
https://blog.csdn.net/hurryjiang/article/details/48026219

https://my.oschina.net/greki/blog/209726
http://crazysky.iteye.com/blog/722072
https://my.oschina.net/greki/blog/209739
http://www.360doc.com/content/16/0410/11/16915_549422434.shtml
http://www.360doc.com/content/16/0410/12/16915_549427391.shtml
http://blog.51cto.com/chenyanxi/1436702
https://blog.csdn.net/hurryjiang/article/details/47973645
http://www.360doc.com/content/16/0410/12/16915_549427281.shtml
https://blog.csdn.net/hurryjiang/article/details/47974445
http://jianfulove.iteye.com/blog/2171087
http://ju.outofmemory.cn/entry/82872
https://my.oschina.net/lujianing/blog/228420
http://www.codeweblog.com/%E6%A0%B9%E6%8D%AE%E6%BA%90%E7%A0%81%E7%A0%94%E7%A9%B6tigase%E5%86%85%E9%83%A8%E5%A4%84%E7%90%86%E6%9C%BA%E5%88%B6/
http://www.codeweblog.com/tigase%E6%8F%92%E4%BB%B6-%E2%80%93-%E7%BC%96%E5%86%99%E6%8F%92%E4%BB%B6/
http://www.mamicode.com/info-detail-1004006.html
https://blog.csdn.net/hurryjiang/article/details/47976911
http://jianfulove.iteye.com/blog/2175750
https://www.cnblogs.com/tsbc/p/4272974.html
https://www.awaimai.com/628.html#i-2
https://blog.csdn.net/jeepxiaozi/article/details/42784201
http://www.mamicode.com/info-detail-97036.html
https://www.cnblogs.com/yangxia-test/p/4330571.html
https://blog.csdn.net/allen056/article/details/53812559
https://blog.csdn.net/wohuozheng/article/details/70173363

天行健 Tigase中文文档-开发者部分

知行天下 http://www.inter12.org/archives/date/2014/06

猜你喜欢

转载自blog.csdn.net/w690333243/article/details/80245014