-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated the FlowDistributor to work in more cases and be more performant. * Removed old FlowDistributor
- Loading branch information
1 parent
c425a03
commit f71e07f
Showing
19 changed files
with
338 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...endc-experiments-base/src/test/resources/FlowDistributor/topologies/single_5000_2000.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"clusters": | ||
[ | ||
{ | ||
"name": "C01", | ||
"hosts" : | ||
[ | ||
{ | ||
"name": "H01", | ||
"cpu": | ||
{ | ||
"coreCount": 1, | ||
"coreSpeed": 2000 | ||
}, | ||
"memory": { | ||
"memorySize": 140457600000 | ||
}, | ||
"count": 5000 | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.