Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Concurrent users

Avatar

Level 3

Hi,

How can I calculate concurrent users in Adobe Analytics? I have the number of users by hour for last 30 days.

Thanks

Ankit

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I think you will face a challenge here, as this relates to some backend server measurement against front end user behaviours:

Concurrent users on your web server relates to typical Concurrent user nodes the server allows at max at any one time. So lets say a max of 25000 users concurrently are on your server, then user 25001 tries to access site he would reach server busy message. This is a limit at any one time at once.

In analytics the closest I recommend you use to that metric is unique visitor. You can then break it down by hour and make a close assumption to your IT team its close to concurrent user max. It will be lower than their limit as this is an hourly breakout.

GLTU

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

I think you will face a challenge here, as this relates to some backend server measurement against front end user behaviours:

Concurrent users on your web server relates to typical Concurrent user nodes the server allows at max at any one time. So lets say a max of 25000 users concurrently are on your server, then user 25001 tries to access site he would reach server busy message. This is a limit at any one time at once.

In analytics the closest I recommend you use to that metric is unique visitor. You can then break it down by hour and make a close assumption to your IT team its close to concurrent user max. It will be lower than their limit as this is an hourly breakout.

GLTU

Avatar

Community Advisor

Dear Ankit,

Agree with

Even we do have minute granularity to understand the traffic inflow per minute to understand the concurrence.

Thank You

Arun

Avatar

Level 3

Okay..Thanks for the response. Very helpful.