StatisticsManager
The StatisticManager provides statics about Fish-Networking for a variety of tasks, including monitoring network traffic.
Description
The Statistics Manager component is responsible for tracking and reporting network traffic statistics for your multiplayer game. Its Network Traffic can be used to gain basic information about how much network traffic your game is using. These values must be enabled for the BandwidthDisplay component to function.
Check out its API page for more specific methods and events here.
Settings

⚙️ Update Interval
This is how often network traffic related operations occur, such as invoking update events.
⚙️ Update Client
This will invoke client traffic updates when enabled.
⚙️ Update Server
This will invoke server traffic updates when enabled.
Last updated