Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] iperf not usable from perfsonar box, works from CentOS non-PS box

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] iperf not usable from perfsonar box, works from CentOS non-PS box


Chronological Thread 
  • From: Trey Dockendorf <>
  • To: Eli Dart <>
  • Cc: Aaron Brown <>, Brian Tierney <>, perfsonar-user <>
  • Subject: Re: [perfsonar-user] iperf not usable from perfsonar box, works from CentOS non-PS box
  • Date: Tue, 27 Jan 2015 13:31:28 -0600

I'm not sure I'd know what I'm looking at, but started "iperf3 -s p 5001" in background on psonar-bwctl then ran tcpdump -i p1p1 host 165.91.55.4 (psonar-owamp, test client).  Output is attached as tcpdump1.txt.  I ran tcpdump on 2nd test with -XX and -vvv and attached as tcpdump2.txt.

Thanks,
- Trey



=============================

Trey Dockendorf 
Systems Analyst I 
Texas A&M University 
Academy for Advanced Telecommunications and Learning Technologies 
Phone: (979)458-2396 
Email:  
Jabber:

On Tue, Jan 27, 2015 at 1:15 PM, Eli Dart <> wrote:
Hi Trey,

If you have root on the suspect box, run tcpdump during a test that fails and see what's going on.

Measurement tools are wonderful and helpful and valuable, but if things are busted enough that the tools can't run, sometimes you just have to watch the packets to figure out what's going on....

Eli



On Tue, Jan 27, 2015 at 11:01 AM, Trey Dockendorf <> wrote:
Transferring a 4.3GB file fails...very bizarre.  The transfer started then scp reports "stalled".

The failure is between the 2 perfsonar boxes.  Transferring to a perfsonar box from a host on our campus LAN and not on our science DMZ works at the expected 1Gbps rate.

Transferring from another science DMZ host (stock CentOS) to the perfsonar box fails.

Transferring from science DMZ to science DMZ, both stock CentOS boxes, works.  So it's only the interactions with perfsonar host that fail.

I'm suspecting something local is broken and just so happens it's effecting interactions to/from my perfsonar boxes.

If there's any suggestions on how to debug I'd be glad to hear them, but seems like something is broken on our local network.

Thanks,
- Trey

=============================

Trey Dockendorf 
Systems Analyst I 
Texas A&M University 
Academy for Advanced Telecommunications and Learning Technologies 
Phone: (979)458-2396 
Email:  
Jabber:

On Tue, Jan 27, 2015 at 12:46 PM, Aaron Brown <> wrote:
Hey Trey,

That is bizarre. Could you try scp’ing a large file between the two hosts?

Cheers,
Aaron

On Jan 27, 2015, at 1:00 PM, Trey Dockendorf <> wrote:

Yes, it occurs in both directions between psonar-bwctl.brazos.tamu.edu and psonar-owamp.brazos.tamu.edu.

If I run the server side on either of those boxes and try and run the client from a plain CentOS host the tests also don't work.

These systems are both stock net installs of PS 3.4

- Trey

=============================

Trey Dockendorf 
Systems Analyst I 
Texas A&M University 
Academy for Advanced Telecommunications and Learning Technologies 
Phone: (979)458-2396 
Email:  
Jabber:

On Tue, Jan 27, 2015 at 8:45 AM, Aaron Brown <> wrote:
Hey Trey,

Does this happen in both directions?

Cheers,
Aaron

On Jan 26, 2015, at 7:46 PM, Trey Dockendorf <> wrote:

As the remote end was not setup by me I can't test this particular host, but instead I've tried iperf between my latency PS host and bandwidth PS host and got same results.  Below are results using iperf3 and nuttcp.  With iperf the connection seemed to stall at first then produce 0 bits/sec messages, but with iperf3 it rapidly printed the interval lines.

psonar-bwctl:
# iperf3 -p 5001 -s

psonar-owamp:
# iperf3 -c psonar-bwctl.brazos.tamu.edu -p 5001 -i 1
Connecting to host psonar-bwctl.brazos.tamu.edu, port 5001
[  4] local 165.91.55.4 port 60629 connected to 165.91.55.6 port 5001
[ ID] Interval           Transfer     Bandwidth       Retr  Cwnd
[  4]   0.00-1.00   sec  87.4 KBytes   715 Kbits/sec    2   26.2 KBytes
[  4]   1.00-2.00   sec  0.00 Bytes  0.00 bits/sec    1   26.2 KBytes
[  4]   2.00-3.00   sec  0.00 Bytes  0.00 bits/sec    0   26.2 KBytes
[  4]   3.00-4.00   sec  0.00 Bytes  0.00 bits/sec    1   26.2 KBytes
[  4]   4.00-5.00   sec  0.00 Bytes  0.00 bits/sec    0   26.2 KBytes
[  4]   5.00-6.00   sec  0.00 Bytes  0.00 bits/sec    0   26.2 KBytes
[  4]   6.00-7.00   sec  0.00 Bytes  0.00 bits/sec    1   26.2 KBytes
[  4]   7.00-8.00   sec  0.00 Bytes  0.00 bits/sec    0   26.2 KBytes
[  4]   8.00-9.00   sec  0.00 Bytes  0.00 bits/sec    0   26.2 KBytes
[  4]   9.00-10.00  sec  0.00 Bytes  0.00 bits/sec    0   26.2 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bandwidth       Retr
[  4]   0.00-10.00  sec  87.4 KBytes  71.6 Kbits/sec    5             sender
[  4]   0.00-10.00  sec  0.00 Bytes  0.00 bits/sec                  receiver


