Added popenpoll.py example of using popen()/pmonitor()

This commit is contained in:
Bob Lantz
2012-05-23 20:56:35 -07:00
parent 06f7408cf2
commit f1bf3c60e0
2 changed files with 38 additions and 0 deletions
+5
View File
@@ -48,6 +48,11 @@ multitest.py:
This example creates a network and runs multiple tests on it.
popenpoll.py:
This example demonstrates monitoring output from multiple hosts using
the node.popen() interface (which returns Popen objects) and pmonitor().
scratchnet.py, scratchnetuser.py:
These two examples demonstrate how to create a network by using the lowest-