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
1
vote
2 answers

Redirect all web traffic from specified program to localhost?

I'm trying to debug program that uses many ports (other than 80, 443) for retrieving data, and i want to create "redirector" that redirect all connections from (for example: example.com) to localhost. Is that possible without directly hacking…
Marek Grzyb
  • 177
  • 13
1
vote
0 answers

How to know if a user clicked a link using its network traffic

I have large traffic files that I'm trying to analyze in order to get statistical features of users. One of the features that I would like to extract is links clicking in specific sites (for examples - clicking on popups and more) My first idea was…
kobibo
  • 393
  • 1
  • 2
  • 11
1
vote
0 answers

gatling response give me error message?

Gatling senario is val scn = scenario("First Test Scenario").exec( Login.login ) setUp( scn.inject(constantUsersPerSec(100) during(20 seconds) ) .protocols(httpConf) ) object Login{ val login = exec(http("Login") …
1
vote
2 answers

Is there be a difference between ab testing on localhost and hostname?

I test my website using ab as ab -n 10000 -c 1000 http://example.com/path and I got response as 160 #/second. But when i test it as ab -n 10000 -c 1000 http://localhost/path the response is totally different 1500 #/second. why?
1
vote
4 answers

free statistic website for analysing traffic

I am searching for a program like Google Analytics or Clicky which runs on my own servers. I have used awstats, which looks really old. It doesn't have to be open source but I would prefer something free. If possible it should also analyse my Apache…
Thomaschaaf
  • 17,847
  • 32
  • 94
  • 128
1
vote
2 answers

How to catch 'jingling traffic bot' traffic in google analytics

I have find out from the windows registry url that one of my junior was using jingling traffic bot to manage fake traffic to website. After a research I find out that after putting google as reference he was managing organic hits. But still I am…
1
vote
1 answer

Capture and analyse traffic

There are several websites that have important data for me, but have no API functions to retrieve this data. And I want to get this information and moreover I want to create my own API. The first problem is that these websites store data behind…
Ascelhem
  • 413
  • 3
  • 21
1
vote
0 answers

Socket.io express - Not emiting when ~70+ clients

I'm running a virtual linux server with socket.io express installed and using nginx to host the site. Everything works fine until I have ~70+ clients connected, which causes some clients to not receive the emit command, thus making the site not…
1
vote
2 answers

Suspiciously high number of web visits from "exotic" countries

I set up a small business website which is only displaying informations about the offered services and some contact informations. It is not interactive at all and no user is enabled to submit any data. We are now monitoring the visits and pis with…
hvsp
  • 327
  • 4
  • 12
1
vote
1 answer

Block Github Pages for certain country

I recently hosted my website using github static pages. I am very new to web related things. I found that using .htaccess file we can block certain countries simply using SetEnvIf CF-IPCountry RU BuzzOff=1. But .htaccess is not supported for github…
Adorn
  • 1,403
  • 1
  • 23
  • 46
1
vote
2 answers

separate email traffic from website traffic

When we click a link on a website and visit that link the HTTP request contains the previous site as the HTTP referrer. But if I click a link inside a email I have received, that HTTP request does not contain a HTTP referrer field...(clicking a link…
1
vote
2 answers

Determining Another Site's Traffic Measurements?

I have a conceptual question. I am wondering how companies such as Alexa Internet determine a given site's (not my own) overall traffic and traffic for each unique page. I would appreciate a technical response - if you were to design this feature…
Peter
  • 5,251
  • 16
  • 63
  • 98
1
vote
4 answers

Avoiding automatically created traffic by jerks

I was thinking about web-security and then this thought popped into my head. Say that there's this jerk who hates me and knows how to program. I am managing a nice website/blog with a considerable amount of traffic. Then that jerk creates a program…
user1899812
1
vote
1 answer

What is "sth" with respect to web traffic

Just wondering if anyone could enlighten me to what sth might be. (Seen in Tranalyzer flow files.) Basically it's a web analysis category (ip address, port, sth, etc) but I'm not sure what meant by it and there is no mention in the…
Hans
  • 531
  • 1
  • 4
  • 19
1
vote
1 answer

Omission of Google Analytics tracking code on tracked site - how, if possible, can the data be recovered?

A coworker in my department recently discovered that when one of our sites was updated last year, the Google Analytics tracking code was not included in the site, which was built in asp.net MVC. I'm not an analytics expert by any means, so I've been…
mdhansen
  • 384
  • 3
  • 16