Couldn't quite make nuttcp work:

psonar-bwctl:
# nuttcp -1

psonar-owamp:
nuttcp_mread: Bad file descriptor

=============================

Trey Dockendorf 
Systems Analyst I 
Texas A&M University 
Academy for Advanced Telecommunications and Learning Technologies 
Phone: (979)458-2396 
Email:  
Jabber:

On Mon, Jan 26, 2015 at 6:33 PM, Brian Tierney <> wrote:

I'm not aware of anything that might explain that. Can you try iperf3 and nuttcp to see if they behave the same?



On Mon, Jan 26, 2015 at 12:22 PM, Trey Dockendorf <> wrote:
Right now most of the endpoints I'm testing against seem to not work with bwctl so to help some colleagues I've been trying to just use iperf by itself.  From my perfsonar boxes the iperf tests seem to do nothing while a non-perfsonar host with iperf installed from EPEL gives expected output.  The results are below.  I've removed the remote information as these were not against a perfsonar box but a remote site's cluster login node.

Is there something about iperf on a PS host that could cause this issue?  The 2 systems below are on same network and same core switch.

PERFSONAR:
# iperf -c <REMOTE HOST> -p 50100 -t 20 -i 1
------------------------------------------------------------
Client connecting to <REMOTE HOST>, TCP port 50100
TCP window size: 92.6 KByte (default)
------------------------------------------------------------
[  3] local 165.91.55.6 port 33135 connected with <REMOTE IP> port 50100
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec   175 KBytes  1.43 Mbits/sec
[  3]  1.0- 2.0 sec  0.00 Bytes  0.00 bits/sec
[  3]  2.0- 3.0 sec  0.00 Bytes  0.00 bits/sec
<Repeated 100s of times with 0.00 bits/sec>
[  3] 931.0-932.0 sec  0.00 Bytes  0.00 bits/sec

NON-PERFSONAR:

$ iperf -c <REMOTE HOST> -p 50100 -t 20 -i 1
------------------------------------------------------------
Client connecting to <REMOTE HOST>, TCP port 50100
TCP window size: 92.6 KByte (default)
------------------------------------------------------------
[  3] local 165.91.55.28 port 51252 connected with <REMOTE IP> port 50100
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0- 1.0 sec  60.5 MBytes   508 Mbits/sec
[  3]  1.0- 2.0 sec  30.5 MBytes   256 Mbits/sec
[  3]  2.0- 3.0 sec  32.9 MBytes   276 Mbits/sec
[  3]  3.0- 4.0 sec  36.2 MBytes   304 Mbits/sec
[  3]  4.0- 5.0 sec  36.6 MBytes   307 Mbits/sec
[  3]  5.0- 6.0 sec  25.1 MBytes   211 Mbits/sec
[  3]  6.0- 7.0 sec  27.2 MBytes   229 Mbits/sec
[  3]  7.0- 8.0 sec  33.5 MBytes   281 Mbits/sec
[  3]  8.0- 9.0 sec  32.2 MBytes   271 Mbits/sec
[  3]  9.0-10.0 sec  31.9 MBytes   267 Mbits/sec
[  3] 10.0-11.0 sec  24.9 MBytes   209 Mbits/sec
[  3] 11.0-12.0 sec  29.9 MBytes   251 Mbits/sec
[  3] 12.0-13.0 sec  36.8 MBytes   308 Mbits/sec
[  3] 13.0-14.0 sec  33.0 MBytes   277 Mbits/sec
[  3] 14.0-15.0 sec  21.6 MBytes   181 Mbits/sec
[  3] 15.0-16.0 sec  16.6 MBytes   139 Mbits/sec
[  3] 16.0-17.0 sec  22.0 MBytes   185 Mbits/sec
[  3] 17.0-18.0 sec  23.6 MBytes   198 Mbits/sec
[  3] 18.0-19.0 sec  23.5 MBytes   197 Mbits/sec
[  3] 19.0-20.0 sec  19.2 MBytes   161 Mbits/sec
[  3]  0.0-20.0 sec   598 MBytes   250 Mbits/sec

Thanks,
- Trey

=============================

Trey Dockendorf 
Systems Analyst I 
Texas A&M University 
Academy for Advanced Telecommunications and Learning Technologies 
Email:  
Jabber:



--
Brian Tierney, http://www.es.net/tierney
Energy Sciences Network (ESnet), Berkeley National Lab
http://fasterdata.es.net









--
Eli Dart, Network Engineer                          NOC: (510) 486-7600
ESnet Office of the CTO (AS293)                          (800) 333-7638
Lawrence Berkeley National Laboratory 
PGP Key fingerprint = C970 F8D3 CFDD 8FFF 5486 343A 2D31 4478 5F82 B2B3

tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on p1p1, link-type EN10MB (Ethernet), capture size 65535 bytes
13:26:14.823885 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [S], seq 1094446867, win
17920, options [mss 8960,sackOK,TS val 3018270050 ecr 0,nop,wscale 11],
length 0
13:26:14.823919 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [S.], seq 2448416999, ack
1094446868, win 17896, options [mss 8960,sackOK,TS val 3018268034 ecr
3018270050,nop,wscale 11], length 0
13:26:14.824024 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], ack 1, win 9, options
[nop,nop,TS val 3018270050 ecr 3018268034], length 0
13:26:14.824046 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], seq 1:38, ack 1, win
9, options [nop,nop,TS val 3018270050 ecr 3018268034], length 37
13:26:14.824057 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [.], ack 38, win 9, options
[nop,nop,TS val 3018268034 ecr 3018270050], length 0
13:26:14.824077 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [P.], seq 1:2, ack 38, win 9,
options [nop,nop,TS val 3018268034 ecr 3018270050], length 1
13:26:14.824112 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], ack 2, win 9, options
[nop,nop,TS val 3018270050 ecr 3018268034], length 0
13:26:14.824161 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], seq 38:42, ack 2, win
9, options [nop,nop,TS val 3018270050 ecr 3018268034], length 4
13:26:14.863146 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [.], ack 42, win 9, options
[nop,nop,TS val 3018268074 ecr 3018270050], length 0
13:26:14.863292 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], seq 42:99, ack 2, win
9, options [nop,nop,TS val 3018270089 ecr 3018268074], length 57
13:26:14.863314 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [.], ack 99, win 9, options
[nop,nop,TS val 3018268074 ecr 3018270089], length 0
13:26:14.863337 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [P.], seq 2:3, ack 99, win 9,
options [nop,nop,TS val 3018268074 ecr 3018270089], length 1
13:26:14.863566 IP psonar-owamp.brazos.tamu.edu.49581 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [S], seq 856781901, win
17920, options [mss 8960,sackOK,TS val 3018270089 ecr 0,nop,wscale 11],
length 0
13:26:14.863585 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49581: Flags [S.], seq 1234167348, ack
856781902, win 17896, options [mss 8960,sackOK,TS val 3018268074 ecr
3018270089,nop,wscale 11], length 0
13:26:14.863614 IP psonar-owamp.brazos.tamu.edu.49581 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], ack 1, win 9, options
[nop,nop,TS val 3018270089 ecr 3018268074], length 0
13:26:14.863629 IP psonar-owamp.brazos.tamu.edu.49581 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], seq 1:38, ack 1, win
9, options [nop,nop,TS val 3018270089 ecr 3018268074], length 37
13:26:14.863636 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49581: Flags [.], ack 38, win 9, options
[nop,nop,TS val 3018268074 ecr 3018270089], length 0
13:26:14.902712 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], ack 3, win 9, options
[nop,nop,TS val 3018270129 ecr 3018268074], length 0
13:26:14.902730 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [P.], seq 3:5, ack 99, win 9,
options [nop,nop,TS val 3018268113 ecr 3018270129], length 2
13:26:14.902753 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], ack 5, win 9, options
[nop,nop,TS val 3018270129 ecr 3018268113], length 0
13:26:24.903872 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], seq 99:100, ack 5,
win 9, options [nop,nop,TS val 3018280130 ecr 3018268113], length 1
13:26:24.903974 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49581: Flags [F.], seq 1, ack 38, win 9, options
[nop,nop,TS val 3018278114 ecr 3018270089], length 0
13:26:24.904000 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [P.], seq 5:6, ack 100, win 9,
options [nop,nop,TS val 3018278114 ecr 3018280130], length 1
13:26:24.904035 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], ack 6, win 9, options
[nop,nop,TS val 3018280130 ecr 3018278114], length 0
13:26:24.904101 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], seq 100:104, ack 6,
win 9, options [nop,nop,TS val 3018280130 ecr 3018278114], length 4
13:26:24.904399 IP psonar-owamp.brazos.tamu.edu.49581 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], ack 2, win 9, options
[nop,nop,TS val 3018280130 ecr 3018278114], length 0
13:26:24.943179 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [.], ack 104, win 9, options
[nop,nop,TS val 3018278154 ecr 3018280130], length 0
13:26:24.943257 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], seq 104:296, ack 6,
win 9, options [nop,nop,TS val 3018280169 ecr 3018278154], length 192
13:26:24.943311 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [.], ack 296, win 10, options
[nop,nop,TS val 3018278154 ecr 3018280169], length 0
13:26:24.943356 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [P.], seq 6:10, ack 296, win 10,
options [nop,nop,TS val 3018278154 ecr 3018280169], length 4
13:26:24.982721 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], ack 10, win 9, options
[nop,nop,TS val 3018280209 ecr 3018278154], length 0
13:26:24.982744 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [P.], seq 10:188, ack 296, win 10,
options [nop,nop,TS val 3018278193 ecr 3018280209], length 178
13:26:24.982779 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], ack 188, win 10,
options [nop,nop,TS val 3018280209 ecr 3018278193], length 0
13:26:24.982883 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], seq 296:297, ack 188,
win 10, options [nop,nop,TS val 3018280209 ecr 3018278193], length 1
13:26:24.982942 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [F.], seq 188, ack 297, win 10,
options [nop,nop,TS val 3018278193 ecr 3018280209], length 0
13:26:24.983019 IP psonar-owamp.brazos.tamu.edu.49580 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [F.], seq 297, ack 189, win
10, options [nop,nop,TS val 3018280209 ecr 3018278193], length 0
13:26:24.983038 IP psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49580: Flags [.], ack 298, win 10, options
[nop,nop,TS val 3018278193 ecr 3018280209], length 0
13:27:11.157768 ARP, Request who-has psonar-bwctl.brazos.tamu.edu tell
psonar-owamp.brazos.tamu.edu, length 46
13:27:11.157779 ARP, Reply psonar-bwctl.brazos.tamu.edu is-at
90:e2:ba:2e:eb:50 (oui Unknown), length 28tcpdump: listening on p1p1, link-type EN10MB (Ethernet), capture size 65535
bytes
13:29:00.948866 IP (tos 0x0, ttl 64, id 22908, offset 0, flags [DF], proto
TCP (6), length 60)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [S], cksum 0x0f7c
(correct), seq 3967350579, win 17920, options [mss 8960,sackOK,TS val
3018436175 ecr 0,nop,wscale 11], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 003c 597c 4000 4006 287f a55b 3704 a55b
.<Y|@.@.(..[7..[
0x0020: 3706 c303 1389 ec78 f733 0000 0000 a002 7......x.3......
0x0030: 4600 0f7c 0000 0204 2300 0402 080a b3e9 F..|....#.......
0x0040: ae4f 0000 0000 0103 030b .O........
13:29:00.948908 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP
(6), length 60)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [S.], cksum 0x4bba (correct), seq
3582890976, ack 3967350580, win 17896, options [mss 8960,sackOK,TS val
3018434159 ecr 3018436175,nop,wscale 11], length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 003c 0000 4000 4006 81fb a55b 3706 a55b
.<..@.@....[7..[
0x0020: 3704 1389 c303 d58e 93e0 ec78 f734 a012 7..........x.4..
0x0030: 45e8 4bba 0000 0204 2300 0402 080a b3e9 E.K.....#.......
0x0040: a66f b3e9 ae4f 0103 030b .o...O....
13:29:00.949007 IP (tos 0x0, ttl 64, id 22909, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], cksum 0xddb5
(correct), seq 1, ack 1, win 9, options [nop,nop,TS val 3018436175 ecr
3018434159], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 597d 4000 4006 2886 a55b 3704 a55b
.4Y}@.@.(..[7..[
0x0020: 3706 c303 1389 ec78 f734 d58e 93e1 8010 7......x.4......
0x0030: 0009 ddb5 0000 0101 080a b3e9 ae4f b3e9 .............O..
0x0040: a66f .o
13:29:00.949034 IP (tos 0x0, ttl 64, id 22910, offset 0, flags [DF], proto
TCP (6), length 89)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], cksum 0xba13
(correct), seq 1:38, ack 1, win 9, options [nop,nop,TS val 3018436175 ecr
3018434159], length 37
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0059 597e 4000 4006 2860 a55b 3704 a55b
.YY~@.@.(`.[7..[
0x0020: 3706 c303 1389 ec78 f734 d58e 93e1 8018 7......x.4......
0x0030: 0009 ba13 0000 0101 080a b3e9 ae4f b3e9 .............O..
0x0040: a66f 7073 6f6e 6172 2d6f 7761 6d70 2e62 .opsonar-owamp.b
0x0050: 7261 7a6f 732e 7461 6d75 2e65 6475 2e31 razos.tamu.edu.1
0x0060: 3432 3233 3836 00 422386.
13:29:00.949045 IP (tos 0x0, ttl 64, id 13710, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [.], cksum 0xdd90 (correct), seq 1,
ack 38, win 9, options [nop,nop,TS val 3018434159 ecr 3018436175], length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0034 358e 4000 4006 4c75 a55b 3706 a55b
.45.@.@.Lu.[7..[
0x0020: 3704 1389 c303 d58e 93e1 ec78 f759 8010 7..........x.Y..
0x0030: 0009 dd90 0000 0101 080a b3e9 a66f b3e9 .............o..
0x0040: ae4f .O
13:29:00.949067 IP (tos 0x0, ttl 64, id 13711, offset 0, flags [DF], proto
TCP (6), length 53)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [P.], cksum 0xb8e8 (incorrect ->
0xd487), seq 1:2, ack 38, win 9, options [nop,nop,TS val 3018434159 ecr
3018436175], length 1
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0035 358f 4000 4006 4c73 a55b 3706 a55b
.55.@.@.Ls.[7..[
0x0020: 3704 1389 c303 d58e 93e1 ec78 f759 8018 7..........x.Y..
0x0030: 0009 b8e8 0000 0101 080a b3e9 a66f b3e9 .............o..
0x0040: ae4f 09 .O.
13:29:00.949096 IP (tos 0x0, ttl 64, id 22911, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], cksum 0xdd8f
(correct), seq 38, ack 2, win 9, options [nop,nop,TS val 3018436175 ecr
3018434159], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 597f 4000 4006 2884 a55b 3704 a55b
.4Y.@.@.(..[7..[
0x0020: 3706 c303 1389 ec78 f759 d58e 93e2 8010 7......x.Y......
0x0030: 0009 dd8f 0000 0101 080a b3e9 ae4f b3e9 .............O..
0x0040: a66f .o
13:29:00.949172 IP (tos 0x0, ttl 64, id 22912, offset 0, flags [DF], proto
TCP (6), length 56)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], cksum 0xdd4a
(correct), seq 38:42, ack 2, win 9, options [nop,nop,TS val 3018436175 ecr
3018434159], length 4
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0038 5980 4000 4006 287f a55b 3704 a55b
.8Y.@.@.(..[7..[
0x0020: 3706 c303 1389 ec78 f759 d58e 93e2 8018 7......x.Y......
0x0030: 0009 dd4a 0000 0101 080a b3e9 ae4f b3e9 ...J.........O..
0x0040: a66f 0000 0039 .o...9
13:29:00.989180 IP (tos 0x0, ttl 64, id 13712, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [.], cksum 0xdd62 (correct), seq 2,
ack 42, win 9, options [nop,nop,TS val 3018434200 ecr 3018436175], length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0034 3590 4000 4006 4c73 a55b 3706 a55b
.45.@.@.Ls.[7..[
0x0020: 3704 1389 c303 d58e 93e2 ec78 f75d 8010 7..........x.]..
0x0030: 0009 dd62 0000 0101 080a b3e9 a698 b3e9 ...b............
0x0040: ae4f .O
13:29:00.989310 IP (tos 0x0, ttl 64, id 22913, offset 0, flags [DF], proto
TCP (6), length 109)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], cksum 0xd6e5
(correct), seq 42:99, ack 2, win 9, options [nop,nop,TS val 3018436215 ecr
3018434200], length 57
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 006d 5981 4000 4006 2849 a55b 3704 a55b
.mY.@.@.(I.[7..[
0x0020: 3706 c303 1389 ec78 f75d d58e 93e2 8018 7......x.]......
0x0030: 0009 d6e5 0000 0101 080a b3e9 ae77 b3e9 .............w..
0x0040: a698 7b22 7463 7022 3a74 7275 652c 226f ..{"tcp":true,"o
0x0050: 6d69 7422 3a30 2c22 7469 6d65 223a 3130 mit":0,"time":10
0x0060: 2c22 7061 7261 6c6c 656c 223a 312c 226c ,"parallel":1,"l
0x0070: 656e 223a 3133 3130 3732 7d en":131072}
13:29:00.989328 IP (tos 0x0, ttl 64, id 13713, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [.], cksum 0xdd01 (correct), seq 2,
ack 99, win 9, options [nop,nop,TS val 3018434200 ecr 3018436215], length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0034 3591 4000 4006 4c72 a55b 3706 a55b
.45.@.@.Lr.[7..[
0x0020: 3704 1389 c303 d58e 93e2 ec78 f796 8010 7..........x....
0x0030: 0009 dd01 0000 0101 080a b3e9 a698 b3e9 ................
0x0040: ae77 .w
13:29:00.989358 IP (tos 0x0, ttl 64, id 13714, offset 0, flags [DF], proto
TCP (6), length 53)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [P.], cksum 0xb8e8 (incorrect ->
0xd2f8), seq 2:3, ack 99, win 9, options [nop,nop,TS val 3018434200 ecr
3018436215], length 1
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0035 3592 4000 4006 4c70 a55b 3706 a55b
.55.@.@.Lp.[7..[
0x0020: 3704 1389 c303 d58e 93e2 ec78 f796 8018 7..........x....
0x0030: 0009 b8e8 0000 0101 080a b3e9 a698 b3e9 ................
0x0040: ae77 0a .w.
13:29:00.989522 IP (tos 0x0, ttl 64, id 8877, offset 0, flags [DF], proto TCP
(6), length 60)
psonar-owamp.brazos.tamu.edu.49924 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [S], cksum 0xb0f0
(correct), seq 3040120026, win 17920, options [mss 8960,sackOK,TS val
3018436215 ecr 0,nop,wscale 11], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 003c 22ad 4000 4006 5f4e a55b 3704 a55b
.<".@.@._N.[7..[
0x0020: 3706 c304 1389 b534 8cda 0000 0000 a002 7......4........
0x0030: 4600 b0f0 0000 0204 2300 0402 080a b3e9 F.......#.......
0x0040: ae77 0000 0000 0103 030b .w........
13:29:00.989547 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP
(6), length 60)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49924: Flags [S.], cksum 0x565f (correct), seq
3849067177, ack 3040120027, win 17896, options [mss 8960,sackOK,TS val
3018434200 ecr 3018436215,nop,wscale 11], length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 003c 0000 4000 4006 81fb a55b 3706 a55b
.<..@.@....[7..[
0x0020: 3704 1389 c304 e56c 1aa9 b534 8cdb a012 7......l...4....
0x0030: 45e8 565f 0000 0204 2300 0402 080a b3e9 E.V_....#.......
0x0040: a698 b3e9 ae77 0103 030b .....w....
13:29:00.989619 IP (tos 0x0, ttl 64, id 8878, offset 0, flags [DF], proto TCP
(6), length 52)
psonar-owamp.brazos.tamu.edu.49924 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], cksum 0xe85a
(correct), seq 1, ack 1, win 9, options [nop,nop,TS val 3018436215 ecr
3018434200], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 22ae 4000 4006 5f55 a55b 3704 a55b
.4".@.@._U.[7..[
0x0020: 3706 c304 1389 b534 8cdb e56c 1aaa 8010 7......4...l....
0x0030: 0009 e85a 0000 0101 080a b3e9 ae77 b3e9 ...Z.........w..
0x0040: a698 ..
13:29:00.989639 IP (tos 0x0, ttl 64, id 8879, offset 0, flags [DF], proto TCP
(6), length 89)
psonar-owamp.brazos.tamu.edu.49924 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], cksum 0xc4b8
(correct), seq 1:38, ack 1, win 9, options [nop,nop,TS val 3018436215 ecr
3018434200], length 37
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0059 22af 4000 4006 5f2f a55b 3704 a55b
.Y".@.@._/.[7..[
0x0020: 3706 c304 1389 b534 8cdb e56c 1aaa 8018 7......4...l....
0x0030: 0009 c4b8 0000 0101 080a b3e9 ae77 b3e9 .............w..
0x0040: a698 7073 6f6e 6172 2d6f 7761 6d70 2e62 ..psonar-owamp.b
0x0050: 7261 7a6f 732e 7461 6d75 2e65 6475 2e31 razos.tamu.edu.1
0x0060: 3432 3233 3836 00 422386.
13:29:00.989651 IP (tos 0x0, ttl 64, id 48178, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49924: Flags [.], cksum 0xe835 (correct), seq 1,
ack 38, win 9, options [nop,nop,TS val 3018434200 ecr 3018436215], length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0034 bc32 4000 4006 c5d0 a55b 3706 a55b
.4.2@.@....[7..[
0x0020: 3704 1389 c304 e56c 1aaa b534 8d00 8010 7......l...4....
0x0030: 0009 e835 0000 0101 080a b3e9 a698 b3e9 ...5............
0x0040: ae77 .w
13:29:01.028736 IP (tos 0x0, ttl 64, id 22914, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], cksum 0xdcd8
(correct), seq 99, ack 3, win 9, options [nop,nop,TS val 3018436255 ecr
3018434200], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 5982 4000 4006 2881 a55b 3704 a55b
.4Y.@.@.(..[7..[
0x0020: 3706 c303 1389 ec78 f796 d58e 93e3 8010 7......x........
0x0030: 0009 dcd8 0000 0101 080a b3e9 ae9f b3e9 ................
0x0040: a698 ..
13:29:01.028758 IP (tos 0x0, ttl 64, id 13715, offset 0, flags [DF], proto
TCP (6), length 54)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [P.], cksum 0xb8e9 (incorrect ->
0xdba5), seq 3:5, ack 99, win 9, options [nop,nop,TS val 3018434239 ecr
3018436255], length 2
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0036 3593 4000 4006 4c6e a55b 3706 a55b
.65.@.@.Ln.[7..[
0x0020: 3704 1389 c303 d58e 93e3 ec78 f796 8018 7..........x....
0x0030: 0009 b8e9 0000 0101 080a b3e9 a6bf b3e9 ................
0x0040: ae9f 0102 ....
13:29:01.028782 IP (tos 0x0, ttl 64, id 22915, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], cksum 0xdcaf
(correct), seq 99, ack 5, win 9, options [nop,nop,TS val 3018436255 ecr
3018434239], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 5983 4000 4006 2880 a55b 3704 a55b
.4Y.@.@.(..[7..[
0x0020: 3706 c303 1389 ec78 f796 d58e 93e5 8010 7......x........
0x0030: 0009 dcaf 0000 0101 080a b3e9 ae9f b3e9 ................
0x0040: a6bf ..
13:29:11.029887 IP (tos 0x0, ttl 64, id 22916, offset 0, flags [DF], proto
TCP (6), length 53)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], cksum 0xb195
(correct), seq 99:100, ack 5, win 9, options [nop,nop,TS val 3018446256 ecr
3018434239], length 1
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0035 5984 4000 4006 287e a55b 3704 a55b
.5Y.@.@.(~.[7..[
0x0020: 3706 c303 1389 ec78 f796 d58e 93e5 8018 7......x........
0x0030: 0009 b195 0000 0101 080a b3e9 d5b0 b3e9 ................
0x0040: a6bf 04 ...
13:29:11.030029 IP (tos 0x0, ttl 64, id 48179, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49924: Flags [F.], cksum 0xc0fc (correct), seq
1, ack 38, win 9, options [nop,nop,TS val 3018444240 ecr 3018436215], length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0034 bc33 4000 4006 c5cf a55b 3706 a55b
.4.3@.@....[7..[
0x0020: 3704 1389 c304 e56c 1aaa b534 8d00 8011 7......l...4....
0x0030: 0009 c0fc 0000 0101 080a b3e9 cdd0 b3e9 ................
0x0040: ae77 .w
13:29:11.030052 IP (tos 0x0, ttl 64, id 13716, offset 0, flags [DF], proto
TCP (6), length 53)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [P.], cksum 0xb8e8 (incorrect ->
0x8183), seq 5:6, ack 100, win 9, options [nop,nop,TS val 3018444240 ecr
3018446256], length 1
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0035 3594 4000 4006 4c6e a55b 3706 a55b
.55.@.@.Ln.[7..[
0x0020: 3704 1389 c303 d58e 93e5 ec78 f797 8018 7..........x....
0x0030: 0009 b8e8 0000 0101 080a b3e9 cdd0 b3e9 ................
0x0040: d5b0 0d ...
13:29:11.030115 IP (tos 0x0, ttl 64, id 22917, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], cksum 0x8e8b
(correct), seq 100, ack 6, win 9, options [nop,nop,TS val 3018446256 ecr
3018444240], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 5985 4000 4006 287e a55b 3704 a55b
.4Y.@.@.(~.[7..[
0x0020: 3706 c303 1389 ec78 f797 d58e 93e6 8010 7......x........
0x0030: 0009 8e8b 0000 0101 080a b3e9 d5b0 b3e9 ................
0x0040: cdd0 ..
13:29:11.030162 IP (tos 0x0, ttl 64, id 22918, offset 0, flags [DF], proto
TCP (6), length 56)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], cksum 0x8dbf
(correct), seq 100:104, ack 6, win 9, options [nop,nop,TS val 3018446256 ecr
3018444240], length 4
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0038 5986 4000 4006 2879 a55b 3704 a55b
.8Y.@.@.(y.[7..[
0x0020: 3706 c303 1389 ec78 f797 d58e 93e6 8018 7......x........
0x0030: 0009 8dbf 0000 0101 080a b3e9 d5b0 b3e9 ................
0x0040: cdd0 0000 00c0 ......
13:29:11.030808 IP (tos 0x0, ttl 64, id 8887, offset 0, flags [DF], proto TCP
(6), length 52)
psonar-owamp.brazos.tamu.edu.49924 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], cksum 0x53da
(correct), seq 17934, ack 2, win 9, options [nop,nop,TS val 3018446257 ecr
3018444240], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 22b7 4000 4006 5f4c a55b 3704 a55b
.4".@.@._L.[7..[
0x0020: 3706 c304 1389 b534 d2e8 e56c 1aab 8010 7......4...l....
0x0030: 0009 53da 0000 0101 080a b3e9 d5b1 b3e9 ..S.............
0x0040: cdd0 ..
13:29:11.070108 IP (tos 0x0, ttl 64, id 13717, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [.], cksum 0x8e5e (correct), seq 6,
ack 104, win 9, options [nop,nop,TS val 3018444281 ecr 3018446256], length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0034 3595 4000 4006 4c6e a55b 3706 a55b
.45.@.@.Ln.[7..[
0x0020: 3704 1389 c303 d58e 93e6 ec78 f79b 8010 7..........x....
0x0030: 0009 8e5e 0000 0101 080a b3e9 cdf9 b3e9 ...^............
0x0040: d5b0 ..
13:29:11.070162 IP (tos 0x0, ttl 64, id 22919, offset 0, flags [DF], proto
TCP (6), length 244)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], cksum 0x0cf6
(correct), seq 104:296, ack 6, win 9, options [nop,nop,TS val 3018446296 ecr
3018444281], length 192
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 00f4 5987 4000 4006 27bc a55b 3704 a55b
..Y.@.@.'..[7..[
0x0020: 3706 c303 1389 ec78 f79b d58e 93e6 8018 7......x........
0x0030: 0009 0cf6 0000 0101 080a b3e9 d5d8 b3e9 ................
0x0040: cdf9 7b22 6370 755f 7574 696c 5f74 6f74 ..{"cpu_util_tot
0x0050: 616c 223a 302e 3239 3735 3937 2c22 6370 al":0.297597,"cp
0x0060: 755f 7574 696c 5f75 7365 7222 3a30 2e30 u_util_user":0.0
0x0070: 3339 3636 3937 2c22 6370 755f 7574 696c 396697,"cpu_util
0x0080: 5f73 7973 7465 6d22 3a30 2e33 3537 3035 _system":0.35705
0x0090: 372c 2273 656e 6465 725f 6861 735f 7265 7,"sender_has_re
0x00a0: 7472 616e 736d 6974 7322 3a31 2c22 7374 transmits":1,"st
0x00b0: 7265 616d 7322 3a5b 7b22 6964 223a 312c reams":[{"id":1,
0x00c0: 2262 7974 6573 223a 3839 3438 302c 2272 "bytes":89480,"r
0x00d0: 6574 7261 6e73 6d69 7473 223a 352c 226a etransmits":5,"j
0x00e0: 6974 7465 7222 3a30 2c22 6572 726f 7273 itter":0,"errors
0x00f0: 223a 302c 2270 6163 6b65 7473 223a 307d ":0,"packets":0}
0x0100: 5d7d ]}
13:29:11.070190 IP (tos 0x0, ttl 64, id 13718, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [.], cksum 0x8d75 (correct), seq 6,
ack 296, win 10, options [nop,nop,TS val 3018444281 ecr 3018446296], length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0034 3596 4000 4006 4c6d a55b 3706 a55b
.45.@.@.Lm.[7..[
0x0020: 3704 1389 c303 d58e 93e6 ec78 f85b 8010 7..........x.[..
0x0030: 000a 8d75 0000 0101 080a b3e9 cdf9 b3e9 ...u............
0x0040: d5d8 ..
13:29:11.070250 IP (tos 0x0, ttl 64, id 13719, offset 0, flags [DF], proto
TCP (6), length 56)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [P.], cksum 0xb8eb (incorrect ->
0x8caf), seq 6:10, ack 296, win 10, options [nop,nop,TS val 3018444281 ecr
3018446296], length 4
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0038 3597 4000 4006 4c68 a55b 3706 a55b
.85.@.@.Lh.[7..[
0x0020: 3704 1389 c303 d58e 93e6 ec78 f85b 8018 7..........x.[..
0x0030: 000a b8eb 0000 0101 080a b3e9 cdf9 b3e9 ................
0x0040: d5d8 0000 00ba ......
13:29:11.109816 IP (tos 0x0, ttl 64, id 22920, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], cksum 0x8d4a
(correct), seq 296, ack 10, win 9, options [nop,nop,TS val 3018446336 ecr
3018444281], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 5988 4000 4006 287b a55b 3704 a55b
.4Y.@.@.({.[7..[
0x0020: 3706 c303 1389 ec78 f85b d58e 93ea 8010 7......x.[......
0x0030: 0009 8d4a 0000 0101 080a b3e9 d600 b3e9 ...J............
0x0040: cdf9 ..
13:29:11.109838 IP (tos 0x0, ttl 64, id 13720, offset 0, flags [DF], proto
TCP (6), length 239)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [P.], cksum 0xb9a2 (incorrect ->
0xe296), seq 10:197, ack 296, win 10, options [nop,nop,TS val 3018444320 ecr
3018446336], length 187
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 00ef 3598 4000 4006 4bb0 a55b 3706 a55b
..5.@.@.K..[7..[
0x0020: 3704 1389 c303 d58e 93ea ec78 f85b 8018 7..........x.[..
0x0030: 000a b9a2 0000 0101 080a b3e9 ce20 b3e9 ................
0x0040: d600 7b22 6370 755f 7574 696c 5f74 6f74 ..{"cpu_util_tot
0x0050: 616c 223a 302c 2263 7075 5f75 7469 6c5f al":0,"cpu_util_
0x0060: 7573 6572 223a 302e 3030 3036 3032 3234 user":0.00060224
0x0070: 2c22 6370 755f 7574 696c 5f73 7973 7465 ,"cpu_util_syste
0x0080: 6d22 3a30 2e30 3030 3630 3232 342c 2273 m":0.00060224,"s
0x0090: 656e 6465 725f 6861 735f 7265 7472 616e ender_has_retran
0x00a0: 736d 6974 7322 3a2d 312c 2273 7472 6561 smits":-1,"strea
0x00b0: 6d73 223a 5b7b 2269 6422 3a31 2c22 6279 ms":[{"id":1,"by
0x00c0: 7465 7322 3a30 2c22 7265 7472 616e 736d tes":0,"retransm
0x00d0: 6974 7322 3a2d 312c 226a 6974 7465 7222 its":-1,"jitter"
0x00e0: 3a30 2c22 6572 726f 7273 223a 302c 2270 :0,"errors":0,"p
0x00f0: 6163 6b65 7473 223a 307d 5d7d 0e ackets":0}]}.
13:29:11.109907 IP (tos 0x0, ttl 64, id 22921, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [.], cksum 0x8c67
(correct), seq 296, ack 197, win 10, options [nop,nop,TS val 3018446336 ecr
3018444320], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 5989 4000 4006 287a a55b 3704 a55b
.4Y.@.@.(z.[7..[
0x0020: 3706 c303 1389 ec78 f85b d58e 94a5 8010 7......x.[......
0x0030: 000a 8c67 0000 0101 080a b3e9 d600 b3e9 ...g............
0x0040: ce20 ..
13:29:11.109982 IP (tos 0x0, ttl 64, id 22922, offset 0, flags [DF], proto
TCP (6), length 53)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [P.], cksum 0x7c5e
(correct), seq 296:297, ack 197, win 10, options [nop,nop,TS val 3018446336
ecr 3018444320], length 1
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0035 598a 4000 4006 2878 a55b 3704 a55b
.5Y.@.@.(x.[7..[
0x0020: 3706 c303 1389 ec78 f85b d58e 94a5 8018 7......x.[......
0x0030: 000a 7c5e 0000 0101 080a b3e9 d600 b3e9 ..|^............
0x0040: ce20 10 ...
13:29:11.110005 IP (tos 0x0, ttl 64, id 13721, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [F.], cksum 0x8c65 (correct), seq
197, ack 297, win 10, options [nop,nop,TS val 3018444320 ecr 3018446336],
length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0034 3599 4000 4006 4c6a a55b 3706 a55b
.45.@.@.Lj.[7..[
0x0020: 3704 1389 c303 d58e 94a5 ec78 f85c 8011 7..........x.\..
0x0030: 000a 8c65 0000 0101 080a b3e9 ce20 b3e9 ...e............
0x0040: d600 ..
13:29:11.110106 IP (tos 0x0, ttl 64, id 22923, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-owamp.brazos.tamu.edu.49923 >
psonar-bwctl.brazos.tamu.edu.commplex-link: Flags [F.], cksum 0x8c64
(correct), seq 297, ack 198, win 10, options [nop,nop,TS val 3018446336 ecr
3018444320], length 0
0x0000: 90e2 ba2e eb50 90e2 ba2e ea04 0800 4500 .....P........E.
0x0010: 0034 598b 4000 4006 2878 a55b 3704 a55b
.4Y.@.@.(x.[7..[
0x0020: 3706 c303 1389 ec78 f85c d58e 94a6 8011 7......x.\......
0x0030: 000a 8c64 0000 0101 080a b3e9 d600 b3e9 ...d............
0x0040: ce20 ..
13:29:11.110118 IP (tos 0x0, ttl 64, id 13722, offset 0, flags [DF], proto
TCP (6), length 52)
psonar-bwctl.brazos.tamu.edu.commplex-link >
psonar-owamp.brazos.tamu.edu.49923: Flags [.], cksum 0x8c63 (correct), seq
198, ack 298, win 10, options [nop,nop,TS val 3018444321 ecr 3018446336],
length 0
0x0000: 90e2 ba2e ea04 90e2 ba2e eb50 0800 4500 ...........P..E.
0x0010: 0034 359a 4000 4006 4c69 a55b 3706 a55b
.45.@.@.Li.[7..[
0x0020: 3704 1389 c303 d58e 94a6 ec78 f85d 8010 7..........x.]..
0x0030: 000a 8c63 0000 0101 080a b3e9 ce21 b3e9 ...c.........!..
0x0040: d600 ..


Archive powered by MHonArc 2.6.16.

Top of Page