Changes between Version 10 and Version 11 of PlasticSlices/Experiments


Ignore:
Timestamp:
07/11/11 15:34:48 (13 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/Experiments

    v10 v11  
    497497}}}
    498498
    499 where <hostpairs> is the number of host pairs you have (the number of rows in your table). Call this number <interval>, and use it below when you run the 'ping' commands.
     499where <hostpairs> is the number of host pairs you have (the number of rows in your table). You can calculate this with bc:
     500
     501{{{
     502echo "3*1500*8/1024/1024/10*<hostpairs>" | bc
     503}}}
     504
     505Call this number <interval>, and use it below when you run the 'ping' commands.
    500506
    501507(It's 1/10 seconds per Mbit because you want to calculate an interval expressed in seconds per packet, not packets per second.)