Displaying 11 results from an estimated 11 matches for "sut".
Did you mean:
set
2018 Mar 06
2
[OT] Load testing with SIPp
...do produce simple SIP trunking services without
transcoding.
The box sending call to my System Under Test is anabled with SIPp.
I'm banging on a 700 concurrent calls/50 CAPS limit I would like to
improve, if possible.
Tests are done with both signaling and media like this:
SIPp <---> SUT (asterisk 13) <---> Asterisk box echoing media
I checked bandwidth first and got 930 Mb/s on each leg (from SIPp to SUT or
SUT to echoing box) using iperf3 TCP testing though my target relies on UDP
My questions are:
1. Have you ever noticed a better scalability using UDP or TCP ?
2. Whe...
2005 Feb 07
3
SIPP load testing - unexpected message - anyone using sipp sucessfully ?
...2005-02-08 00:23:36: Unexpected message for Call-ID
'1.3972.192.168.0.101@sipp.call.id': while expecting '100' response,
received 'SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 192.168.0.101:5060;received=193.77.90.224;rport=5060
From: sipp <sip:sipp@192.168.0.101:5060>;tag=1
To: sut <sip:service@193.77.158.104:5060>;tag=as3e7533a6
Call-ID: 1.3972.192.168.0.101@sipp.call.id
CSeq: 1 INVITE
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER
Contact: <sip:service@193.77.158.104>
Content-Length: 0
' .
2005-02-08 00:23:36: Unexpected message fo...
2008 Mar 13
2
Using loop numbers in write.csv
This is a question I have wanted to ask for a while but hesitated
because I was sut sure I would find the answer on my own, but as of
yet...no dice.
1) Is there a way to use the loop number in naming things in R.
Specifically I have a simulation that has two loops. I would like to
be able to write out the results to a csv file after each iteration.
something like:
for...
2006 Aug 08
1
Client/server test harness - Crucible 1.6
...//crucible.sourceforge.net/docs/oscon_2006.pdf
Briefly, Crucible is a collection of bash and perl tools (originally
inspired by the Samba build farm, in fact) for patching/booting kernels
on multiple machines and coordinating testing on them. It uses a
network filesystem for communication between SUTs and the test driver,
and can be customized and extended with bash, perl, or other scripting
languages. In the case that a machine's test kernel has failed, it is
able to get the console messages and reset the machine back to a
known-good kernel. We've also added a network emulation layer...
2009 Mar 31
9
Hwo to disable the polling function of mac_srs
In crossbow, each mac_srs has a kernel thread called "mac_rx_srs_poll_ring"
to poll the hardware and crossbow will wakeup this thread to poll packets
from the hardware automatically. Does crossbow provide any method to disable
the polling mechanism, for example disabling the this kernel thread?
Thanks
Zhihui
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Dec 15
2
rsync output under CentOS 6
Hello Les,
Sunday, December 14, 2014, 7:18:09 PM, you wrote:
LM> Folders should only be listed if timestamps or permissions are different.
Further experimentation shows this to be the case IF the destination is
another local drive.
Unfortunately the required destination is a CIFS share, which might change
things.
--
Best regards,
Niamh mailto:niamh at
2014 Dec 15
0
rsync output under CentOS 6
...PqnlwZUB+EHKoXuIvg0yU2Bhj8mQVNV9S2T59LT
xmK46OXxERUHT2HhBwBXEQ44HMIRcsZ4lthu87/LlsFY98DB2IpicTKttAW9HHNj
0M6kdRDnYQ9jUr33z/GcJAuFn4feRAadwnh97TI+BBL1RwKxtCNVMS/A8mL8j0gM
M4qt6bmCRgdqXTvfiAoMbYx30lUqlyJ5K89ybJFSz2VUfSWBjwT3qlMPMBEX7hJo
2ullgPX1lKXXrOMdgX83FNhxcGDXI7X+QuUJYkkrRKOHFPkKUjL1gTVLp/kG9U0E
Suts+ePLGVQRe7Wh6iLoMi2gZeYaK65/JPeUzHiJOFrw3gr+PhNATauX1VKVEAUi
P+JslheOxiWDOjGpz3d+v/v/btRufbSl4RHxGczB6KDJs4N3LIfsGMN7CBBN7wBv
wZwgpjnFWfoC7wsCo6TUQDbg8g87TPmGYpkKTLpSpl9fPLWxxFhCI301dazUbOTb
0AvOYLXz10eZ7gMj6fZC
=ca+u
-----END PGP SIGNATURE-----
2003 Aug 04
3
Breusch-Godfrey Test
> Dear R Helpers!
>
> bgtest{lmtest} performs the Breusch-Godfrey test for higher
> order serial
> correlation.
>
> Is the Higher Order Correlation function already programmed in
> R I couldn't find it?
>
> Sergei Petrov
>
?acf
?pacf
HTH,
Bernhard
----------------------------------------------------------------------
If you have received this e-mail
2005 Sep 27
0
asterisk@home inbound call problem to SIP trunk. (voipfone UK)
...the following :-
user context name = 3011XXXX
context=from-pstn
dtmfmode=rfc2283
fromdomain=voipfone.co.uk
host=voipfone.co.uk
insecure=very
secret=XXXXXX
type=user
user=3011XXXX
username=3011XXXX
To be honest a lot of this is guesswork so could be wrong. I've tried
a lot of others settings sut still get no inbound calls. I also went
into inbound routing and created a default route with icoming calls
sent to my extention. That is all I have done.
If I call my PSTN number from the PSTN i get a log entry and it shows
the calling PSTN number so It looks to me as though the trunk must be
oka...
2007 Feb 05
10
how does Mocha compare in terms of classical vs mock-based testing, and stubbing???
Hi guys,
I''ve just been reading Martin Fowler''s article re mock versus
stubbing<http://martinfowler.com/articles/mocksArentStubs.html>where
he compares traditional TDD testing techniques with mock based
testing. I''d be interested in comments from a ruby on rails perspective in
terms of this and Mocha? For example:
a) Do you see Mocha as a robust way to test Ruby
2008 Sep 27
3
test call generator
Hello everyone
I am trying to look for a free test call generator that will get me some
stats like PDD, ASR and call quality etc on each route. As well as do test
at every interval too
If you know something like this please enlighten me.
Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: