Commit 707b3ce0 authored by Ozmen, Ozgur's avatar Ozmen, Ozgur
Browse files

scalability.cpp use FAST option in the emulator not PRECISE

parent 9e909e14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@ make

For example  enter ./a.out 250000000 0.0 /home/ozi/documents/images/ to run the test case with 3G cellular (minimum of 2Gbit/second) network (which is 250000000 bytes/second) and 0 percent data loss rate. The path (3rd argument) should point to the images folder you downloaded from Dropbox. You can also introduce different loss rates.

When images are up assign their ip addresses via sudo ifconfig ens3 10.0.2.x. We tested historian as 2, forwarder as 3.  
When images are up and running, assign their ip addresses via sudo ifconfig ens3 10.0.2.x. We tested historian as 2, forwarder as 3.  

NOTE: MongoDB in the Historian will receive all the network packets and log them. You can delete all the data beforehand and have a clean start. Make sure that you close the historian properly (sudo poweroff) so that image will keep all the data. There is no time limit in ADEVS, it will simulate them forever unless you close the images. After images are closed, you can start the historian seperately and analyze the MongoDB. If you prefer to work with VirtualBox again during the analysis you can convert .img file to .vdi via VBoxManage commands.