-
Notifications
You must be signed in to change notification settings - Fork 0
/
1905095.plt
28 lines (22 loc) · 1.46 KB
/
1905095.plt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
set terminal pdf
set output "scratch/graph1.pdf"
set title "Graph (Bottleneck Rate vs {Througputput1 } for TCP newReno vs TCP Highspeed)"
set xlabel "Bottleneck Rate"
set ylabel "Throughput"
plot "scratch/tcphs_btnk_rate.txt" using 1:2 with lines title "Throughput1","scratch/tcphs_btnk_rate.txt" using 1:3 with lines title "Throughput2"
set title "Graph ( Packet Loss Exponent vs {Througputput1 and Throughput2} for TCP newReno vs TCP Highspeed)"
set xlabel "Packet Loss Exponent"
set ylabel "Throughput"
plot "scratch/tcphs_packet_loss_exponent.txt" using 1:2 with lines title "Throughput1","scratch/tcphs_packet_loss_exponent.txt" using 1:3 with lines title "Throughput2"
set title "Graph (Bottleneck Rate vs {Througputput1 and Throughput2} for TCP newReno vs TCP Westwoodplus)"
set xlabel "Bottleneck Rate"
set ylabel "Throughput"
plot "scratch/tcpwwp_btnk_rate.txt" using 1:2 with lines title "Throughput1","scratch/tcpwwp_btnk_rate.txt" using 1:3 with lines title "Throughput2"
set title "Graph ( Packet Loss Exponent vs {Througputput1 and Throughput2} for TCP newReno vs TCP Westwoodplus)"
set xlabel "Packet Loss Exponent"
set ylabel "Throughput"
plot "scratch/tcpwwp_packet_loss_exponent.txt" using 1:2 with lines title "Throughput1","scratch/tcpwwp_packet_loss_exponent.txt" using 1:3 with lines title "Throughput2"
set title "Graph conjestion window"
set xlabel "Simulation Time"
set ylabel "Conjestion Window"
plot "scratch/flow1.cwnd" using 1:2 with lines title "Throughput1"