# System Information

## View System Information

To view system information, click on the user profile icon in the top-right corner of the navigation bar.

<div align="center"><img src="https://3729341606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1yI7gLypIVjJdBgxy9pM%2Fuploads%2Fgit-blob-4e8984fd2a38bb14ef3885c96d7d8367541b4b8a%2FSystemInfonavbar.png?alt=media" alt=""></div>

Then click on System Information.

<div align="center"><img src="https://3729341606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1yI7gLypIVjJdBgxy9pM%2Fuploads%2Fgit-blob-4e10b37e7bb4e2f34e10d1083151a270d4c418c2%2FSystemInfo.png?alt=media" alt=""></div>

It will display the following window, with two sections: **Application Information** and **Machine Information**.

> **Note**: As highlighted in the screenshot below, system information can be exported in a pdf format.

<div align="center"><img src="https://3729341606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1yI7gLypIVjJdBgxy9pM%2Fuploads%2Fgit-blob-2df49e66fc6163bfb3ade5c0ef887774f08c6d1e%2FSystemInfoWindow12.png?alt=media" alt=""></div>

## System Information Overview

### Application Information

**Integration Configurations**

* **Total Integrations:** Number of configured integrations
* **Active Integrations:** Currently active integrations
* **Inactive Integrations:** Inactive integrations
* **Cache Timeout:** Cache expiration time (minutes)

**Thread Info**

* **Total Threads:** Allocated threads
* **Active Threads:** Currently active threads

**Log Settings**

* **Global Log Settings**
  * **Size of Global Log Files:** Maximum size limit in MB
  * **No of Max Backup Global Log Files:** Maximum number of backup files
* **Global Level Integration Log Settings**
  * **Log Level:** Current integration log level
  * **Size of Integration Log Files:** Maximum size limit in MB
  * **No of Max Backup Integration Log Files:** Maximum number of backup files at integration level

**HTTP Connection Info**

* **Total Connections:** Maximum HTTP connections
* **Acquired Connections:** Connections that are currently in use

**Database Configurations**

* **Type:** Database type and version
* **Username:** Database access username
* **Name:** Database name
* **Schema:** Database schema
* **Allowed Connections:** Maximum allowed database connections
* **Active Connections:** Active database connections that are currently in use

**Memory Details**

* **Max Memory Allocated:** Maximum allocated memory
* **Min Memory Allocated:** Minimum allocated memory
* **Used Memory:** Current memory usage

**Directory Configurations**

* <code class="expression">space.vars.SITENAME</code> **Folder Size:** Application folder size
* **Remaining Space on Drive:** Available free space on drive where <code class="expression">space.vars.SITENAME</code> is installed
* **Logs Folder Size:** Indicates log directory size
* **Total Space on Drive:** Total drive capacity where <code class="expression">space.vars.SITENAME</code> is installed

**Version Details**

* **Current Version:** Installed <code class="expression">space.vars.SITENAME</code> version
* **Initial Version:** First installed version of <code class="expression">space.vars.SITENAME</code>

### Machine Information

* **Operating System:** OS and its version
* **CPU Cores:** Number of CPU cores
* **Time Zone & Region:** Time zone settings
* **Total Physical Memory:** Total system memory


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opshub.com/upcoming-release/help-center-index/troubleshooting-index/system-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
