Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1386944
  • 博文数量: 140
  • 博客积分: 8518
  • 博客等级: 中将
  • 技术积分: 1822
  • 用 户 组: 普通用户
  • 注册时间: 2005-03-01 22:23
个人简介

嘿嘿!

文章分类
文章存档

2016年(2)

2015年(5)

2014年(6)

2013年(11)

2012年(11)

2011年(3)

2010年(4)

2009年(4)

2008年(8)

2007年(23)

2006年(26)

2005年(37)

分类: 系统运维

2008-07-25 13:58:34

也许有人反映sipp-3.1版本加载csv文件会失败。sipp -inf xxxx.csv ..........
看了以下sipp-3.1的帮助
 -inf             : Inject values from an external CSV file during calls into
                      the scenarios.
                      First line of this file say whether the data is to be
                      read in sequence (SEQUENTIAL), random (RANDOM), or user
                      (USER) order.
                      Each line corresponds to one call and has one or more
                      ';' delimited data fields. Those fields can be referred
                      as [field0], [field1], ... in the xml scenario file.
                      Several CSV files can be used simultaneously (syntax:
                      -inf f1.csv -inf f2.csv ...)
需要在csv文件的第一行注明该csv文件是一个个队列式的读呢?还是随机读呢?还是按照用户命令读呢?
所以需要在csv文件第一行写上要读取该文件的方式,我写得是
random
 
阅读(6745) | 评论(9) | 转发(1) |
0

上一篇:我幻想着有一天

下一篇:腾讯 I Love you!

给主人留下些什么吧!~~

chinaunix网友2008-12-08 17:41:25

请教老大: 为什么我发的消息服务端接不到 下面是我的参数 sipp 192.68.0.20:5060 -base_cseq 100 -i 192.168.0.20 -p 7003 -l 1 -trace_msg -sf calling.xml -inf calling.csv 端口和IP都没有任何错误 生成的第一个消息在日志内容: Via: SIP/2.0/UDP 192.168.0.20:7003;branch=z9hG4bK-6076-1-1;rport Max-Forwards: 70 Contact: To: From: "8613600000001";tag=1 Call-ID: 333333///1-6076@192.168.0.20 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL,

chinaunix网友2008-07-28 22:21:41

bob,小窝不错,最近忙啥