Displaying 20 results from an estimated 521 matches for "mbits".
Did you mean:
bits
2004 Feb 25
1
Wan Simulation / Bw/Latency testing
Hi, i have a question if linux is able to do the same thing that
commercial wan simulators do (which cost 7000 $ or more).
Basicly i want to use the following setup.
Linux Router Machine
192.168.0.1 192.168.1.1 Eth0 192.168.10.1 Eth5
192.168.2.1 Eth1 192.168.100.1 WEB Server.
192.168.3.1 Eth2
2011 Jan 11
1
Bonding performance question
...local 10.10.15.193 port 5001 connected with 10.10.15.187 port 49231
[ 6] local 10.10.15.193 port 5001 connected with 10.10.15.188 port 53197
[ 7] local 10.10.15.193 port 5001 connected with 10.10.15.189 port 55309
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-10.0 sec 1.10 GBytes 941 Mbits/sec
[ 5] 0.0-10.0 sec 872 MBytes 728 Mbits/sec
[ 6] 0.0-10.0 sec 318 MBytes 267 Mbits/sec
[ 7] 0.0-10.0 sec 1.10 GBytes 939 Mbits/sec
[ 8] local 10.10.15.193 port 5001 connected with 10.10.15.184 port 48589
[ 4] local 10.10.15.193 port 5001 connected with 10.10.15.187 port 49234...
2013 Apr 04
1
Freenas domU network performance issue
Hi guys,
I''m running a freenas domU (FreeBSD 8.3 based, ZFS v28, 2 vcpus mapped to
the same HT capable core) to serve storage for all purpose including other
domUs running on the same host. I did some study to understand how well it
works and the result is kind of confusing.
In summary, the network performance between domains on the same host is
worse than expected. And NFS service to
2014 Nov 28
1
poor throughput with tinc
Hi,
I am testing tinc for a very large scale deployment.
I am using tinc-1.1 for testing.
test results below are for tinc in switch mode. all other settings are
default. test is performed in LAN env. 2 different hosts.
I am getting only 24.6 Mbits/sec when tinc is used.
without tinc on the same hosts/link I get 95 to 100 Mbits/sec using iperf.
Over Tinc:
iperf -c 192.168.9.9 -b 100m -l 32k -w 128k
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 29.4 MBytes 24.6 Mbits/sec
[ 3] Sent 940 datagrams
[ 3] Server Report:
[ 3]...
2011 Nov 17
1
Just getting noise
...orking off of was converting
the shorts to floats then calling the other encode/decode methods.
Based off of your suggestions I tried the following but I get the same
result.
virtual Enigma::u8* Encode(Enigma::u8* inputBuffer,size_t inputSize,
size_t& outputSize)
{
speex_bits_reset(&mBits);
speex_encode_int(mState, (Enigma::s16*)inputBuffer, &mBits);
speex_bits_insert_terminator(&mBits);
outputSize = speex_bits_nbytes(&mBits);
/*Copy the bits to an array of char that can be written*/
Enigma::u8* cbits = new Enigma::u8[outputSize]();
speex_bits_write(&a...
2005 Jan 05
4
Encoding and decoding problem in speex 1.0.4
...*encodedBuffer = new char[RECBUFFER/2]; /*
RECBUFFER = 2000 */
short speexShort;
float speexFloat[RECBUFFER/2];
void *mEncode = speex_encoder_init(&speex_nb_mode);
/*Initialization of the structure that holds the bits*/
speex_bits_init(&mBits);
// Convert the audio to a short then to a float buffer
int halfBufferSize = RECBUFFER/2;
for (int i = 0; i < halfBufferSize; i++)
{
memcpy(&speexShort, &buffer[i*2], sizeof(short));
speexFloat[i] = speexShort;
}
// Encode the...
2010 May 29
1
IFB0 throughput 3-4% lower than expected
...Client connecting to mr-cool, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.3.21 port 60537 connected with 192.168.3.27 port
5001 [ ID] Interval Transfer Bandwidth
[ 3] 0.0- 4.0 sec 2.49 MBytes 5.23 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] 4.0- 8.0 sec 2.46 MBytes 5.16 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] 8.0-12.0 sec 2.27 MBytes 4.75 Mbits/sec
[ ID] Interval Transfer Bandwidth
[ 3] 12.0-16.0 sec 2.43 MBytes 5.10 Mbits/sec
[ ID] Interval...
2006 Jan 04
3
TC/CBQ shaping problems
Hello everyone,
I''m a newbie experimenting with CBQ shaping and am facing a few problems.
Can any of you please help?
TEST SETUP:
+---------------+ +----------------+
| 10.0.0.103 |----------->| 10.0.0.102 |
+---------------+ +----------------+
10.0.0.103: Linux, 100Mbit/s NIC
10.0.0.102: Windows, 100Mbit/s NIC, iperf tcp server (ports 2000 and 2001)
WHAT I
2011 Nov 16
2
Just getting noise
...size_t& outputSize)
{
short *in=(short*)inputBuffer;
float *input = new float[(inputSize/2)]();
int nbBytes;
int i;
for (i=0;i<(inputSize/2);i++)
{
input[i]=in[i];
}
/*Flush all the bits in the struct so we can encode a new frame*/
speex_bits_reset(&mBits);
/*Encode the frame*/
speex_encode(mState, input, &mBits);
nbBytes = speex_bits_nbytes(&mBits);
char* cbits = new char[nbBytes]();
/*Copy the bits to an array of char that can be written*/
nbBytes = speex_bits_write(&mBits, cbits, nbBytes);
outputSize=nbBytes;...
2004 Mar 11
6
Where is my bottleneck?
I'm running rsync via ssh on two machines connected with 100 Mbit/s
Ethernet cards (at high speed) via a Linksys switch. It's all right
here in a single closet. I'm sending large files (initial transfer,
nothing preexists on the destination machine) and seeing transfer rates
in the 2 Mbit/s range. The CPUs on both machines are more than 90%
idle, and I upped the --block-size to 256
2006 Feb 01
0
prio test results
...the iperf run with a tos of b8
have the majority of the bandwidth?
thx jason
./iperf -c 192.168.30.1 -t 20 -i 5 --tos 0xb8 [dscp 46] ef
[ 5] local 192.168.70.1 port 33483 connected with 192.168.30.1 port 5001
[ ID] Interval Transfer Bandwidth
[ 5] 0.0- 5.0 sec 2.80 MBytes 4.69 Mbits/sec
[ 5] 5.0-10.0 sec 968 KBytes 1.59 Mbits/sec
[ 5] 10.0-15.0 sec 1.73 MBytes 2.90 Mbits/sec
[ 5] 15.0-20.0 sec 2.05 MBytes 3.45 Mbits/sec
[ 5] 0.0-20.2 sec 7.53 MBytes 3.13 Mbits/sec
./iperf -c 192.168.30.1 -t 20 -i 5 --tos 0x28 [dscp 10] af11
[ 5] local 192.168.70.1 port 334...
2006 Jun 09
1
Asterisk, mISDN and a Fritz card -- kernel crashes
Who mentioned fax? :-)
Native CAPI isn't an option for us (unfortunately), as our service is a
point-to-point service, which the AVM CAPI drivers don't support.
We've now got another problem -- we're now able to make calls -- once. The
kernel panics as soon as someone terminates a call (and, so it would seem,
at various other times too). This has only been occuring since mISDN
2010 Sep 20
0
No subject
...yte (default)
------------------------------------------------------------
** 3 tests directly on the lan, no VPN installed, as a baseline**
[ 4] local 192.168.2.31 port 5001 connected with 192.168.2.243 port 2826
[ ID] Interval Transfer Bandwidth
[ 4] 0.0-10.0 sec 112 MBytes 93.4 Mbits/sec
[ 5] local 192.168.2.31 port 5001 connected with 192.168.2.243 port 2827
[ 5] 0.0-10.0 sec 110 MBytes 92.4 Mbits/sec
[ 4] local 192.168.2.31 port 5001 connected with 192.168.2.243 port 2828
[ 4] 0.0-10.0 sec 111 MBytes 93.1 Mbits/sec
** 4 tests over the VPN, MTU probing failed as...
2004 Sep 12
2
Speex encoding/decoding producing garbled audio
...setting, sample rate, or bit-rate and
play it back fine.
- I'm using Speex version 1.1.6. I've also used 1.0.4 beforehand and
experienced the same problem with it.
1) I initialize the bits, encoder, and decoder as normal (default settings
seemed appropriate):
speex_bits_init(&mBits);
mEncode = speex_encoder_init(&speex_nb_mode);
mDecode = speex_decoder_init(&speex_nb_mode);
2) I record my audio at mono 8000Hz, 16bits per sample.
3) I encode frame-sized (320 bytes) fragments. Since I deal only with char
data types, I convert to 2-byte short values first and th...
2007 Feb 02
0
VLANs with Xen - work with 1 Gbit, doesn''t with 100 Mbit cards?
I have a strange problem with VLANs with Xen 3.0.4. I signalled it on
Xen-users list, but found no definitive solution to it.
I configure VLANs so that they are available in dom0; domUs don''t know
that they use VLANs.
I use a stock "network-bridge" comming from Xen for setting up networking:
#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge"
2006 Sep 06
0
Can i attach another qdisc (htb) under HFSC classfull ?
Hi,
Is it possible to attach another qdisq under a HFSC classfull ?
I try it and the configuraton works :
$TC qdisc add dev $dev root handle 1: hfsc default 30
$TC class add dev $dev parent 1: classid 1:1 hfsc sc rate
${RATE}mbit ul rate ${RATE}mbit
$TC class add dev $dev parent 1:1 classid 1:10 hfsc rt umax 1500b
dmax 30ms rate 200kbit
$TC class add dev $dev
2006 Jun 21
1
Expected network throughput
...(Socket 775)
Motherboard: Gigabyte 8I865GVMF-775
Memory: 1.5 GB
Basic system: Kubuntu 6.06 Dapper Drake
Xen version: 3.02 (Latest 3.0 stable download)
I get the following iperf results:
Src Dest Throughput
Dom0 Dom0 (127.0.0.1) 1.8 Gbits
DomU DomU (127.0.0.1) 2.1 Gbits
Dom0 DomU 125 Mbits
DomU Dom0 80 Mbits
DomU DomU 55 Mbits
If I go DomU-DomU-DomU then I get about 35 Mbits. For all the above tests,
the CPU load is 100%.
I have experienced the tcp checksum corruption issue, so I have use the
"ethtool -K iface tx off" fix. I have also run "xm sched-sedf 0 0...
2008 Jul 11
8
Another GPLPV pre-release 0.9.11-pre7
I''ve just uploaded 0.9.11-pre7. save/restore should be working for 32
bits on both SMP and UP, and maybe for 64 bits although it''s not tested.
If someone could test migration it would be much appreciated.
The installer seems to not install the drivers under 64 bit
environment... but they can then be installed manually. Not sure why at
this point.
2008 Jul 11
8
Another GPLPV pre-release 0.9.11-pre7
I''ve just uploaded 0.9.11-pre7. save/restore should be working for 32
bits on both SMP and UP, and maybe for 64 bits although it''s not tested.
If someone could test migration it would be much appreciated.
The installer seems to not install the drivers under 64 bit
environment... but they can then be installed manually. Not sure why at
this point.
2006 Dec 18
1
Copy 100gb+ file over LAN?
Hopefully this is not too off topic.
I have a server in which I'm creating an Exchange Information Store
backup using ntbackup. The .bkf file it creates is 112GB. My goal was
first to rsync it over to a local linux server, and then rsync just the
changes over the internet to another linux server. I do this with other
Exchange .bkf files (in the 4GB to 20GB range) and it seems to work well