gpt4 book ai didi

node.js - Ubuntu 下增加最大连接数? (Tsung并发测试)

转载 作者:太空宇宙 更新时间:2023-11-03 23:11:34 25 4
gpt4 key购买 nike

我正在测试NodeJs,特别是并发性。我正在为此使用 Tsung。不幸的是,Tsung 似乎无法产生足够的用户。尽管仍有约 2GB RAM 未使用,但我仅获得约 30K 并发连接。 (Check the charts)

XML 配置文件如下:

<tsung loglevel="notice" version="1.0">
<!-- Client side setup -->

<clients>
<client host="localhost" use_controller_vm="false"/>
<client host="localhost" use_controller_vm="false"/>
</clients>
<!-- Server side setup -->

<servers>
<server host="localhost" port="8000" type="tcp"/>
</servers>

<!--
to start os monitoring (cpu, network, memory). Use an erlang
agent on the remote machine or SNMP. erlang is the default
-->

<monitoring>
<monitor host="localhost" type="erlang"/>
</monitoring>

<load>

<arrivalphase phase="1" duration="50" unit="minute">
<users interarrival="0.000000001" unit="second"/>
</arrivalphase>
</load>

<sessions>

<session name="nodeJS" probability="100" type="ts_http">

<for from="0" to="40" incr="1" var="counter">

<request>
<http url="http://localhost:8000/" version="1.1" method="GET"/>
</request>
<thinktime random="false" value="300"/>
</for>
</session>
</sessions>
</tsung>

那么如何增加用户,以便使用所有RAM???

最佳答案

我解决了这个问题!!!我只需要增加端口范围。凭借 4GB RAM,我几乎达到了最大可能的端口范围。正好 61980 个同时连接。很棒的 NodeJ!

关于node.js - Ubuntu 下增加最大连接数? (Tsung并发测试),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4598914/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com