Questions tagged [web-traffic]

Web traffic is the amount of data sent and received by visitors to a web site.

Web traffic is the amount of data sent and received by visitors to a web site. This is determined by the number of visitors and the number of pages they visit.

141 questions
0
votes
0 answers

Setting a Cookie and Defining the Domain: Employee Site (set cookie) > Company Site

I'm trying to filter out employee traffic in Google Analytics via cookie. Our company sets every employee's browser home page to our Intranet (Internal.com). Setting a cookie on Internal.com will give me the best chance at setting cookies for the…
0
votes
1 answer

How to find the total upload/download size

I am in a project which is a imternet monitoring software. This needs the capability to show the total upload/download size. That means the calculation of traffic through the internet. Can any body say logic|API which can do this.
prabhakaran
  • 5,126
  • 17
  • 71
  • 107
0
votes
2 answers

Is it possible to replicate web traffic using blazemeter jmeter using server request logs?

I have a bunch of server logs with api requests I'd like to replicate for testing. Is there an easy way to "export" those logs {uri: $path, query: $queryparams} as input for blazemeter to test?
Noon Time
  • 976
  • 7
  • 17
0
votes
2 answers

Simulating Surge/Burst Request with JMeter

I am trying to see if I can simulate a burst mode in JMeter (2.x -- that's the only version I have access in this particular environment and cannot upgrade) with a sustain load, and a fixed duration/flight-time at certain intervals. For instance, I…
Malvon
  • 1,591
  • 3
  • 19
  • 42
0
votes
2 answers

TableAdapter error only during high traffic

I'm working on someone else's project that makes heavy use of tableAdapters. The site works but It regular adds an entry in the Event log : "ExecuteReader requires an open and available Connection. The connection's current state is connecting.…
missaghi
  • 5,044
  • 2
  • 33
  • 43
0
votes
4 answers

Optimizing mysql / PHP based website | 300 qps

Hey, I currently have over 300+ qps on my mysql. There is roughly 12000 UIP a day / no cron on fairly heavy PHP websites. I know it's pretty hard to judge if is it ok without seeing the website but do you think that it is a total overkill? What is…
Kraketit
  • 1
  • 1
0
votes
2 answers

How to minimize data traffic in vuejs

At work, we think about using Vuejs with Vuex for our frontend. I have already used it for private projects. One of our big questions is the traffic. Our platform needs a lot of data, sometimes in large packages. Some of them are really big and it…
Lueton
  • 171
  • 1
  • 12
0
votes
1 answer

Google Analytics : Hit count limit is per account or per tracking ID

I have a Google Analytics 360 account with limit of 500 million per month. I have created two tracking ids(Properties). My question is 500M limit is per tracking id or for account (all tracking ids)?
Piyush Singh
  • 533
  • 5
  • 17
0
votes
0 answers

How do I get a number of clicks of a given url (not on my website) at a given time?

Is it possible to get a number of visits of each url that is not on my website? My goal is to get a top-10 article links on a given news website that are read the most. Thanks!
0
votes
1 answer

track website visits without collecting any data

Is there a way to show how many unique visitors visited my website without collecting (I didn't say reading but collecting) their IP or any data of their? A privacy 100% safe way for who is just interested in their website's amount of visits and…
user10279127
0
votes
1 answer

Trying to figure out why Google Analyics report more users than our own stack

Comparison is between the Google Analytics script and a "chat widget" loaded in a iframe on the onload event. The iframe is not loaded if the useragentlooks like a crawler. The code in the iframe creates a websocket connection and then a user is…
Rhangaun
  • 1,430
  • 2
  • 15
  • 34
0
votes
1 answer

Route website through Android app?

I'm trying to create a web filter app that will intercept an incoming website(one that is being browsed to) and redirect it's data to my app. Then it will compare the site to certain criteria and display it if it passes. Basically, I want to turn…
John
  • 15,418
  • 12
  • 44
  • 65
0
votes
1 answer

GTM Keep the same variable's value during a session

I'm using GTM for my remarketing campaign. If a user visits the website from a newsletter, the URL will be personalised with a special parameter https://www.mywebsite.com/?client_id=1234 I'm using the value "1234" a variable for my remarketing tags,…
0
votes
0 answers

connect EADDRNOTAVAIL localhost:8000

i testing traffic on my node app in localhost using http.get(). i generate 10000 request on every 5 seconds. the problem is when i run command npm start and after 20 to 30 seconds server crashed and with following error events.js:136 throw er;…
Kaushik Makwana
  • 2,422
  • 9
  • 31
  • 50
0
votes
1 answer

How do I measure traffic to my dynamic rss feeds?

I've got a website with a tagging system similar to StackOverflow's. And I'm in the process of creating the ability for the user to subscribe to any tag-based search through rss. I think I've just about got it all figured out except for one…
Steve Wortham
  • 21,740
  • 5
  • 68
  • 90