public class TrafficGeneratorDriver
extends java.lang.Object
Driver program for the purpose of running TrafficGenerator.
Requires one command line argument to run - a String, filename, specifying the name of a file which contains configuration details for the TrafficGenerator (formatted as specified in the documentation for ConfigurationParser). The inclusion of an optional additional argument (only the presence of the argument matters and thus it may be anything) will set debug to true. By default, debug is set to false.
Configures TrafficGenerator with the given details from the configuration file, and starts it.
If debug is set to true, debug output will be logged to a file named TGActivityLog.txt.
| Constructor and Description |
|---|
TrafficGeneratorDriver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |