zoukankan      html  css  js  c++  java
  • IM类软件的性能测试目的-摘录

    今天在了解即时通讯类软件的测试方法的时候,突然看到了来自某个网站的一些信息,摘录下来,以后会用到的。

    如果有人有即时通讯类软件的测试经验,可以联系我QQ 1154892450,真的有好多问题需要咨询,感谢。。。

    1. Standard test when the user session was about 20 minutes length, arrival duration 60 minutes. This test was mainly to compare the server behavior with different user roster sizes. The maximum number of users' connections was tuned by adjusting connections rate. This was however limited by the database which couldn't handle load generated by connection rate above 0.0045 sec.
    2. Extended test similar script to standard one but the user session time has been extended by putting script body in a loop. This was done to get maximum possible number of user connections in the test to see how Tigase can handle that.

    摘自:

    http://www.tigase.org/content/tigase-load-tests-again-500k-user-connections

    大概意思:

    标准测试:当用户的会话时间在20分钟到60分钟的时候,测试的主要目的是观察服务器在不同的压力下的行为。用户的最大连接取决与连接速度,如果连接速度超过了0.045秒则代表着数据库不能处理更多的数据了。

    增强测试:类似的脚本标准已经处于不断的循环中,这是为了最大可能的获得可支持的用户连接数。

    翻译的可能不对。

  • 相关阅读:
    windows10更新导致中文乱码
    优化国际网站从一分钟到4~6秒
    修改elementUI组件自带的提示文字并支持国际化
    Python钉钉报警及Zabbix集成钉钉报警
    Go热门开源项目大全
    CentOS7基于ss5搭建Socks5代理服务器
    sass map !default 属性覆盖
    Linux下mv命令高级用法
    设置与查看Linux系统中的环境变量
    Linux下more命令高级用法
  • 原文地址:https://www.cnblogs.com/kevinqinan/p/3725226.html
Copyright © 2011-2022 走看看