Ask a Question related to AIX, Design and Development.
-
AIX-Admin #1
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
-
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? -
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... -
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... -
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... -
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... -
************* #2
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
-
AIX-Admin #3
Re: Netstat & Transfer rate in Kbps
************* <aixman@attbi.com> wrote in message news:<3F759044.77ADC4B4@attbi.com>...
Thanks for the reply. But I am looking for something not interactive.> 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
I want to use it in a script.
AIX-Admin Guest
-
Nicholas Dronen #4
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>...What do you mean by transfer rate? The rate that data are actually>> 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?
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



Reply With Quote

