home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / dcom / modems / 11203 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.4 KB

  1. Path: sparky!uunet!decwrl!netcomsv!boo!uttsbbs!kevin.fong
  2. From: kevin.fong@uttsbbs.uucp (Kevin Fong) 
  3. Newsgroups: comp.dcom.modems
  4. Subject: ZMODEM FILE TRANSFER TIME
  5. Message-ID: <954.48.uupcb@uttsbbs.uucp>
  6. Date: 26 Jul 92 02:20:00 GMT
  7. Distribution: world
  8. Organization: The Transfer Station BBS, Danville, CA - 510-837-4610/837-5591
  9. Reply-To: kevin.fong@uttsbbs.uucp (Kevin Fong) 
  10. Lines: 23
  11.  
  12. bsmith@access.digex.com (Barry Smith) writes:
  13.  
  14. -> Is there a good program that calculates, from DOS, how long it takes
  15. -> to transfer a file or set of files using ZMODEM at a given baud rate?
  16. -> If not, does anyone have an equation or algorithm for calculating the
  17. -> CPS rate of a typical ZMODEM transfer, thus applicable to file size
  18. -> count?
  19.  
  20. Barry,
  21.  
  22. I'm not sure this will be exactly what you need, but you can calculate a
  23. transfer time from almost ANY protocol if you know the percent
  24. efficiency (thruput) of the protocol.  I have found from my experience,
  25. that Zmodem is about 95 to 97% efficient on compressed files.  Thus,
  26. assuming you are transferring at 9600 baud:
  27.  
  28. (filesize/(960*0.95)) / 60 would give you an approximate time in
  29. minutes.  When you add data compression into the picture, it gets a lot
  30. more complicated.  If this is too basic, then ignore me (as most people
  31. do <grin>).  Otherwise, I hope this helped.
  32.  
  33. Kevin.
  34.                                                                                       
  35.