# # This is the basic data file for Plankton # --------------------------------------------------------- # Written 01/12/98 # By: Bradley Huffaker # Modified 02/26/98 # By: Jaeyeon Jung # t number # (total number of nodes) # Must be at the beginning of the file. # number the number of nodes to follow. # T number # (total number of links) # number the nubmer of links that will used # can't be less then the largest link index. # Must be at the beginning of the file. # d year month day # (date this file was created/last edited) # n nodeidx name (ip) [r] # N nodeidex name [r] # (node) # nodeidx the index of this node into the array # name the name of the node # ip dotted-decimal IP address, if available # r root node # l linkidx n_index1 n_index2 # (link) # linkidx the index of this link into an array # nidx1 the index of the node that is the client # nidx2 the index of the node that is the server # L link_index n_index1 n_index2 # (link) # link_index - the index of this link into an array # n_index1 - the index of the node that is the parent # n_index2 - the index of the node that is the child # r node_index http icp # R link_index http icp # (node/link requests) # node_index/link_index - the index of this node/link # http - the number of http requests # icp - the number of icp requests # G node_index lat lon city # node_index - the index of this node # lat - the latitude # lon - the longitude # city - the city and country d 1998 04 24 t 0 T 0