I want to check the size of the data that is transferred when my Android application calls a web service call. Is there any tool for this?
In the HTTP response, you have a Content-Length header, which is the payload size in bytes. This is half the battle, you will need to calculate how much of your outgoing payload (if you're interested).
Content-Length
TrafficStats: http://developer.android.com/reference/android/net/TrafficStats.html
You should see if it can report data to each UID. Otherwise, it can simply report the use of data from the entire system.
Source: https://habr.com/ru/post/1395721/More articles:Exec format error: apache + mod_wsgi on Mac OS X Lion - pythonHow do I know if I have successfully created a table (Python, Psycopg2)? - pythonIs there a way to force Stylus to use src and dest paths that do not contain the stylesheets directory? - node.jsSearch template inside image - javaProtect your audio file from downloading while it plays through jQuery JPlayer - jqueryConvert Scala to Long String - scalaHow to filter rows based on field character length - mysqlSharing memory between user space and kernel space - memoryError creating web service client - javaHow to knock over hits below a certain point when using Solr / Lucene? - full-text-searchAll Articles