Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
4answers
8k views

Android emulator: How to monitor network traffic?

How do I monitor network traffic sent and received from my android emulator?
7
votes
7answers
1k views

Best programming language for Image and motion processing

I'm an actionscript developer and my next project is a traffic information capture system. I'm assuming that this project will require a lot of image processing and motion capture methods on images ...
5
votes
8answers
4k views

What HTTP traffic monitor would you recommend for Windows?

I need the sniffer to test network traffic of applications developed by me for Windows and Facebook. Basic requirements: -display request and response -display HTTP headers -display the time it took ...
4
votes
2answers
2k views

Measure data roaming traffic on Android?

Just back from a very nice vacation in Iceland, and await the data roaming bill from my phone company. I hope for the best having limited my traffic as much as possible, but I want to know in advance. ...
4
votes
5answers
344 views

Google transit is too idealistic. How would you change that?

Suppose you want to get from point A to point B. You use Google Transit directions, and it tells you: Route 1: 1. Wait 5 minutes 2. Walk from point A to Bus stop 1 for 8 minutes 3. Take bus 69 till ...
4
votes
3answers
3k views

Alexa API?

are there any traffic data api out there for any domain? I can't find an API from Alexa, any other Alexa like companies out there? Is scrapping from Alexa a workable way of obtaining these traffic ...
4
votes
4answers
4k views

Difference between SSL and Kerberos authentication?

I am trying to understand what's the actual difference between SSL and Kerberos authentications, and why sometimes I have both SSL traffic and Kerberos. Or does Kerberos use SSL in any way? Anyone ...
3
votes
1answer
131 views

TrafficStats.getTotalRxBytes doesnt count videoview's traffic flow

i'm making a soft to play online video, and i'm trying to add a traffic statistic feature tot the soft. I try to use TrafficStats and getUidRxBytes function. however, it doesnt count the videoview's ...
3
votes
2answers
74 views

Poisson arrival distribution function and keep track it

I am trying to create a random "hello world" function based on the poisson arrival. In the code below, I define that the average mean (Lamda) is 5. And I want the time to elapse from 1 - 5 second, and ...
3
votes
3answers
68 views

Is there a way to test my web app to see if it can handle thousands of hits from many geographic regions?

I have a web app and I want to see how much traffic it can take without crashing. Is there a service or a product out there that will pound on my web site with thousands or tens of thousands of hits ...
3
votes
7answers
823 views

Python: Traffic-Simulation (cars on a road)

I want to create a traffic simulator like here: http://www.doobybrain.com/wp-content/uploads/2008/03/traffic-simulation.gif But I didn't thougt very deep about this. I would create the class car. ...
3
votes
3answers
209 views

Best database solution for managing a huge amount of data

I have to design a traffic database which includes data from different towns (8 towns) 2mb in a period of 10 min for each town 24h. The incoming data is the same for all Town. So my first question is ...
3
votes
0answers
225 views

API for historical traffic data?

Does anyone know of a public API for historical traffic data? Some quick googling pulls up an API from Yahoo which offers real-time data, but I'd be curious if anyone hosts a service for historical ...
3
votes
2answers
1k views

API for retrieving driving directions and traffic data?

I'm interested in working on a side-project at work that integrates traffic data and automated route planning with our dispatching application. However, it seems that Google Maps and the Microsoft ...
2
votes
1answer
23 views

What are the options to listen to http traffic from the flash program embedded into a web-page?

Here is my situation in a nutshell: there is a flash program built and it's being embedded into different site pages. There is no ability to change the flash program and I want a small add-on (let's ...
2
votes
1answer
104 views

Hosting questions for a “high” traffic rails application

I've got a question concerning hosting for a high traffic rails application. The thing is i have 3 / 4 years experience with Ruby on Rails applications but i never had a high traffic website before. ...
2
votes
3answers
76 views

Free tools to test Web Service traffic?

I wrote a web service in C#. Now, i need to test the web service traffic to get information like (how long does it take to get response, how many responses can be handled in an hour etc. pretty much ...
2
votes
1answer
92 views

How big websites handle with big traffic - common solutions

I wondered how big websites are handling thousands of visitors daily and how they handle with really big traffic. I made research and discover that many of them are using Amazon Simple Storage ...
2
votes
1answer
148 views

Retrieve Google Traffic Status

I been looking around with no luck. I am trying to retrieve the Google Data Traffic for a given route. Is anyway to retrieve that info using the Google Maps API? I need to get the status of the route ...
2
votes
4answers
206 views

Would requesting a php script every second put too much pressure on the server?

I'm trying to create a simple script for geting notifications from mysql using jQuery and PHP(my code is below). At the moment jquery gets loadmore.php every second and updates the div that contains ...
2
votes
1answer
214 views

Blackberry Traffic Application development

