Tagged Questions
The traffic-measurement tag has no wiki summary.
10
votes
1answer
239 views
In Android, how to measure the data traffic per interface per application
I want to implement an extention to android.net.TrafficStats to measure the data traffic per APN or per APN per application. the methods prototype looks like:
getInterfaceTxPackets(String interface)
...
2
votes
1answer
35 views
Measure Network Data with Python
I'm currently writing a program to shut down a computer when over a period of time (say, half an hour) network traffic is below a certain threshold.
Here's the pseudocode that I've worked will give ...
2
votes
2answers
250 views
real time network usage statistics monitoring/capture?
I would appreciate any advice from experience from the community regarding the following challenge I've given myself - i.e. any pointers re best approach / direction here?
Requirements
Allow ...
1
vote
1answer
129 views
Chartbeat - possible to track Javascript events?
Is there any way to capture Javascript events (e.g. button click) with Chartbeat? Any help would be great.
1
vote
1answer
181 views
Is it possible to enable TrafficStats on android emulator?
I'm trying to get the total number transmitted bytes from the device (using getMobileTxBytes().
The number i'm getting from the method call in the emulator is -1 (which means that this method not ...
1
vote
3answers
155 views
How to measure how much traffic a server could potentially handle?
Are there any tools that would enable me to load-test my server and tell me how much traffic it could roughly handle?
By traffic I mean how many requests per second it can consistently serve without ...
1
vote
1answer
186 views
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, ...
1
vote
5answers
508 views
How to monitor traffic of ruby on rails website?
I have a ruby on rails application and it would be nice to see how many hits I get per hour. Is there some simple free software to do this or do I have to develop a custom solution? Thanks!
1
vote
2answers
166 views
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 ...
1
vote
5answers
425 views
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 ...
0
votes
1answer
28 views
Waze API for Android
I want to develop an android application which retrieving data from the Waze Live Map (to supply some input - like from where to where and get the time it would take to drive that route regard to the ...
0
votes
1answer
29 views
Traffic Performance Testing Webpages Under Specified Conditions
As the title implies, I would like to be able to simulate traffic to a collection of webpages that I have created for loadbalancing and bottleneck issues. I would like to mimic typical HTTP requests ...
0
votes
2answers
156 views
Tutorial for multi core CPU usage in c++ in unix
I would like to know if someone can point me any library or tutorial to work with measurements. In a first moment, CPU usage, but latter I will need network (I've already found libcap, is this good?) ...
0
votes
1answer
92 views
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 ...
0
votes
1answer
286 views
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 ...
0
votes
1answer
23 views
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 ...
0
votes
1answer
31 views
Change alexa tracking from artcrew.ro to www.artcrew.ro
my website has a redirect from artcrew.ro to www.artcrew.ro but for some reason, alexa gets only the inbound links from the one without www in front, on the one with www in front i have over 2000 ...
0
votes
1answer
374 views
Traffic monitoring tools for VMWare Server?
We want to monitor traffic usage for each of our virtual machines - we need to generate a monthly traffic report (in terms of bytes, for billing purposes).
How can we do this?
Our platform is VMWare ...
0
votes
1answer
192 views
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 ...