| 128 | The '''image''', '''ns_image''' and '''status''' commands are more useful to users. The first two create simple image files from either an existing federated experiment or from the experiment description. '''image''' takes the same parameters as '''vtopo''', '''vis''', and '''info''' as well as: |
| 129 | |
| 130 | '''--output='''''file'':: |
| 131 | A file to store the image in. The output format is determined by the file suffix. |
| 132 | '''--format='''''fmt'':: |
| 133 | The image format to use. Valid choices are '''jpg''', '''png''', '''svg''', and '''dot'''. '''dot''' is graphviz input. |
| 134 | '''--labels''':: |
| 135 | Include node names and IP address information in the image. This is the default. |
| 136 | '''---no-labels''':: |
| 137 | Omit node names and IP address information in the image. |
| 138 | |
| 139 | '''ns_image''' takes the same additional parameters as '''image''', but is takes '''create''' parameters instead. It generates the image from the description rather than the existing experiment. It does not create a federated experiment. |
| 140 | |
| 141 | The '''status''' command is a modified '''info''' command that prints a single word that describes the status of an experiment: |
| 142 | '''active''':: |
| 143 | The experiment exists |
| 144 | '''inactive''':: |
| 145 | The experiment is not swapped in, or the user does not have the right to acces it |
| 146 | '''swapping''':: |
| 147 | The experiment is swapping in. |
| 148 | '''unknown''':: |
| 149 | The experiment state could not be determined |
| 150 | |