# BandwidthDisplay

## Description

Using this component in combination with the [Statistics Manager](/docs/fishnet-building-blocks/components/managers/statisticsmanager.md) will show bandwidth being used by Fish-Networking.

<div align="left"><figure><img src="/files/iSh0IUubpMV1Si8ryjIg" alt="Image showing the current bandwidth being used at the top right of a screen in a game."><figcaption><p>Example of the BandwidthDisplay being used</p></figcaption></figure></div>

## Settings

<div align="left"><figure><img src="/files/cFYOou98jGT74nfL6ibb" alt=""><figcaption><p>Default settings</p></figcaption></figure></div>

### :gear: **Color**

> This is which color to display results as.

### :gear: **Placement**

> The **Placement** is in what part of the screen to display results.

### :gear: **Seconds Averaged**

> This is for the number of seconds used to gather data. Lower values will show more up to date usage per second while higher values provide a better over-all estimate.

### :gear: **Show Outgoing**

> When enabled, this will display the bandwidth used from data being sent. This can be changed at runtime with the [`SetShowOutgoing`](https://fish-networking.com/FishNet/api/api/FishNet.Component.Utility.BandwidthDisplay.html#FishNet_Component_Utility_BandwidthDisplay_SetShowOutgoing_System_Boolean_) method.

### :gear: **Show Incoming**

> When enabled, this will display the bandwidth used from data being received. This can be changed at runtime with the [`SetShowIncoming`](https://fish-networking.com/FishNet/api/api/FishNet.Component.Utility.BandwidthDisplay.html#FishNet_Component_Utility_BandwidthDisplay_SetShowIncoming_System_Boolean_) method.


---

# 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://fish-networking.gitbook.io/docs/fishnet-building-blocks/components/utilities/bandwidthdisplay.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.
