Loading Scenarions/scalability-1/a.out (105 KiB) File changed.No diff preview for this file type. View original file View changed file Scenarions/scalability-1/scalability.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ class x86: x86(std::string disk_img, std::string disk_fmt, int mem_mb = 2048, std::string mac_addr = "", EmulatorMode mode = FAST): // The slice has to be small in comparison to the link data rate QemuComputer<IO_Type>(0.1) QemuComputer<IO_Type>(0.0001) { // Add a nic to the computer vector<string> qemu_args; Loading Scenarions/scalability-2/a.out (105 KiB) File changed.No diff preview for this file type. View original file View changed file Scenarions/scalability-2/scalability.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ class x86: x86(std::string disk_img, std::string disk_fmt, int mem_mb = 2048, std::string mac_addr = "", EmulatorMode mode = FAST): // The slice has to be small in comparison to the link data rate QemuComputer<IO_Type>(0.1) QemuComputer<IO_Type>(0.0001) { // Add a nic to the computer vector<string> qemu_args; Loading Loading @@ -214,7 +214,7 @@ int main(int argc, char **argv) // // historian: sudo ifconfig ens3 10.0.2.2 // forwarder1: sudo ifconfig ens3 10.0.2.3 // forwarder2: sudo ifconfig ens3 10.0.2.4 - This ip // forwarder2: sudo ifconfig ens3 10.0.2.4 // // // To shutdown cleanly, you must shutdown the machines as follows: Loading Loading
Scenarions/scalability-1/a.out (105 KiB) File changed.No diff preview for this file type. View original file View changed file
Scenarions/scalability-1/scalability.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ class x86: x86(std::string disk_img, std::string disk_fmt, int mem_mb = 2048, std::string mac_addr = "", EmulatorMode mode = FAST): // The slice has to be small in comparison to the link data rate QemuComputer<IO_Type>(0.1) QemuComputer<IO_Type>(0.0001) { // Add a nic to the computer vector<string> qemu_args; Loading
Scenarions/scalability-2/a.out (105 KiB) File changed.No diff preview for this file type. View original file View changed file
Scenarions/scalability-2/scalability.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ class x86: x86(std::string disk_img, std::string disk_fmt, int mem_mb = 2048, std::string mac_addr = "", EmulatorMode mode = FAST): // The slice has to be small in comparison to the link data rate QemuComputer<IO_Type>(0.1) QemuComputer<IO_Type>(0.0001) { // Add a nic to the computer vector<string> qemu_args; Loading Loading @@ -214,7 +214,7 @@ int main(int argc, char **argv) // // historian: sudo ifconfig ens3 10.0.2.2 // forwarder1: sudo ifconfig ens3 10.0.2.3 // forwarder2: sudo ifconfig ens3 10.0.2.4 - This ip // forwarder2: sudo ifconfig ens3 10.0.2.4 // // // To shutdown cleanly, you must shutdown the machines as follows: Loading