Get overview of Jira Server with one command

The Starware
1 min readApr 13, 2024

User AtlasCLI for Jira, you can get an overview of some key information for Jira Server/DC. You can pipe output of this command to other commands and take some action. For example, you can write a shell script that runs this command every minute and detect if any value is out of some threshold.

jira server-info jmx --json
{
"Assigned Issue Count": 0,
"Attachments Count": 0,
"Available Processors": 10,
"Components Count": 163,
"Concurrent Quick Search Count": 0,
"Created Issue Count": 9262,
"Custom Fields Count": 82,
"DB Conn. Borrowed": 1,
"DB Conn. Invocation Count": 7130077,
"DB Conn. Time to Borrowed": 0,
"DB Conn. Total Elapsed Time": 3979220,
"DB Reads Invocation Count": 4838911,
"DB Reads Total Elapsed Time": 1683055,
"DB Writes Invocation Count": 494442,
"DB Writes Total Elapsed Time": 202502,
"Dashboard View Count": 4,
"Filters Count": 17,
"Groups Count": 9,
"Heap Committed": 2147483648,
"Heap Initial": 402653184,
"Heap Max": 2147483648,
"Heap Used": 1722511344,
"Issue Search Count": 0,
"Issues Count": 10681,
"Jira Core Current User Count": null,
"Jira Core Max User Count": null,
"Jira Service Desk Current User Count": null,
"Jira Service Desk Max User Count": null,
"Jira Software Current User Count": null,
"Jira Software Max User Count": 10,
"Linked Issue Count": 0,
"Non-Heap Committed": -1,
"Non-Heap Initial": 821837824,
"Non-Heap Max": 777527816,
"Non-Heap Used": 72957952,
"Os Version": "14.4.1",
"Processor Architecture": "aarch64",
"System Load Average": 5.8583984375,
"Updated Issue Count": 0,
"Users Count": 1039,
"Versions Count": 116,
"Web Requests Invocation Count": 3941,
"Web Requests Total Elapsed Time": 2574775,
"Worklogs Count": 45580
}

--

--

The Starware is a software development company specialized in add-on development on Atlassian Platform.