简体   繁体   English

在SIPp中自动提高通话费率并将其转储到CSV文件中

[英]Increasing the call rate automaticallyin SIPp and dump it in CSV file

I use this command in sipp for generating load on my SIP servlet container 我在sipp中使用此命令在SIP servlet容器上生成负载

./sipp -sf uac.xml 127.0.0.1:5080 -trace_rtt

Two things I need. 我需要两件事。 The first one is increasing the load automatically, for example: add 100 call/second. 第一个是自动增加负载,例如:每秒增加100个呼叫。 The second one is the CSV file I get just have response time and time stamp, it does not include the call rate. 第二个是我得到的CSV文件,只包含响应时间和时间戳,它不包括通话费率。

Any one can help?? 任何人都可以帮忙吗?

I found the asnwer in SIPp documentation 我在SIPp文档中找到了答案

First problem: 第一个问题:

-rate_increase 10 -fd 5s

this code increases call rate by 10 each 5 seconds. 此代码每5秒将通话率提高10。

Second problem: 第二个问题:

add this parameter 添加此参数

-trace_stat

so my command should be like this 所以我的命令应该是这样的

./sipp -sf uac.xml 127.0.0.1:5080 -trace_rtt -trace_stat -rate_increase 10 -fd 5s

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM