examples: Add new tests to README
This commit is contained in:
@@ -21,11 +21,24 @@ controllers.py:
|
|||||||
|
|
||||||
This example creates a network and adds multiple controllers to it.
|
This example creates a network and adds multiple controllers to it.
|
||||||
|
|
||||||
|
cpu.py:
|
||||||
|
|
||||||
|
This example tests iperf bandwidth for varying CPU limits.
|
||||||
|
|
||||||
emptynet.py:
|
emptynet.py:
|
||||||
|
|
||||||
This example demonstrates creating an empty network (i.e. with no
|
This example demonstrates creating an empty network (i.e. with no
|
||||||
topology object) and adding nodes to it.
|
topology object) and adding nodes to it.
|
||||||
|
|
||||||
|
hwintf.py:
|
||||||
|
|
||||||
|
This example shows how to add an interface (for example a real
|
||||||
|
hardware interface) to a network after the network is created.
|
||||||
|
|
||||||
|
limit.py:
|
||||||
|
|
||||||
|
This example shows how to use link and CPU limits.
|
||||||
|
|
||||||
linearbandwidth.py:
|
linearbandwidth.py:
|
||||||
|
|
||||||
This example shows how to create a custom topology programatically
|
This example shows how to create a custom topology programatically
|
||||||
@@ -48,6 +61,11 @@ multitest.py:
|
|||||||
|
|
||||||
This example creates a network and runs multiple tests on it.
|
This example creates a network and runs multiple tests on it.
|
||||||
|
|
||||||
|
popen.py:
|
||||||
|
|
||||||
|
This example monitors a number of hosts using host.popen() and
|
||||||
|
pmonitor().
|
||||||
|
|
||||||
popenpoll.py:
|
popenpoll.py:
|
||||||
|
|
||||||
This example demonstrates monitoring output from multiple hosts using
|
This example demonstrates monitoring output from multiple hosts using
|
||||||
|
|||||||
Reference in New Issue
Block a user