[netperf-talk] help needed
Srinivasan S
srinivasan.s at ittiam.com
Fri Dec 16 00:42:20 PST 2005
Hi Rick,
Thank you for your response.
I did the following tests:
1. ran netserver in the board and netperf in the host and got through put as -0.00
2. ran only the netperf in the board without runnin netserver in the host and I got
"establish_control could not establish the control connection ..." This confirms that
the control connection are established otherwise.
3. With strace, it appears the configuration are fine. Please see the attachment.
Bye the way how do I enable debugging in netperf ?
Awaiting your response.
-Srini
-----Original Message-----
From: Rick Jones [mailto:rick.jones2 at hp.com]
Sent: Thursday, December 15, 2005 11:28 PM
To: Srinivasan S
Cc: netperf-talk at netperf.org
Subject: Re: [netperf-talk] help needed
Srinivasan S wrote:
> Hi,
>
> I am trying to run netperf on my board based on ARM processor.
>
> When I run netserver in a linux machine and netperf in this board. I get
> through put as 0.00. Appears my setup is not working and I don't have any
> clue about it.
>
> The network connectivity in the board is up, I tested with ping and telnet.
> I've also compiled for native linux and got results when I ran between two
> linux machine so this rules out anything wrong with the source.
>
> Also I ran netserver and netperf (default test) both in the same board and
> could get some throughput results.
>
> Can you please give direction what could be wrong.
>
> I commented out the following while corss compiling in netlib.c file under
> the ./src/ dir. my build did not have "sched_setaffinity" ...
>
>
> Is my netperf not working because of removing this part of the code?
> Please help me in this regard.
Removing that part of the code should have no effect on the networking working
or not.
That you get a result of 0.00 suggests the control connection is established
between the board and the target system, but not the data connection.
What happens when you run netserver on the board and netperf on the linux system?
You might try enabling debug output in netperf - it would be good to see that
the control connection is OK. Might also take a system call trace to see that
netperf is using the "right" IP addresses and ports and such.
rick jones
-------------- next part --------------
clera ar
[H[J#
# clear[J
# /mnt/cf/strace /mnt/cf/netperf -H 172.20.33.217,172.20.38.31 -P 1[J
execve("/mnt/cf/netperf", ["/mnt/cf/netperf", "-H", "172.20.33.217,172.20.38.31", "-P", "1"], [/* 5 vars */]) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = 0x40005000
mprotect(0x40000000, 18954, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
readlink("/lib/ld-uClibc.so.0", "ld-uClibc-0.9.26.so", 1024) = 19
open("/lib/libm.so.0", O_RDONLY) = 3
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = 0x40006000
read(3, "\177ELF\1\1\1a\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0D\35\0\000"..., 4096) = 4096
old_mmap(NULL, 114688, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4000d000
old_mmap(0x4000d000, 77200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x4000d000
old_mmap(0x40027000, 4240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x12000) = 0x40027000
close(3) = 0
munmap(0x40006000, 4096) = 0
open("/lib/libc.so.0", O_RDONLY) = 3
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 0, 0) = 0x40006000
read(3, "\177ELF\1\1\1a\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0 \366\0\000"..., 4096) = 4096
old_mmap(NULL, 368640, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40029000
old_mmap(0x40029000, 287288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x40029000
old_mmap(0x40077000, 6752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x46000) = 0x40077000
old_mmap(0x40079000, 37528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40079000
close(3) = 0
mprotect(0x40029000, 287288, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
munmap(0x40006000, 4096) = 0
mprotect(0x40029000, 287288, PROT_READ|PROT_EXEC) = 0
mprotect(0x40000000, 18954, PROT_READ|PROT_EXEC) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B115200 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B115200 opost isig icanon echo ...}) = 0
open("/dev/urandom", O_RDONLY) = 3
read(3, "\336\216\231\347!\235\361\3438\'M\362\253\33\4\223\25\33"..., 32) = 32
close(3) = 0
brk(0x2f264) = 0x2f264
brk(0x30000) = 0x30000
open("/etc/hosts", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbefff75c) = -1 ENOTTY (Inappropriate ioctl for device)
read(3, "127.0.0.1 tarang localhost local"..., 4096) = 70
close(3) = 0
open("/etc/hosts", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbefff75c) = -1 ENOTTY (Inappropriate ioctl for device)
read(3, "127.0.0.1 tarang localhost local"..., 4096) = 70
read(3, "", 4096) = 0
close(3) = 0
open("/etc/resolv.conf", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbefff71c) = -1 ENOTTY (Inappropriate ioctl for device)
read(3, "172.20.33.217 nshost\n", 4096) = 21
read(3, "", 4096) = 0
close(3) = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3
bind(3, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
connect(3, {sa_family=AF_INET, sin_port=htons(12865), sin_addr=inet_addr("172.20.33.217")}, 16) = 0
open("/etc/hosts", O_RDONLY) = 4
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbefff6d0) = -1 ENOTTY (Inappropriate ioctl for device)
read(4, "127.0.0.1 tarang localhost local"..., 4096) = 70
close(4) = 0
open("/etc/hosts", O_RDONLY) = 4
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbefff6d0) = -1 ENOTTY (Inappropriate ioctl for device)
read(4, "127.0.0.1 tarang localhost local"..., 4096) = 70
read(4, "", 4096) = 0
close(4) = 0
open("/etc/resolv.conf", O_RDONLY) = 4
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbefff690) = -1 ENOTTY (Inappropriate ioctl for device)
read(4, "172.20.33.217 nshost\n", 4096) = 21
read(4, "", 4096) = 0
close(4) = 0
write(1, "TCP STREAM TEST from 0.0.0.0 (0."..., 95TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to nshost (172.20.33.217) port 0 AF_INET
) = 95
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4
getsockopt(4, SOL_SOCKET, SO_SNDBUF, [16384], [4]) = 0
getsockopt(4, SOL_SOCKET, SO_RCVBUF, [87380], [4]) = 0
setsockopt(4, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
bind(4, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("0.0.0.0")}, 16) = 0
brk(0x33000) = 0x33000
brk(0x37000) = 0x37000
send(3, "\0\0\0\n\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 256, 0) = 256
select(1024, [3], NULL, NULL, {120, 0}) = 1 (in [3], left {120, 0})
recv(3, "\0\0\0\v\0\0\0\0\0\1UT\0\1UT\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 256, 0) = 256
connect(4, {sa_family=AF_INET, sin_port=htons(2087), sin_addr=inet_addr("172.20.33.217")}, 16) = 0
rt_sigaction(SIGALRM, {0x98a8, [ALRM], SA_INTERRUPT|0x4000000}, NULL, 8) = 0
alarm(10) = 0
gettimeofday({2044, 561719}, {0, 0}) = 0
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384, 0) = 16384
send(4, "\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\321\33\0\0001"..., 16384, 0 <unfinished ...>
#
More information about the netperf-talk
mailing list