-
Notifications
You must be signed in to change notification settings - Fork 0
/
exec2.sh
executable file
·30 lines (21 loc) · 931 Bytes
/
exec2.sh
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
29
30
#!/bin/bash
./run.py ./Pcaps/arp-storm.pcap arp-storm
./plot.py --simulation "./plots/arp-storm/"
#./run.py ./Pcaps/skype.pcap skype
#./plot.py --simulation "./plots/skype/"
#./run.py ../../ProjetoMestrado/Tests/pcaps/lanDiurnal.pcap lanDiurnal-02
#./run.py pcap/cmp_IR_sequence_OpenSSL-Cryptlib.pcap openssl
#./run.py ../../ProjetoMestrado/Tests/pcaps/skype.pcap skype
#./plot.py --simulation "./plots/skype/"
#./plot.py --simulation "./plots/bigFlows/"
#./plot.py --simulation "./plots/equinix-1s/"
#./plot.py --simulation "./plots/lanDiurnal/"
# plot just cost history
#./plot.py --costhistory "./plots/skype/"
#./plot.py --costhistory "./plots/bigFlows/"
#./plot.py --costhistory "./plots/equinix-1s/"
#./plot.py --costhistory "./plots/lanDiurnal/"
#./plot.py --cauchy "./plots/skype/"
#./plot.py --cauchy "./plots/bigFlows/"
#./plot.py --cauchy "./plots/equinix-1s/"
#./plot.py --cauchy "./plots/lanDiurnal/"