gpt4 book ai didi

load-testing - 负载测试和 Tsung - 它适用于 ec2 吗?

转载 作者:行者123 更新时间:2023-12-04 04:38:24 26 4
gpt4 key购买 nike

我试图让 tsung 在 ec2 上工作,但无济于事。这就是人们倾向于使用 jmeter 的原因吗? Tsung 在单个主机上工作,但在 ec2 上根本不工作。

1) 我使用同一个区域,因此在 ec2 上使用私有(private) dns 和 ip。

2) 我创建一个 master 并使用以下命令在 master 上创建一个 ssh key 。

cd /home/ubuntu/.ssh;
ssh-keygen -f id_rsa -t rsa -N ''

3) 然后,在从设备的 eash 上,我将生成的 key 放入 auth key 中。

/home/ubuntu/.ssh/authorized_keys

4) 在从机上,根据文档,我的/etc/hosts 文件看起来像这样。

xxx.xxx.xxx.xxx ip-10-xxx-xxx-xxx

4) 在 master 上运行 sudo tsung start。我可以通过 ssh 进入奴隶没有密码。

在日志文件中我得到这个错误:

   =INFO REPORT==== 28-May-2012::03:51:12 ===
ts_config_server:(0:<0.76.0>) Can't start newbeam on host
'ip-xxx-xxx-xxx (reason: timeout) ! Aborting!]]

5) 文档提供了解决问题的提示,但这些提示绝不是意味着完全清楚,因为我仍然收到此错误。但是我有完成 list 上的所有要求。a)ssh 在没有密码的情况下工作 i.el ssh 主机名 erlb) 移除应用装甲c) 我的主机看起来像这样 xxx.xxx.xxx ip-xxx-xxx-xxx

6) 下面是我的 tsung.xml 文件。

<?xml version="1.0"?>
<!DOCTYPE tsung SYSTEM "/usr/share/tsung/tsung-1.0.dtd">
<tsung loglevel="debug" dumptraffic="true" version="1.0">

<clients>
<client host="ip-10-xxx-xxx-xxx" cpu="1"><ip
value="10.yyy.yyy.yyy"></ip></client>
</clients>
<servers>
<server host="xxx.xxx.xxx.xxx" port="80" type="tcp"></server>
</servers>

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


<options>
<option type="ts_http" name="user_agent">
<user_agent probability="80">Mozilla/5.0 (X11; U; Linux i686;
en-US; rv:1.7.8) Gecko/20050513 Galeon/1.3.21</user_agent>
<user_agent probability="20">Mozilla/5.0 (Windows; U; Windows
NT 5.2; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4</user_agent>
</option>
</options>

<sessions>
<session name="http-example" probability="100" type="ts_http">
<!-- full url with server name, this overrides the "server"
config value -->
<request> <http url="/pixel" method="GET"
version="1.1"></http> </request>
<thinktime value="1" random="true"></thinktime>
</session>
</sessions>
</tsung>

最佳答案

在主机上执行以下操作:

cd /home/ubuntu/.ssh
ssh-keygen -f id_rsa -t rsa -N ''
eval `ssh-agent`
ssh-add ~/.ssh/id_rsa

for each slave:
ssh-keyscan EC2_PUBLIC_DNS_NAME | tee -a ~/.ssh/known_hosts

或者使用私有(private) dns 名称

#        You can add this in .ssh/config on the master node:
# >
# > Host *
# > StrictHostKeyChecking no

关于load-testing - 负载测试和 Tsung - 它适用于 ec2 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10779330/

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