ggarciabas / flynetwork

Código doutorado
0 stars 0 forks source link

New log #79

Open ggarciabas opened 5 years ago

ggarciabas commented 5 years ago

Running on server: TX - Texas (32) pc5.instageni.utdallas.edu VR - Vermont (32) pc5.instageni.uvm.edu VS - Virginia Server (32) pc4.vcu.instageni.net

ggarciabas commented 5 years ago

898081 954008 178483 361705 814618 -- 58hrs 400 clientes --- 650342 277687 387018 376082 808627 180335 480033 627890 952263 932967 922631 195790 672753 887805 297675 697554 473081 879056 288486 794917 199019 102309 910662 873909 725641

ggarciabas commented 5 years ago

898081 954008 178483 361705 814618 650342 277687 387018 376082 808627 180335 480033 627890 952263 932967 922631 195790 672753 887805 297675 697554 473081 879056 288486 794917 199019 102309 910662 873909 725641

ggarciabas commented 5 years ago

TEXAS

# require package at, install via: sudo apt install at
# ver fila: atq
# matar tudo: for i in `atq | awk '{print $1}'`;do atrm $i;done
# https://unix.stackexchange.com/questions/303194/atd-batch-setting-the-load-limiting-factor/306965#306965
# ver processos executando: ps aux | grep /home/gg | wc -l
# watch "atq | grep ="

seeds="814618 650342 277687 387018 376082 808627 180335 480033 627890 952263 932967 922631 195790 672753 887805 297675 697554 473081 879056 288486 794917 199019 102309 910662 873909 725641"
custos="1 2 4 5"
totalcli="50 100 400 700"

t=10800 # 3 horas
etapa=600 # 5min
bat=156960
path="./texas"
cob=115
sce=1
KSize=40

for tc in $totalcli
do
    echo "\tExecutando total clientes: "$tc
    for s in $seeds
    do
        echo "Executando seed: "$s 
        for c in $custos;
        do
            echo "\t\tExecutando custo: "$c
            ./waf --run "wifi --SimTime=$t --TotalCli=$tc --Scenario=$sce --Env=2 --Custo=$c --Seed=$s --GlobalPath=$path --Etapa=$etapa --TotalBattery=$bat --CliCob=$cob --KSize=$KSize"
            # ./waf --run wifi --command-template="gdb --args %s --SimTime=$t --TotalCli=$tc --Scenario=$sce --Env=2 --Custo=$c --Seed=$s --GlobalPath=$path --Etapa=$etapa --TotalBattery=$bat --CliCob=$cob --KSize=$KSize"
            # echo ./waf --run \"wifi --SimTime=$t --Scenario=$sce --Env=2 --Custo=$c --Seed=$s --GlobalPath=$path --Etapa=$etapa --TotalBattery=$bat --CliCob=$cob\" > job.log
            # cat job.log
            # batch < job.log >> simulacoes.txt
        done
    done
done
ggarciabas commented 5 years ago

VERMONT

# require package at, install via: sudo apt install at
# ver fila: atq
# matar tudo: for i in `atq | awk '{print $1}'`;do atrm $i;done
# https://unix.stackexchange.com/questions/303194/atd-batch-setting-the-load-limiting-factor/306965#306965
# ver processos executando: ps aux | grep /home/gg | wc -l
# watch "atq | grep ="

seeds="814618 650342 277687 387018 376082 808627 180335 480033 627890 952263 932967 922631 195790"
custos="1 2 4 5"
totalcli="1000"

t=10800 # 3 horas
etapa=600 # 5min
bat=156960
path="./vermont"
cob=115
sce=1
KSize=40

for tc in $totalcli
do
    echo "\tExecutando total clientes: "$tc
    for s in $seeds
    do
        echo "Executando seed: "$s 
        for c in $custos;
        do
            echo "\t\tExecutando custo: "$c
            ./waf --run "wifi --SimTime=$t --TotalCli=$tc --Scenario=$sce --Env=2 --Custo=$c --Seed=$s --GlobalPath=$path --Etapa=$etapa --TotalBattery=$bat --CliCob=$cob --KSize=$KSize"
            # ./waf --run wifi --command-template="gdb --args %s --SimTime=$t --TotalCli=$tc --Scenario=$sce --Env=2 --Custo=$c --Seed=$s --GlobalPath=$path --Etapa=$etapa --TotalBattery=$bat --CliCob=$cob --KSize=$KSize"
            # echo ./waf --run \"wifi --SimTime=$t --Scenario=$sce --Env=2 --Custo=$c --Seed=$s --GlobalPath=$path --Etapa=$etapa --TotalBattery=$bat --CliCob=$cob\" > job.log
            # cat job.log
            # batch < job.log >> simulacoes.txt
        done
    done
done
ggarciabas commented 5 years ago

VIRGINIA

# require package at, install via: sudo apt install at
# ver fila: atq
# matar tudo: for i in `atq | awk '{print $1}'`;do atrm $i;done
# https://unix.stackexchange.com/questions/303194/atd-batch-setting-the-load-limiting-factor/306965#306965
# ver processos executando: ps aux | grep /home/gg | wc -l
# watch "atq | grep ="

seeds="672753 887805 297675 697554 473081 879056 288486 794917 199019 102309 910662 873909 725641"
custos="1 2 4 5"
totalcli="1000"

t=10800 # 3 horas
etapa=600 # 5min
bat=156960
path="./virginia"
cob=115
sce=1
KSize=40

for tc in $totalcli
do
    echo "\tExecutando total clientes: "$tc
    for s in $seeds
    do
        echo "Executando seed: "$s 
        for c in $custos;
        do
            echo "\t\tExecutando custo: "$c
            ./waf --run "wifi --SimTime=$t --TotalCli=$tc --Scenario=$sce --Env=2 --Custo=$c --Seed=$s --GlobalPath=$path --Etapa=$etapa --TotalBattery=$bat --CliCob=$cob --KSize=$KSize"
            # ./waf --run wifi --command-template="gdb --args %s --SimTime=$t --TotalCli=$tc --Scenario=$sce --Env=2 --Custo=$c --Seed=$s --GlobalPath=$path --Etapa=$etapa --TotalBattery=$bat --CliCob=$cob --KSize=$KSize"
            # echo ./waf --run \"wifi --SimTime=$t --Scenario=$sce --Env=2 --Custo=$c --Seed=$s --GlobalPath=$path --Etapa=$etapa --TotalBattery=$bat --CliCob=$cob\" > job.log
            # cat job.log
            # batch < job.log >> simulacoes.txt
        done
    done
done
ggarciabas commented 5 years ago

uav_energy uav_energy_byuav

ggarciabas commented 5 years ago

uav_energy uav_energy_byuav