Hello,
the iPhone has a limitted network stats info in Settings->General->Usage
It's limitted because it applies only to the cellular network interface.
I wonder if it is possible to get more detailed statistics on the iPhone via command line.
the ifconfig command does not show the transmitted/recieved data as it does on Linux.
Any ideas ? How does the built it tool collect the network stats ?
Thanks,
R.
the iPhone has a limitted network stats info in Settings->General->Usage
It's limitted because it applies only to the cellular network interface.
I wonder if it is possible to get more detailed statistics on the iPhone via command line.
the ifconfig command does not show the transmitted/recieved data as it does on Linux.
Code:
iPhone:~ root# ifconfig pdp_ip0
pdp_ip0: flags=8011<UP,POINTOPOINT,MULTICAST> mtu 1450
inet 10.174.xxx.xxx --> 10.174.xxx.xxx netmask 0xffffffff
Any ideas ? How does the built it tool collect the network stats ?
Thanks,
R.