Questions tagged [traffic]

Term used to refer to the amount or flow of data around a network or website

623 questions
163
votes
13 answers

Android emulator: How to monitor network traffic?

How do I monitor network traffic sent and received from my android emulator?
mlindeboom
  • 1,631
  • 2
  • 11
  • 3
160
votes
5 answers

Does the GitHub traffic graph include your own views?

I have several projects on GitHub, and they all have the traffic graph where I can view how much traffic my repository is getting. The blog post I had linked is very vague about visitors. It states: ..how many unique visitors it's had.. I just…
ddavison
  • 28,221
  • 15
  • 85
  • 110
77
votes
7 answers

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 to complete HTTP request Now I'm using HTTP…
Pavel
  • 2,610
  • 3
  • 31
  • 50
73
votes
7 answers

How do I set a cost limit in Google Developers Console

Some functions in the Google Developers Console, like the Analytics API, are free until you reach a quota. Other functions, like Google Cloud Storage, create costs from the first click. When I upload a file under…
57
votes
9 answers

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 could help? Thank you!
Layla
  • 4,175
  • 7
  • 26
  • 20
51
votes
2 answers

nginx proxy all traffic to remote nginx

I have 2 servers, with IP xx.xx.xx.xx, situated in Germany ... (running frontend: nginx(static content), backend: Apache2) with IP yy.yy.yy.yy, situated in Italy... All requests at the moment is sending to server with IP xx.xx.xx.xx, How can I…
user676674
  • 519
  • 1
  • 5
  • 3
49
votes
4 answers

Blue Green Deployments vs Rolling Deployments?

What's the difference between a blue/green deployment and a rolling deployment? I always thought that a blue/green deployment was a sudden switch of traffic from the old version to the new version immediately. This talk about Blue/Green deployment…
39
votes
3 answers

Capture incoming traffic in tcpdump

In tcpdump, how can I capture all incoming IP traffic destined to my machine? I don't care about my local traffic. Should I just say: tcpdump ip dst $MyIpAddress and not src net $myIpAddress/$myNetworkBytes ... or am I missing something?
Ricky Robinson
  • 21,798
  • 42
  • 129
  • 185
27
votes
5 answers

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, but it seems to me that the overhead is quite large (it goes over 50% of…
ufffffff
  • 271
  • 1
  • 3
  • 3
19
votes
4 answers

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 concurrent connections? if not, how do people test…
Moon
  • 22,195
  • 68
  • 188
  • 269
18
votes
1 answer

Selenium - python. how to capture network traffic's response

I am using python Django to create a web app. i am using selenium to launch a headless browser(phantomjs) and making some clicks till i reach a particular page. I wish to capture network traffic and get the response of a particular network call.…
Rich Rajah
  • 2,256
  • 1
  • 12
  • 14
15
votes
4 answers

android statistic 3g traffic for each APP, how?

For statistic network traffic per APP, what I'm using now is Android TrafficStats That I can get result like following : Youtube 50.30 MBytes Facebook 21.39 MBytes Google Play 103.38 MBytes (and more...) As I know, the "Android Trafficstats" just…
RRTW
  • 3,160
  • 1
  • 35
  • 54
13
votes
1 answer

How to capture network traffic from a specific android application.

I have read a paper which proposes an approach to capture network traffic from a specific android application.It says "We used tcpdump to collect all the network traffic from the virtual machine. We ported the strace utility to Android to log each…
user3308958
  • 131
  • 1
  • 1
  • 4
12
votes
4 answers

Alexa Rank to Traffic Estimation Formula

Anybody have some idea how we can convert alexa Rank to estimate the daily visitors of a website. previous we can easily do this by Alexa Site Reach percentage but alexa reach is no more available. previous i am using this forumula $visitors =…
SEOTools
  • 151
  • 1
  • 1
  • 3
12
votes
1 answer

How to get the correct number of bytes sent and received in TrafficStats?

My app is trying to count the number of bytes send and received over WiFi/LAN and mobile data connections. To do that, I get the values of TrafficStats counters at one point in time and subtract that from its values the next time I check. // get…
Matthew Quiros
  • 13,385
  • 12
  • 87
  • 132
1
2 3
41 42