Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2075)

Delta Between Two Patch Sets: topology/iperf_traffic

Issue 329400043: RPM comupting the RTT of each switch
Left Patch Set: Commented RPM code Created 6 years, 3 months ago
Right Patch Set: update Created 6 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« RPM/RPM.py ('K') | « topology/Admission_control ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 pingall
2 py "[TEST-1] Sleeping for 30 seconds."
3 py time.sleep(30)
4
5 py "[TEST-1] Starting iPerf TCP flow from host h2 to h1(flow going through s302) ."
6 py h1.sendCmd('iperf -s')
7 py h2.sendCmd('iperf -c 10.0.0.1 -b 5000 -t 1000')
8 py "[TEST-1] Sleeping for 30 seconds."
9 py time.sleep(30)
10
11 py "[TEST-1] Starting iPerf TCP flow from host h3 to h1(flow going through s302) ."
12 py h3.sendCmd('iperf -c 10.0.0.1 -b 5000 -t 1000 ')
13 py "[TEST-1] Sleeping for 30 seconds."
14 py time.sleep(30)
15
16 py "[TEST-1] Starting iPerf TCP flow from host h4 to h1(flow going through s302) ."
17 py h4.sendCmd('iperf -c 10.0.0.1 -b 5000 -t 1000')
18 py "[TEST-1] Sleeping for 30 seconds."
19 py time.sleep(30)
20
21 py "[TEST-1] Starting iPerf TCP flow from host h5 to h1(flow going through s302) ."
22 py h5.sendCmd('iperf -c 10.0.0.1 -b 5000 -t 1000 ')
23 py "[TEST-1] Sleeping for 30 seconds."
24 py time.sleep(30)
25
26 py "[TEST-1] Starting iPerf TCP flow from host h6 to h1(flow going through s302) ."
27 py h6.sendCmd('iperf -c 10.0.0.1 -b 5000 -t 1000 ')
28 py "[TEST-1] End of TEST script. (Though iPerf sessions will go on)"
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b