diff --git a/perf/mn_topo_test/fig/1.png b/perf/mn_topo_test/fig/1.png new file mode 100644 index 00000000..d6245f77 Binary files /dev/null and b/perf/mn_topo_test/fig/1.png differ diff --git a/perf/mn_topo_test/fig/2.png b/perf/mn_topo_test/fig/2.png new file mode 100644 index 00000000..f56bdeaa Binary files /dev/null and b/perf/mn_topo_test/fig/2.png differ diff --git a/perf/mn_topo_test/fig/4.png b/perf/mn_topo_test/fig/4.png new file mode 100644 index 00000000..cf63bf5c Binary files /dev/null and b/perf/mn_topo_test/fig/4.png differ diff --git a/perf/mn_topo_test/fig/5.png b/perf/mn_topo_test/fig/5.png new file mode 100644 index 00000000..698bdf78 Binary files /dev/null and b/perf/mn_topo_test/fig/5.png differ diff --git a/perf/mn_topo_test/fig/6.png b/perf/mn_topo_test/fig/6.png new file mode 100644 index 00000000..69e31a54 Binary files /dev/null and b/perf/mn_topo_test/fig/6.png differ diff --git a/perf/mn_topo_test/fig/7.png b/perf/mn_topo_test/fig/7.png new file mode 100644 index 00000000..830f0712 Binary files /dev/null and b/perf/mn_topo_test/fig/7.png differ diff --git a/perf/mn_topo_test/fig/8.png b/perf/mn_topo_test/fig/8.png new file mode 100644 index 00000000..86ad0aa5 Binary files /dev/null and b/perf/mn_topo_test/fig/8.png differ diff --git a/perf/mn_topo_test/fig/9.png b/perf/mn_topo_test/fig/9.png new file mode 100644 index 00000000..01940597 Binary files /dev/null and b/perf/mn_topo_test/fig/9.png differ diff --git a/perf/mn_topo_test/mn_test.md b/perf/mn_topo_test/mn_test.md new file mode 100644 index 00000000..0c6b7dab --- /dev/null +++ b/perf/mn_topo_test/mn_test.md @@ -0,0 +1,53 @@ +## Create Custom DC Topology +#### Basic computer configuration +1. CPU:Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz *48 + + + +2. Mem: + + ![2](./fig/2.png) + + +#### Establish Topology In Mininet +1. The original situation of the server + + + + ![avatar](./fig/4.png) + +2. Establish in Single Topology(one switch):OSError: [Errno 24] Too many open files.Memory Limit + ``` + sdn@server03:~$ sudo mn --topo=single,10000 + ``` + ![avatar](./fig/5.png) + + ``` + sdn@server03:~$ sudo mn --topo=single,1500 + mininet> pingall + ``` + + ![avatar](./fig/6.png)![](./fig/7.png) + +3. Establish in linear Topology(There are probably more that can be started, but the upper limit is this order of magnitude,5000 hosts) + + ``` + sdn@server03:~$ sudo mn --topo=linear,2500,2 + ``` + + + + ![avatar](./fig/8.png) + + ![avatar](./fig/8.png) + +4. Establish in Tree Topology. 343 vswitches and 5832 vhosts. + + ``` + sdn@server03:~$ sudo mn --topo=tree,depth=3,fanout=18 + ``` + + + + ![avatar](./fig/9.png) +