Wireshark-users: Re: [Wireshark-users] how to measure MDI (media delivery index) and bandwidth wi
Not sure about mdi, but bandwidth (bytes over time) can be computed
with -z io,stat
For instance (based on your command)
tshark -n -R null -i eth0 -z
'io,stat,1,udp.port==1234&&ip.src==1.2.3.4,udp.port==1234&&ip.dst==1.2.3.4'
This should give 5 columns of data showing time interval, and frames
and bytes for each direction. The interval is 1 second (the parameter
directly after stat and be changed as required)
Regards, Martin
MartinVisser99@xxxxxxxxx
On Tue, May 12, 2009 at 5:54 PM, Haitham Al-Saif
<haithamfares81@xxxxxxxxx> wrote:
> Hi I want to know whether I can measure (media delivery index) and bandwidth
> with tshark. I'm runing tshark on embedded linux to analyze MPEG transport
> stream. I know how to find jitter, delay and packet loss using tshark. but
> now I want to detect the bandwidth and MDI too. to analyze the MPEG
> transport stream I use the following command for tshark
>
> tshark -i eth0 -a duration:15 -d udp.port==1234,rtp -z rtp,streams. can
> anyone tell me please how I can detect MDI and bandwidth with tshark? thanks
> in advance
> ___________________________________________________________________________
> Sent via: Wireshark-users mailing list <wireshark-users@xxxxxxxxxxxxx>
> Archives: http://www.wireshark.org/lists/wireshark-users
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
> mailto:wireshark-users-request@xxxxxxxxxxxxx?subject=unsubscribe
>