> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/status-menus-hosts.md).

# Status Menus:Hosts

#### ***Applies to version(s): v2.5, v2.6.***

General status information about the host machine running system applications is accessible from the Host tab of the Global Status view.

The Host general view, shown below, lists the one or more hosts that are being used to run the applications of a Tmedia or Tdev system. In addition, this view indicates if the host is in a ready state.

![Toolpack v2.5 Hosts Tab General](https://docs.telcobridges.com/w/images/f/fa/Toolpack_v2.5_Hosts_Tab_General.png)

### Detailed View

To view expanded information concerning the host operating system, click any host listed in the **Ready host list**:

![Toolpack v2.5 Host General](https://docs.telcobridges.com/w/images/f/fa/Toolpack_v2.5_Host_General.png)

In this view you can set the host's refresh frequency, as well as view various system details, by clicking the relevant tabs:

![Toolpack v2.5 Host Tabs](https://docs.telcobridges.com/w/images/d/dd/Toolpack_v2.5_Host_Tabs.png)

#### Host Tab

In the **Host** tab, under **Host Control**, a number of actions can be executed. These actions are:

* Shutdown
* Upload License
* Upload Toolpack
* Validate Requirements

![Toolpack v2.5 Hosts Host](https://docs.telcobridges.com/w/images/8/8d/Toolpack_v2.5_Hosts_Host.png)

#### Processor Usage Tab

Under the **Processor Usage** tab you may verify the percentage of processor usage your host currently occupies:

![Toolpack v2.5 Hosts Processor Usage](https://docs.telcobridges.com/w/images/6/60/Toolpack_v2.5_Hosts_Processor_Usage.png)

#### Memory Usage Tab

Under the **Memory Usage** tab you may verify the following values:

* Percentage of memory in use by the current host
* Size of total RAM installed
* Size of total RAM used
* Size of memory swap space in use
* Number of memory swaps in (per second)
* Number of memory swaps out (per second)

![Toolpack v2.5 Hosts Memory Usage](https://docs.telcobridges.com/w/images/2/2b/Toolpack_v2.5_Hosts_Memory_Usage.png)

#### File System Usage Tab

Under the **Filesystem Usage** tab you may verify the following values:

* Total disk space
* Total disk space available (free)
* Whether or not the disk is full, or can still be written to

![Toolpack v2.5 Hosts Filesystem Usage](https://docs.telcobridges.com/w/images/2/29/Toolpack_v2.5_Hosts_Filesystem_Usage.png)

#### Network Interfaces Tab

Under the **Network Interfaces** tab, a table of the network interfaces offered by the host is displayed. This table describes the following values for each interface:

* Total number of bytes received
* Total number of error bytes received
* Number of bytes received per second
* Total number of bytes sent
* Total number of error bytes sent
* Number of bytes sent per second

![Toolpack v2.5 Hosts Network Interfaces](https://docs.telcobridges.com/w/images/a/a4/Toolpack_v2.5_Hosts_Network_Interfaces.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/status-menus-hosts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
