wiki:GENIExperimenter/Tutorials/GettingStarted_PartII_ccn/Procedure/Execute/GEMINIRRH

Version 1 (modified by rrhain@bbn.com, 9 years ago) (diff)

--

Appendix for the Understanding the AM API using Content Centric Networking Exercise

5.2 Visualizing your Content Centric Networking (CCN) application using the GENI Desktop

These are instructions for the optional part of the Understanding the AM API using a Content Centric Networking application tutorial. Make sure you have completed the instructions at GENIExperimenter/Tutorials/GettingStarted_PartII_ccn/Procedure/Execute before you continue.

5.2.1 Launch the GENI Desktop

  1. Find your slice in the GENI Portal and click on the GENI Desktop button

Figure 5-1 Click on the GENI Desktop button in the Slice Tools section of your Slice page.
  1. Before the GENI Desktop launches, it will ask for the passphrase on your ssh key. Type that followed by a return.
  1. You will be taken to the Slices page of the GENI Desktop. Select your Project from the top right of the page.
  1. To find your slice, click on the Show button next to Other Slices
  1. When you see your slice listed, select it and click on Display Checked Slices
  1. Your slice will appear in the list of slices and you will see a ? under the Status column as the GENI Desktop queries the aggregates for the status of your slice. Wait until the status changes to Has Resources
  2. Now click on the Initialize button in the same row as your slice listing.
  3. After the slice is initialized, click on the Instrumentize button.
  1. When the instrumentize is complete, click on the GENI Desktop button. You will get a warning from your browser about the site's security certificate not being trusted. Be sure to accept the cert.
  2. You will see a page that looks like this (see figure). You may have to rearrange the nodes in the graph so the topology is clear.

5.2.2 Setting up the visualization

We are now ready to graph traffic on the four links of our topology.

  1. Click on the launcher which is the button with the rocket icon and select Passive Graphs Lite in the menu that pops up
  1. On the GEMINI Graphs menu that pops up, deselect all boxes and select linkoctets . We will be graphing the number of octets on the links.
  1. For each of the links in the experiment: (1) Click on the link to select it and (2) Click on Add Graphs with Title . For each link you will get a pair of graph showing the number of octets going in and out of each interface on the link. (See figure.)
  2. You can close the GEMINI Graphs menu.

5.2.3 Visualizing your Experiment

  1. At this point you will see four graphs showing traffic on each of the four links on your experiment. The traffic you see on the links is broadcast traffic from the switch on the rack to which these nodes connect. It is not related to your experiment.
  1. Go back to the ssh window you used to log into the researcher node when you did the CCN exercise.
  2. Use the /opt/ccnx-atmos/client.py program to fetch precipitation data for a time period you had not previously fetched. This is to make sure the data will be fetched from the data source (dsrc1) and not from the cache at some node. The time period must be between 1 Jan 1901 and 31 Jan 1902.
  1. Your graphs should now show traffic on the rschr-router and router-dsrc1 links (see example below). This is because the precipitation data was not cached anywhere and had to be fetched from the data source.

No image "pull-researcherCropped.png" attached to GENIExperimenter/Tutorials/GettingStarted_PartII_ccn/Procedure/Execute/GEMINIRRH

  1. Fetch the same data again. Notice there is no experiment traffic on the links. This is because the data was fetched from the cache on the node rsrchr.
  1. You can investigate the CCN application further:
    1. Log into the collaborator node (collab) to fetch data that was previously fetched by the researcher node (rschr). Can you tell from where the data is fetched based on the graphs?
    2. From the collaborator node fetch data that was not previously fetched by the researcher. Where did the data come from this time?

Cleaning up

Go back to the CCN exercise to free up the resources you used in this experiment.