Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,698
Community Members
 
Community Events
184
Community Groups

Stories about detecting in my Atlassian Confluence instance bottlenecks with APM tool [part 2]

Gonchik, a lover of APM (application performance monitoring) tools, in particular Glowroot, is in touch. This is the second story related to observing Confluence with Glowroot. (First is here)

Often, analysis is helped by looking for patterns such as time of complaints and correlation with application response time graphs, especially in percentiles, which gives an understanding and clarity of what is happening with a small volume of requests.

By switching to slow traces mode in the Glowroot dashboard, you can take a closer look at the behavior of the system.

image.png

image.png

 

and also in the specified screenshot, I observed the following behavior:

image.png

 

All this prompted me to view the schedule of batch operations, for example, the time when the backup process was started.

First of all, I checked in the web interface ({CONFLUENCE_URL} /admin/scheduledjobs/viewscheduledjobs.action) and disabled backups in xml at the application level. You can also see the launch history, and, in principle, understand that the BackUp Confluence batch job ends just at 6:30 am.

image.png

But as soon as, logged in as root, I checked the crontab, where I also saw that the backup script starts at 5 am and ends at about 6:15 am my PC time. Since this is a classic bottleneck, the way out is simply a shutdown due to its unnecessary. Due to the fact that at the virtualization level, backups are performed once an hour, and the DBMS is located on another server, the most important thing is the Confluence home directory.

Let's summarize. Simple reasons should always be checked. The backup schedule is the first thing to check if the system behavior should somehow correlate with the problem.

Have a good day!

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events