204 | | |
| 204 | [[Image(fed1.png)]] |
| 205 | |
| 206 | Computers are green squares, links are lines, and shared networks are blue circles (not shown). Each node is labeled with its name, each link or network with its name, and interfaces with their IP address. The labels can be removed with the {{{--no_labels}}} parameter: |
| 207 | |
| 208 | [[Image(fed1-nolabels.png)]] |
| 209 | |
| 210 | |
| 211 | The nodes can be grouped by any attribute, the most useful of which is the testbed on which they are instantiated: |
| 212 | |
| 213 | {{{ |
| 214 | fedd_image.py --experiment_name fed1 --group testbed --out fed1-group.png |
| 215 | }}} |
| 216 | |
| 217 | produces |
| 218 | |
| 219 | [[Image(fed1-group.png)]] |
| 220 | |
| 221 | This is very similar to the image at the top of the page. That image was also produced using {{{fedd_image.py}}} but using the layout description directly: |
| 222 | |
| 223 | {{{ |
| 224 | users:~$ fedd_image.py --file federation1.tcl --group testbed --out fed1-groups.png |
| 225 | }}} |
| 226 | |
| 227 | because the specification does not include the IP addresses, they are not in the image. |