sudo apt-get install python3
sudo apt-get install python3-networkx
traceanalysis.py [-h] [-f FILENAME] [-n NUMBER] [-e ENDTIME]
[-s NUMBER]
Description
arguments:
-h, --help show this help message and exit
-f FILENAME, --file FILENAME
the trace file that will be analyzed
-n NUMBER, --numberOfNodes NUMBER
the number of nodes in the network
-e ENDTIME, --end ENDTIME
trace ending time
-s NUMBER, --step NUMBER
The step for logging component information
python3 traceanalysis.py -n 62 -e 10000 --step 60 -f rollernet
python3 -W ignore traceanalysis.py -n 62 -e 10000 --step 60 -f rollernet