1. 參考 http://blog.csdn.net/foxisme2/article/details/7521139
http://blog.csdn.net/foxisme2/article/details/7528148
其中生成測試報告的 命令 由於我本機tsung 的安裝路徑和上面資料的不同 需要使用
/usr/local/lib/tsung/bin/tsung_stats.pl (使用 whereis tsung 找到tsung 的安裝路徑)
其中配置文件 <client host="localhost" use_controller_vm="true" maxusers="60000"> 注意添加 maxusers 配置 否則注冊產生1000個客戶端的時候會自動結束
2. 生成的報告沒有圖片 參照下面的資料 (安裝缺少的庫)
http://blog.csdn.net/spider_zhcl/article/details/6073920
3. 同時在線的壓力測試配置參見
http://blog.csdn.net/simonhe1973/article/details/4456311
4. openfire 的優化參見 (使用了 mongodb 和redis)
http://www.360doc.com/content/12/0601/16/9544_215230754.shtml
5.tsung生成的報告解釋
http://linyu19872008.iteye.com/blog/1605707
6. 需要將centos 的打開最大文件數的限制打開, 客戶端 和服務端都需要打開,並重啟服務