How to determine how many Rest Calls are being made

Alex Cumberland
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.
November 30, 2020

Is there a way to determine how many rest api calls are being made to your JIRA instance ?  We are trying to see how much of a workload we may have between multiple in-house applications and processes that we have that make Rest calls against JIRA.

1 answer

1 vote
Daniel Ebers
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.
December 5, 2020

Hi Alex,

probably the easiest way is to report on logfiles of your reverse proxy (if one is in place).

In practice it requires grep, tail, awk, sort, wc and so on - for Apache/nginx-Logs.

goaccess also proved to be a very nice helper on linux systems (https://goaccess.io/)

In case you have no reverse proxy in place you still can report on atlassian-jira-security.log
(https://confluence.atlassian.com/adminjiraserver/logging-and-profiling-938847671.html)

Cheers,
Daniel

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.13.1
TAGS
AUG Leaders

Atlassian Community Events