Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added perf/mn_topo_test/fig/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added perf/mn_topo_test/fig/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added perf/mn_topo_test/fig/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added perf/mn_topo_test/fig/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added perf/mn_topo_test/fig/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added perf/mn_topo_test/fig/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added perf/mn_topo_test/fig/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added perf/mn_topo_test/fig/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions perf/mn_topo_test/mn_test.md
Original file line number Diff line number Diff line change
@@ -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)