I want to create an application in blackberry that shows Traffic data or live traffic on map from a location...... i searched a lot but did not find any help regarding to this developement..... :( ...
2
votes
1answer
714 views

Android: find how much network traffic other apps generate

I am trying to make a background service which should measure traffic usage of various applications so as to be able to show to the user which apps consume most data traffic. I found that Spare Parts ...
2
votes
1answer
270 views

get traffic caused by readfile()

I use readfile to let the client download a file through my server. Therefor I output the data which I receive from readfile('external-url') directly to the client. Now I want to determine the ...
2
votes
4answers
312 views

Gmail vs own mail server for large trafic websites

A web application needs to send a lot of mail: notifications, news, confirmations etc On a small website I use Gmail to send my e-mails to users. But what email system do the big sites use ? (pros ...
2
votes
1answer
265 views

Filter with Jpcap

I need to filter Telnet packets using Jpcap.. how can I do it?? I had try with: captor.setFilter("telnet", true); but it does not work...
2
votes
4answers
502 views

Best way to analyze http traffic sent by my java code?

I have some java code both new (using Apache commons http libraries) and old (strictly using java 1.4 API) and am trying to rewrite the old code using the newer apache commons libraries. However, it ...
2
votes
2answers
315 views

Intercepting all outbound traffic on OSX

I want to intercept all outbound traffic on my Mac the same way Little Snitch does (just, in my code :)). I can't seem to find any info on how to do this. Are there any libraries I could use for ...
2
votes
2answers
224 views

Using Google TrafficLayer API?

Anyone have an idea of how to use Google's TrafficLayer API? Looks like it's Javascript only. Any idea how to use/convert output to Array for use with MKMapView? Haven't really used it. ...
2
votes
3answers
765 views

Monitor Network Traffic Mac

I'm wondering how to go about monitoring network traffic on my Mac. Like the way activity monitor does it, showing the bytes / packets in and out. I know it's a bit vague, but I'm unsure of the best ...
2
votes
1answer
382 views

valgrind on server process

hi i am new to valgrind. I know how to run valgrind on executable files from command line. But how do you run valgrind on server processes like apache/myqld/traffic server etc .. I want to run ...
2
votes
4answers
229 views

Delphi - loging all HTTP request

Hi I need loging all HTTP request (from any application). I have Delphi 7.0. Anybody know how do that?
2
votes
2answers
228 views

How to Monitor Genuine Page Hits

I am trying to monitor genuine page hits. Here is what my site does. I have an article directory where people can post articles. When their article is posted they are paid depending on the amount of ...
2
votes
3answers
680 views

Where is Prolog used for traffic control systems?

The user Laurent had an interesting reply to the question [Why hasn’t logic programming caught on?]: If you look at the influence logic-programming has had in the field of -- air traffic ...
1
vote
1answer
101 views

Is there a Google Maps API for iOS which offers traffic information?

I would like to know if someone has got documentation about the Google Maps API, I'm only looking for the traffic live information I would like to implement it on my iOS application. Does such an ...
1
vote
0answers
71 views

Android TrafficStats.getTotalRxBytes() is less than expected

I'm trying to get а real traffic stats data. But, TrafficStats.getTotalRxBytes() is less than a sum of TrafficStats.getUidRxBytes() for each installed application. I've found it out by running each 30 ...
1
vote
2answers
176 views

Node js.. create a proxy server which will monitor & log the traffic

I basically want to set up a proxy server using Node.js which will capture the outgoing requests and the incoming response and dump it in a file..
1
vote
1answer
194 views

Flexible traffic generation with scapy

I know questions like this have been asked plenty of times before, but I think this is subtley different. I am attempting to write a flexible traffic generator in Python using scapy. Producing the ...
1
vote
1answer
268 views

Duplicate TCP traffic with a proxy

I need to send (duplicate) traffic from one machine (port) and to two different machines (ports). I need to take care of TCP session as well. In the beginnig I used em-proxy ...
1
vote
0answers
29 views

gps trace visualizations

I have about 2-3 months of GPS trace data. Basically, of about 30-40 vehicles moving across the city each day - and points popping up when they sync up with the satellite. I want to make a speed up ...
1
vote
1answer
41 views

Google analytics: total of internal and external traffic is less then all traffic?

On Google Analytics, I've created 3 profiles: All traffic (no filter) Internal (inclusive filter by IP range) External (exclusive filter by the same IP range as in Internal) I let all profiles run ...
1
vote
1answer
92 views

Creating friendly traffic spike messages that stop site death

We have a php based web application and are expecting a big spike in traffic in 2 days. We are set up on a standard Rackspace LAMP stack and will throw as many servers at it as we can but the ...
1
vote
0answers
101 views

Any free traffic condition web services available?

I am looking for web services that can monitor the traffic conditions in Singapore, i.e. the traffic speed is fast/slow. I wanted to use Google Maps, but seems like no web service for that function is ...
1
vote
1answer
123 views

Azure Traffic Alerts

I could not find any functionality at the Azure Website that would allow me to receive traffic alerts for example in case of a DoS attack? Did I miss something or that feature simply not there?
1
vote
2answers
143 views

count website traffic

hey, i was just wondering how would I go about monitoring or measuring the number of hits my website gets. I want to do this from code as opposed to downloading a plug in to the page. It is an asp.net ...
1
vote
1answer
239 views

android: how do i measure the traffic my smartphone produces?

i need to monitor, which services/apps produce what traffic (measured in kbit/s, separated by up- and downlink) for my phone. how do i do this? i googled around but did not find any helpful ...
1
vote
2answers
242 views

MySQL backup strategy for high-traffic sites

I'm currently using mysqldump to back up databases that are growing rapidly in size. Though I run it late at night, there have been occasional problems when it happens to run during a moment of high ...
1
vote
2answers
586 views

How to test/simulate concurrent connections for a website?

HI, I would like test access time for my website (or certain page, or query) WHEN there are 5000 concurrent connections. I want to test it for a high traffic website. is it possible to simulate 5000 ...
1
vote
2answers
55 views

How to secure database traffic the other way around, that is to say, from client to server

My scenary: I am trying to develop a service which will query different databases. To clear the above statement up: I use the word service in its broadest sense: a sofware component that will ...
1
vote
1answer
90 views

Accuracy of Google Analytics

I've recently started using Google Analytics to measure traffic on my blog, prior to this I was using Blogger's in built traffic overview. I've noticed however that the two reports never match, for ...
1
vote
1answer
115 views

Python Simulation: Total Website Traffic Qty Estimation using Personas Segments

I need to estimate future website traffic & conversion volume based on: 1) Baseline historical averages for 6 differing types of traffic segments 2) How each of those distinct visitor segments ...

1 2 3