[SailfishDevel] network statistics for sailfish

2013-12-16 Thread winfried . dobbe
I'm investigating to see if it is possible to create a network monitor for SailfishOs. Something like https://play.google.com/store/apps/details?id=com.mobidia.android.mdmfeature=search_result I can read simple received/sent statistics from /proc/net/dev , but it would be more interesting to see

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread AL13N
I'm investigating to see if it is possible to create a network monitor for SailfishOs. Something like https://play.google.com/store/apps/details?id=com.mobidia.android.mdmfeature=search_result I can read simple received/sent statistics from /proc/net/dev , but it would be more interesting to

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread W. Dobbe
On 16 Dec 2013, at 21:09, AL13N al...@rmail.be wrote: I'm investigating to see if it is possible to create a network monitor for SailfishOs. Something like https://play.google.com/store/apps/details?id=com.mobidia.android.mdmfeature=search_result I can read simple received/sent statistics

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread Martin Grimme
2013/12/16, W. Dobbe winfried.do...@xmsnet.nl: Probably that will be the end conclusion, but Android is also Linux, so how do the Android network monitor apps get their information? Does the android stack/Dalvik give extra hooks for network inspection ? Android is not Linux. Android is as

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread Thomas Perl
Hey, 2013/12/16 Martin Grimme martin.gri...@gmail.com: 2013/12/16, W. Dobbe winfried.do...@xmsnet.nl: Probably that will be the end conclusion, but Android is also Linux, so how do the Android network monitor apps get their information? Does the android stack/Dalvik give extra hooks for

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread W. Dobbe
On 16 Dec 2013, at 23:40, Thomas Perl th.p...@gmail.com wrote: Hey, 2013/12/16 Martin Grimme martin.gri...@gmail.com: 2013/12/16, W. Dobbe winfried.do...@xmsnet.nl: Probably that will be the end conclusion, but Android is also Linux, so how do the Android network monitor apps get their

Re: [SailfishDevel] network statistics for sailfish

2013-12-16 Thread Kalle Vahlman
2013/12/16 W. Dobbe winfried.do...@xmsnet.nl: Have a look at the source of for example Nethogs. Libpcap is used to detect packet transfer and then some clever things are done to deduct the application that initiated the transfer. Speaking of Nethogs, I recently made a package for it: