Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Number of connected users vs number of licenses

Oswaldo Peña Perilla February 7, 2022

I have a custom development to take information from Jira to another tool, the sending of information is triggered by a scheduled service, when sending the information the custom development creates a new user session, I have a license for 2000 users and Sometimes in the registry I have reached 2200 or more users, can this cause me a 503 service drop?

3 answers

1 vote
Vero Rivas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 7, 2022
0 votes
Rilwan Ahmed
Community Champion
February 7, 2022

1 user multiple sessions will not cause any impact unless sessions doesnot get closed in the given time. Make sure user sessions are closed after the action.  

Oswaldo Peña Perilla February 7, 2022

hi rilwan,

The session lasts open + or - 5 minutes, the service crash occurs whenever this service is executed, can it be then the number of sessions that are opened in a specific period of time?

Rilwan Ahmed
Community Champion
February 7, 2022

Just 3000 connections may not knockdown the system. Make sure it doesnot create heavy load on the server due to custom development.

Also I don't think all 2000 users will login to the system at same time. 

Oswaldo Peña Perilla February 7, 2022

In the database monitor I can see the relation of the service and the consumption it generates, I am investigating to get to the reason for the falls, it may not be related or it may be that everything is relateduserlistcurrent7.jpg

Rilwan Ahmed
Community Champion
February 7, 2022

Reads / Writes graph

The 'Reads / Writes' graph shows the frequency of reads and writes to the database over a period of time. It can be helpful to correlate database usage with connection pool usage. Whenever Jira needs to access (i.e. read from or write to) the database, a database connection is required. If there are regular spikes in the reads / writes, you may need to consider raising the maximum connections available in the pool.

 

https://confluence.atlassian.com/adminjiraserver/monitoring-database-connection-usage-938847726.html

Like Oswaldo Peña Perilla likes this
0 votes
Oswaldo Peña Perilla February 7, 2022

Hello Vero,

The related documents do not solve my doubt, a single user opens more than 2200 sessions that in the list of Current User Sessions in Jira is shown in this way, if I have a license for 2000 users and more than 3000 connect, I can knock down the machine?

 

Suggest an answer

Log in or Sign up to answer