Questions tagged [traffic-measurement]

57 questions
2
votes
1 answer

Measurement Protocol wrong location

I wrote the following class to measure my server-side traffic through GoogleAnalytics measurement protocol. The problem is that all active visitors come from Italy which my server is currently on it - I assume the problem cause from fsockopen…
iSun
  • 1,714
  • 6
  • 28
  • 57
2
votes
4 answers

How to estimate the real amount of internet users who visits concrete site?

Using Alexa.com I can find out that 0.05 % of all internet users visit some site, but how many people equals that 0.05% ? Is there any facts like: in US 1% from Alexa statistics is nearly equals 15 mln of people, and in France 1% is about 3 mln of…
Roman
  • 64,384
  • 92
  • 238
  • 332
2
votes
0 answers

Eclipse TCP/IP Monitor size

I am trying to analyse my SOAP messages using the Eclispe TCP/IP Monitor. However when I see a request there is for example written: Request: localhost:8888 Size: 1075 (1472) bytes The type of the monitor is HTTP. Question: What are these two size…
joshi737
  • 869
  • 3
  • 12
  • 26
1
vote
6 answers

can we write a program to measure how much traffic any website has like Alexa does?

Can we write a program to measure how much traffic any website has like Alexa or ComScore does? Do we need to be in the middle of an internet backbone or have access to such traffic data? can we write any program to measure it just using a…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
1
vote
1 answer

How to find out how much data was sent through a Boost ASIO TCP socket connection?

I have some shared pointers to boost::asio::io_service, boost::asio::ip::tcp::endpoint, boost::asio::ip::tcp::acceptor and boost::asio::ip::tcp::socket. I accept users connection and pass shared_ptr of the socket to some class of mine. It does its…
Rella
  • 65,003
  • 109
  • 363
  • 636
1
vote
1 answer

Android data statistics

I am aware of http://developer.android.com/reference/android/net/TrafficStats.html what the API doesn't say is for what time frame the bytes are counted? Is it per day, per month or for the complete lifetime of the mobile? What would be the way to…
AndyAndroid
  • 4,039
  • 14
  • 44
  • 71
1
vote
1 answer

Chartbeat - possible to track Javascript events?

Is there any way to capture Javascript events (e.g. button click) with Chartbeat?
Ryan
  • 2,650
  • 3
  • 29
  • 43
1
vote
1 answer

Discriminators for using in flow-based classification

I need to classify TCP traffic base on video and non-video. So i need to find characteristics of each flow. My classification is Flow-based and one of my variables is incoming packet length. but it is not accurate as P(video|1200Bytes)=…
1
vote
0 answers

Tracking changes on /proc/uid_stat/myAppUID

Does someone know is there a way I can get notified on file change in /proc/uid_stat/myAppUID folder? I want to track data usage of my app. The file is there and when I read it manually using BufferedReader, I get the data traffic. I tried using…
Markonioninioni
  • 402
  • 1
  • 5
  • 16
1
vote
1 answer

socket connection bandwith limiting / traffic shaping with ActionScript

Does anyone know of a way to monitor and/or limit bandwidth usage for a given socket connection in ActionScript 3? I have an Adobe AIR app from which I need to upload large streams of data. However, due to bandwidth restrictions I want my users to…
1
vote
0 answers

Using Google Analytics within iframes that are used all over the web

My content is being distributed all over the web as an iframe, and I wish to monitor on which pages I get my content viewed on. I created a Google Analytics property to collect this data - even though GA properties are tied to a domain, and in my…
Aamit
  • 181
  • 4
  • 16
1
vote
0 answers

How to do the performance measurement of website manually by coding?? Any Idea

I have to develop the application to check the performance of the website .. I need some guidance about how can I do it with coding.I have searched a lot but google is giving only tools for doing that. anyone have any Idea about this?..suggest me…
Bhavik Joshi
  • 2,557
  • 6
  • 24
  • 48
1
vote
2 answers

How to track Omniture Custom Traffic Variable in Android?

In Site Catalyst we have defined Custom Traffic Variable "Item Bought". Now how do i send request to update this custom variable from Android library? i don't find much help here Please find my code below, public class TrackingHelper { …
Ads
  • 6,681
  • 12
  • 47
  • 72
1
vote
2 answers

Estimate traffic when using cURL

I have a page that loads another page in it via cURL. Similar to this: function get_data($url) { $ch = curl_init(); $timeout = 5; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch,…
ilya_i
  • 333
  • 5
  • 14
1
vote
2 answers

Is there a way to check if a browser has the Alexa toolbar installed?

Is there a way to check if a browser of a visitor has the Alexa toolbar installed? This might probably be done via JavaScript. Doing this would give us the possibility to somewhat compensate for the bias of the Alexa rating of a site. See e.g. Alexa…
esc1729
  • 143
  • 7