Questions tagged [concurrent-users]

6 questions
7
votes
1 answer

Estimate concurrent users per month in Google Analytics

How to calculate the maximum concurrent users of a website per month in Google Analytics?
A user
  • 263
  • 3
  • 12
4
votes
2 answers

Controlling robot crawling concurrency using robots.txt and the undocumented setting "host-load"

I'm not much of a network guy, and I am troubleshooting an issue where one of our sites intermittently becomes unresponsive to a reverse proxy: it simply starts turning down connections, and then after 30 minutes or so, everything is fine again. …
3
votes
1 answer

Reading apache logs is there a way i can know of concurnent users limit?

I want to know on a analysis layer from apache logs which can tell me if the # of concurrent logins (using same username) has exceeded e.g more then 4. Is such a thing can be automated or it requires manual analysis. Thanks.
asadz
  • 267
  • 1
  • 5
  • 11
2
votes
1 answer

How to change number of maximum threads in LAMPP

How do I change maximum number of concurrent users in LAMPP. I found answers for apache and XAMPP but that does not solve my problem. I have also tried changing this file, opt/lampp/etc/extra/httpd-mpm.conf, but I do not see any effect on changing…
2
votes
1 answer

How to find concurrent number of session per second?

As a web-server hosting an application for a client, which is high-volume or transaction server, I am required to find out "number of concurrent connections" currently in use by the server. This is required for a solution e.g NGFW, or WAF that is…
asadz
  • 267
  • 1
  • 5
  • 11
-1
votes
1 answer

Strategy to get X many users that have visited any pages that directly link to the current page

Forums have a "x many users online". And "X views" on each threads. What I want is how many users have visited the pages that link directly to the thread in place of "X views". Sort of combining the two features to give a better information. What's…