---
title: Viewing system information
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

To find information about your web application and the environment in which it is running, open the **System** application and view the **General** tab.

## System information

- **Machine name** - name of the server machine on which the system is running.
- **ASP.NET account** - name of the user account used by ASP.NET in the server's operating system.
- **ASP.NET version**
- **Application pool name** - name of the IIS application pool in which the instance of Kentico is running.
- **Application trust level** - the [trust level](http://msdn.microsoft.com/en-us/library/wyts434y.ASPX) of the environment where the application is running (only the Full trust level is supported).
- **Your IP address** - IP address from which you are accessing the system.

## Database information

- **Server name** - name of the database server on which the system's database is running.
- **Server version** - SQL Server version installed on the database server.
- **Database name** - the name of the system database on the database server.
- **Database size** - the current size of the database, including the actual database data (the .mdf file) and the database log (the .ldf file).

> **Info:** **Contact management database separation**
>
> If the application has a [separated contact management database](https://docs.kentico.com/k10/on-line-marketing-features/configuring-and-customizing-your-on-line-marketing-features/separating-the-contact-management-database.md) (on-line marketing), the page displays information for both databases.

## Memory statistics

- **Allocated memory** - size of memory allocated for the system.
- **Peak memory usage** - maximum memory used by the process.
- **Process physical memory** - physical memory used by the process.
- **Process virtual memory** - memory allocated by the process in the virtual memory space.

Click **Clear unused memory** to free up memory space by deleting unused data.

## Garbage collection statistics

Shows how many times the [garbage collector](http://msdn.microsoft.com/en-us/library/0xy59wtx.aspx) initiated cleaning of unused memory.

## Cache statistics

- **Cache items** - number of items stored in the application's memory.
- **Expired** - number of expired cache items.
- **Removed** - number of items removed from the system cache since the last restart.
- **Dependency changed** - number of cache items that the system dropped as a result of [cache dependencies](https://docs.kentico.com/k10/configuring-kentico/optimizing-website-performance/configuring-caching/setting-cache-dependencies.md).
- **Underused** - number of cache items dropped earlier than the planned expiration time (possibly due to lack of memory).

Click **Clear cache** to remove all cached content from the memory of the Kentico application.

> **Info:** **See also**: [Configuring caching](https://docs.kentico.com/k10/configuring-kentico/optimizing-website-performance/configuring-caching.md)

## Page view statistics

- **Views of content pages** - number of content pages displayed since the last application restart.
- **File downloads and views** - number of files downloaded and viewed since the last restart.
- **Views of system pages** - number of system pages viewed since the last restart.
- **Non-page requests** - number of non-page requests handled since the last restart.
- **Number of pages not found** - number of page view requests to which the server responded with a 404 Page Not Found error.
- **Pending requests** - number of currently pending (not yet processed) page requests.

## Restarting the application

You can restart the application or its components by clicking the buttons in the header of the **General** tab:

- **Restart application** - restarts Kentico (needed to apply certain types of changes).
- **Restart all web farm servers** - restarts all [web farm servers](https://docs.kentico.com/k10/configuring-kentico/optimizing-website-performance/setting-up-web-farms.md) running the instance of Kentico.
- **Restart windows services** - restarts all Kentico Windows services (if any are installed). See [Kentico Service Manager](https://docs.kentico.com/k10/external-utilities/kentico-service-manager.md) for more details.
- **Clear performance counters** - clears the values stored in all [performance counters (Health monitoring)](https://docs.kentico.com/k10/configuring-kentico/health-monitoring.md) registered for the Kentico instance. Also resets the _Page view statistics_ section.
