cawka / ndnSIM-ddos-interest-flooding

Script scenarios and graph processing scripts for simulations used in "Interest Flooding Attack and Countermeasures in Named Data Networking" paper by Afanasyev et al. (IFIP Networking 2013)
http://lasr.cs.ucla.edu/afanasyev/bibwiki.html
17 stars 27 forks source link

running command for generating graph related to information flooding attack in NDN #1

Open nk10121989 opened 9 years ago

nk10121989 commented 9 years ago

while running the following command as given in https://github.com/cawka/ndnSIM-ddos-interest-flooding

./run.py -p figureX

output comes like this

av@nav-OptiPlex-9020:~/ns-dev/ndnSIM-ddos-interest-flooding$ ./run.py -p figureX Building graphs for the following scenarios: figureX Aggregate data

./graphs/preprocess-satisfaction.R fairness small-tree 1 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw<<<

./graphs/preprocess-satisfaction.R fairness small-tree 2 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw<<<

./graphs/preprocess-satisfaction.R fairness small-tree 1 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw

./graphs/preprocess-satisfaction.R satisfaction-accept small-tree 1 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw<<<

./graphs/preprocess-satisfaction.R satisfaction-accept small-tree 2 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw<<< ./graphs/preprocess-satisfaction.R fairness small-tree 2 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw

./graphs/preprocess-satisfaction.R satisfaction-accept small-tree 1 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw ./graphs/preprocess-satisfaction.R satisfaction-accept small-tree 2 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw

./graphs/preprocess-satisfaction.R satisfaction-pushback small-tree 1 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw<<<

./graphs/preprocess-satisfaction.R satisfaction-pushback small-tree 2 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw<<< ./graphs/preprocess-satisfaction.R satisfaction-pushback small-tree 1 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw

./graphs/preprocess-satisfaction.R satisfaction-pushback small-tree 2 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw Reading from results/attackSmallTree/satisfaction-accept-topo-small-tree-evil-2-good-0-producer-gw-run-1 Error in sqliteSendQuery(con, statement, bind.data) : error in statement: no such table: data Calls: sqldf ... .local -> sqliteGetQuery -> sqliteSendQuery -> .Call Execution halted Reading from results/attackSmallTree/satisfaction-pushback-topo-small-tree-evil-2-good-0-producer-gw-run-1 Error in sqliteSendQuery(con, statement, bind.data) : error in statement: no such table: data Calls: sqldf ... .local -> sqliteGetQuery -> sqliteSendQuery -> .Call Execution halted Reading from results/attackSmallTree/satisfaction-accept-topo-small-tree-evil-1-good-0-producer-gw-run-1 Error in sqliteSendQuery(con, statement, bind.data) : error in statement: no such table: data Calls: sqldf ... .local -> sqliteGetQuery -> sqliteSendQuery -> .Call Execution halted Reading from results/attackSmallTree/fairness-topo-small-tree-evil-2-good-0-producer-gw-run-1 Error in sqliteSendQuery(con, statement, bind.data) : error in statement: no such table: data Calls: sqldf ... .local -> sqliteGetQuery -> sqliteSendQuery -> .Call Execution halted Reading from results/attackSmallTree/satisfaction-pushback-topo-small-tree-evil-1-good-0-producer-gw-run-1 Reading from results/attackSmallTree/fairness-topo-small-tree-evil-1-good-0-producer-gw-run-1 Error in sqliteSendQuery(con, statement, bind.data) : error in statement: no such table: data Calls: sqldf ... .local -> sqliteGetQuery -> sqliteSendQuery -> .Call Error in sqliteSendQuery(con, statement, bind.data) : error in statement: no such table: data Calls: sqldf ... .local -> sqliteGetQuery -> sqliteSendQuery -> .Call Execution halted Execution halted SatisfactionMinManFigures ./graphs/satisfaction-min-max-vs-time.R fairness,satisfaction-accept,satisfaction-pushback small-tree 1,2 1,2,3,4,5,6,7,8,9,10 attackSmallTree 0 gw Reading from results/attackSmallTree/process/fairness-topo-small-tree-evil-1-good-0-producer-gw.txt Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection Calls: load -> readChar In addition: Warning message: In readChar(con, 5L, useBytes = TRUE) : cannot open compressed file 'results/attackSmallTree/process/fairness-topo-small-tree-evil-1-good-0-producer-gw.txt', probable reason 'No such file or directory' Execution halted