home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Online / Bing / bing.readme < prev    next >
Text File  |  2000-08-23  |  1KB  |  36 lines

  1. Short:    Bing, bandwidth measurment tool for internet connections
  2. Author:   Pierre Beyssac <pb@fasterix.freenix.fr>
  3. Uploader: Jörgen Johansson <jj201@algonet.se>
  4. Type:     comm/tcp
  5. Requires: ixemul.library
  6.  
  7.  
  8. Found it on the internet and compiled it. It seems like a real nice
  9. little proggy.
  10.  
  11. From the original readme:
  12.  
  13. --snip------------------------------------------------------------
  14.  
  15. Bing is a point-to-point bandwidth measurement tool (hence the
  16. 'b'), based on ping.
  17.  
  18. Bing determines the real (raw, as opposed to available or average)
  19. throughput on a link by measuring ICMP echo requests roundtrip times
  20. for different packet sizes for each end of the link.
  21.  
  22. Suppose we are on host A and want to know the throughput between
  23. L1 and L2, two extremities of a point-to-point link.
  24.  
  25.     A ----( the Internet )--- L1 --- L2
  26.  
  27. If we know the rtt (roundtrip time) between A and L1, and the rtt
  28. between A and L2, we can deduce the rtt between L1 and L2.
  29.  
  30. If we do that for two different packet sizes, we can compute the
  31. raw capacity (bps) of the link.
  32.  
  33. Note that bing can also be used to have an idea of ethernet cards
  34. performance.
  35.  
  36. --snip------------------------------------------------------------