home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / dcom / sys / cisco / 1199 < prev    next >
Encoding:
Text File  |  1992-08-31  |  3.6 KB  |  96 lines

  1. Newsgroups: comp.dcom.sys.cisco
  2. Path: sparky!uunet!stanford.edu!agate!boulder!recnews
  3. From: dana@taurus.cray.com (Dana J. Dawson)
  4. Subject: Re: X.25 line utilization???
  5. In-Reply-To: <CMM.0.90.2.715033652.quadri@last-call.cisco.com>; from "Pasha Quadri" at Aug 28, 92 1:27 pm
  6. Message-ID: <9208282128.AA10330@taurus.cray.com>
  7. Sender: news@colorado.edu
  8. Date: 28 Aug 92 16:28:09 CDT
  9. X-Mailer: ELM [version 2.3 PL11b-CRI]
  10. Lines: 84
  11.  
  12. > Date: Fri, 28 Aug 92 13:27:32 PDT
  13. > From: Pasha Quadri <quadri@last-call.cisco.com>
  14. > To: exubho@exu.ericsson.se
  15. > Cc: cisco@spot.colorado.edu
  16. > Subject: Re: X.25 line utilization???
  17. > > 
  18. > > Hi,
  19. > > 
  20. > > I have some statistics I have been gathering from one of my packet
  21. > > switch nodes within my company's private X.25 network.  I have been
  22. > > monitoring the incoming and outgoing bit/sec data rates between
  23. > > Richardson Texas and Stockholm Sweden.
  24. > > 
  25. > > We have a full duplex communications link capable of 112
  26. > > kilobits/sec of data throughput.  We have recently gotten into a
  27. > > quarrel over what the utilization of the link is.  
  28. > > 
  29. > > Here is the scenario.  My statistics tell me that I have the
  30. > > following:
  31. > > 
  32. > > 40,000 bits/sec input data rate
  33. > > 60,000 bits/sec output data rate
  34. > > 
  35. > > I think that the utilization of our line during this time (expressed
  36. > > as a percentage) is ((40,000 + 60,000)/112000) * 100%
  37. > > 
  38. > > while some others here think that the utilization of our line
  39. > > (expressed as a percentage) is gotten by taking the higher of the
  40. > > two data rate figures and dividing that by the maximum data rate, or
  41. > > (60,000/112000)*100%.
  42. > > 
  43. > > Does anyone have any input on which is the right way to express the
  44. > > utilization of our link?  Any input would be appreciated.
  45. > > 
  46. > > Blake Holman
  47. > > Ericsson Network Systems, Inc.
  48. > > Richardson, Texas
  49. > > (214) 997-6784
  50. > > 
  51. > Hello Blake,
  52. > Since serial lines are full duplex dividing by the bandwidth of the link
  53. > will just not work. Hence greater of either input OR output bytes, bits, or
  54. > packets per second be taken and divided by the BW of the link.
  55. > One of our Engineers had written an article on this and a formula for
  56. > average utilization was :
  57. >  average utilization = [(bytes-input OR bytes-output) * 8] / ifSpeed
  58. >    The OR above denotes a case where you should take the larger
  59. > of the input and output values to divide by the bandwidth (ifSpeed) to
  60. > determine the true link utilization.
  61. > Hope this helps.
  62. > Regards
  63. > Pasha Quadri
  64. > cisco Cust.Engg
  65.  
  66. I agree with Blake (except that I think the two rates should be averaged
  67. instead of simply summed), and think a combination of the input and output
  68. is appropriate.  Since the traffic in the two directions is mostly
  69. independent, you could argue that full utilization in one direction and
  70. zero utilization in the other (as an extreme end condition) would
  71. represent only half of the total traffic that could be traversing the
  72. line.  As a real world example, a large ftp session could easily
  73. consume the bulk of the available bandwidth in one direction, but
  74. would still allow another large ftp transfer to take place in the
  75. other direction.  To me, saying that a line is being utilized at 100%
  76. of capacity means that no more traffic will fit.  That is not the
  77. case when one bases such utilization numbers on just the larger of
  78. the IN/OUT traffic.  This may not be the most mathematical approach
  79. to this problem, but most users (and bosses) don't care about technically
  80. correct statistics - they want numbers that make sense, and that give
  81. a real measure of how much of what they're paying for is actually
  82. getting used.
  83.  
  84. Dana 
  85.