Displaying 2 results from an estimated 2 matches for "990m".
Did you mean:
990
2011 Mar 11
1
UDP Perfomance tuning
...max = 8388608
strace -fttt -o /tmp/server.trace iperf -s -u -p 2222 -w 6m -i 5 -l 1k
Client:
net.core.rmem_default = 2097152
net.core.wmem_default = 2097152
net.core.rmem_max = 8388608
net.core.wmem_max = 8388608
strace -fttt -o /tmp/client.trace iperf -p 2222 -u -w 6m -i 5 -t 60 -c
192.168.1.2 -b 990M -l 1k
Can someone please help me with this, since I am running in circles and
can't get the required UDP performance?
--
Prasad Pillarisetti
"If everything is coming your way, then you are in the wrong lane"
-------------- next part --------------
An HTML attachment was scrubbed......
2013 Apr 26
6
ubuntu13.04 host and ubuntu13.04 guest how to config the pvscsi
...ed, read cache: enabled, supports DPO and FUA
[ 33.618377] sdc: sdc1
[ 33.618377] sdc1: <bsd: >
[ 33.630671] sd 4:0:2:0: [sdc] Attached SCSI disk
This is the messages in our vm.
root@ubuntu-hvm:/home/zdht# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 9.8G 990M 8.3G 11% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 3.9G 4.0K 3.9G 1% /dev
tmpfs 765M 260K 765M 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 3.8G 0 3.8G 0% /run/shm
none 100M 0 100M 0% /run/user
roo...