From: Tushki on
Hi
I am working on Mobile Automation with DATK libraries.I want to check the
bandwidth used by any application when Gprs is connected on the device.
for this i m using Spb GprsMonitor but the tool is UI based so how can i
monitor bandwidth at regular intervals suppose 5sec. or so.

Any sort of help is welcome.
From: Peter Foot on
You can use the native IPHelper APIs to get IP traffic statistics. I don't
think there are any samples in the SDK but since it's a subset of the
IPHelper APIs on the desktop you should be able to find some examples of
usage. For managed code we wrote an implementation of the desktop
System.Net.NetworkInformation namespace in our Networking In The Hand
product - http://inthehand.com/content/Networking.aspx

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"Tushki" <Tushki(a)discussions.microsoft.com> wrote in message
news:410D6950-56EE-4CE2-97E1-B1548DB21C0F(a)microsoft.com...
> Hi
> I am working on Mobile Automation with DATK libraries.I want to check the
> bandwidth used by any application when Gprs is connected on the device.
> for this i m using Spb GprsMonitor but the tool is UI based so how can i
> monitor bandwidth at regular intervals suppose 5sec. or so.
>
> Any sort of help is welcome.