NetTrafficStats Application icon

NetTrafficStats 1.2.1

1.1 MB / 5+ Downloads / Rating 3.0 - 6 reviews


See previous versions

NetTrafficStats, developed and published by firas achkar, has released its latest version, 1.2.1, on 2015-03-08. This app falls under the Tools category on the Google Play Store and has achieved over 500 installs. It currently holds an overall rating of 3.0, based on 6 reviews.

NetTrafficStats APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.2+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.barbar.trafficstats

Updated: 10 years ago

Developer Name: firas achkar

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing NetTrafficStats on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.0
Total 6 reviews

Reviews

3 ★, on 2014-12-12
Shows me what apps use how the Internet without my knowledge. Better uninstall them. What should be possible at this app is to switch off autostart and to switch off the app when it is running.

4 ★, on 2013-11-14
Accurate and lean

Previous Versions

NetTrafficStats 1.2.1
2015-03-08 / 1.1 MB / Android 4.2+

About this app

check initial demo source code at:
https://sourceforge.net/u/ferar/profile/

This is an open source, free, demo application for network traffic monitoring and data usage statistics for Android based devices (though tested it mainly on Google's Nexus family of devices up-to Lollipop).

The real heavy work of the App is accomplished via native JNI/C++/STL Containers, with minimum Java usage for UI.

It is based on the kernel traffic statistics per interface such as, /sys/class/net/ppp0/statistics/rx/tx_bytes, and also on the TrafficStats class from Android.
The application consists of a background service that queries and store data in memory (no storage access required). It also comes with a basic UI for controlling the service-query and save periods (1min or 1 hour).
All reported values are in aggregated sum of Rx/Tx bytes per process/application. Reported values seem to be more realistic than those reported by Android's 'Data usage'.
For those whom have 'busybox' with 'wget' applet can try to download a small file as shown below. NetTrafficStats may show a new entry with package set to 'null' but the bytes Sent/Received accurately reflects more the downloaded file size.
--------------------------------------------
firas@barbarian:~/Downloads> adb shell busybox wget ftp://208.118.235.20/gnu/tar/tar-1.11-1.11.1.diff.gz -O /mnt/sdcard/tar-1.11-1.11.1.diff.gz
Connecting to 208.118.235.20 (208.118.235.20:21)
tar-1.11-1.11.1.diff 100% |*******************************| 33765 00:00:00 ETA
firas@barbarian:~/Downloads>

firas@barbarian:~/Downloads> adb shell ls -l /mnt/sdcard/tar-1.11-1.11.1.diff.gz
----rwxr-x system sdcard_rw 33765 2013-11-14 00:34 tar-1.11-1.11.1.diff.gz
firas@barbarian:~/Downloads>
-------------------------------------------

New features

Version 1.2.0
Added Totals and android.uid.root:0 user stats
Version 1.1.9
Added support for various Mobile Radio Interfaces
Version 1.1.8
New trio-color theme (black gray white)
Swipe in menu for update interval
Version 1.1.7
Foreground service mode
Version 1.1.6
Bug fixes in time display
Version 1.1.5
Enhanced table readability in UI
Version 1.1.4
Fixed wrong month calculation
Version 1.1.3
Current AIDL based service/UI implementation

App Permissions

Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.