Netstat & Transfer rate in Kbps

Ask a Question related to AIX, Design and Development.

  1. #1

    Default Netstat & Transfer rate in Kbps

    How do I get the transfer rate in KB per second from the output of the
    netstat command?
    If there is another way, please help.

    Thanks in advance
    AIX
    AIX-Admin Guest

  2. Similar Questions and Discussions

    1. NetStream transfer rate
      Does anyone know how to read what the bytes per second transferred are (from the client) on a NetStream? Is this even possible?
    2. mediaplayback MP3 bit rate or sample rate supported
      What bit rates / sample rates are supported by the flashMX mediaplayback object? I'm loading in mp3's on the fly by passing in the MP3's url. The...
    3. Frame Rate this...Frame Rate that...good lord, framerates everywhere!
      Does a Flash Framerate matter in Director? Does the fram rate of a Quicktime Video, imported into Director matter? I mean, of course it matters if...
    4. WEb Services that gets the Interest Rate USA (Morgage rate)
      Dear All, Is there any body know the sites which offers web services for interest rate of USA , mortgage rate and any other financial information...
    5. iTunes Store - quality at 128 kbps?
      >If you take ITMS Files and burn them to a CD, you can then rip that CD But it is still lossy compression on top of lossy compression, each...
  3. #2

    Default Re: Netstat & Transfer rate in Kbps

    topas will show you KB/sec



    AIX-Admin wrote:
    > How do I get the transfer rate in KB per second from the output of the
    > netstat command?
    > If there is another way, please help.
    >
    > Thanks in advance
    > AIX
    ************* Guest

  4. #3

    Default Re: Netstat & Transfer rate in Kbps

    ************* <aixman@attbi.com> wrote in message news:<3F759044.77ADC4B4@attbi.com>...
    > topas will show you KB/sec
    >
    >
    >
    > AIX-Admin wrote:
    >
    > > How do I get the transfer rate in KB per second from the output of the
    > > netstat command?
    > > If there is another way, please help.
    > >
    > > Thanks in advance
    > > AIX
    Thanks for the reply. But I am looking for something not interactive.
    I want to use it in a script.
    AIX-Admin Guest

  5. #4

    Default Re: Netstat & Transfer rate in Kbps

    AIX-Admin <right_logic@yahoo.com> wrote:
    AA> ************* <aixman@attbi.com> wrote in message news:<3F759044.77ADC4B4@attbi.com>...
    >> topas will show you KB/sec
    >>
    >>
    >>
    >> AIX-Admin wrote:
    >>
    >> > How do I get the transfer rate in KB per second from the output of the
    >> > netstat command?
    What do you mean by transfer rate? The rate that data are actually
    going through the pipe? Or the theoretical throughput as represented
    by the speed of the media itself?

    If you want media speed, use netstat -v (IIRC -- might be -V) or
    entstat. If you want the rate of actual data transmission, store
    the bytes-transferred count (from netstat -ni) for an interface
    into a variable, sleep a few seconds, get the same field from netstat
    again, subtract the first one from the second one, and divide by
    the number of seconds the process slept between invocations of
    netstat.

    Regards,

    Nicholas

    --
    "Why shouldn't I top-post?" [url]http://www.aglami.com/tpfaq.html[/url]
    "Meanings are another story." [url]http://www.ifas.org/wa/glossolalia.html[/url]
    Nicholas Dronen Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139