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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions perf/perf_distrinet_lxd/perf_distrinet_lxd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Test environment:
# Ubuntu 18.0.4
# 22 core 44 thread server

### The limit test of the number of nodes can be started by distrinet
# Topology type: linear
# Successfully started pingall with zero packet loss.
# The maximum number of nodes is 82 (41host + 41switch)
# (the topology is linear, 41)
1. start in distrinet
![avatar](./fig/perf_topo_start_in_distrinet.png)

2. pingall
![avatar](./fig/perf_pingall_test_in_distrinet.png)

3. Further increase the number of nodes [errno 24] too many open files: '/ home / SDN / ssh/id_ "RSA" will appear
![avatar](./fig/perf_too_many_files_error_in_distrinet.png)


## We speculate these performances are related to the limit of LXD containers that the system can run at the same time
### The limit test of the number of lxd containers running
# Between 250 and 300
1.
![avatar](./fig/perf_running_container_in_distrinet.png)

## To sum up, due to the problems of the code itself and LXD's heavy weight, the performance of distrinet is still far from the goal. Adjustments need to be made (e.g. switching to docker)