Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After getting these results, I then edited the available schema of TULIP database and added a  new table to cater for this change. The schema for new table is given below.

...

:

...

+-----------

...

-------------

...

------

...

-----+

...

------

...

+
| Field         | Type        | Null  |  Key | Default | Extra |
+-----------

...

-------------

...

------

...

-----+

...

------+

...


| ipv4Add_f

...

|

...

varchar(50)

...

| YES  |     | NULL    |          |
| ipv4Add_t | varchar(50)

...

| YES  |     | NULL    |          |
| rtt            | varchar(50) | YES  |     | NULL    |          |
| distance    | varchar(50) | YES  |     | NULL    |         |
+-----------

...

-------------

...

------

...

-----+

...

------+

This table is then populated with recently collected data with the help of perl script "rttdistinput.pl"deployed at:

Code Block

/afs/slac.stanford.edu/package/pinger/tulip-------\+