Bandwidth usage questions and/or discrepency

Hi,

I have a relatively small Nakama instance, which is just exchanging presented. At the moment, I have 12 sessions, 34 presences. No custom scripts - only some post-authentication which creates groups and assigns users into them.

According to the Dashboard, the input, measured in kb/s, is about 5, and for output, about 250. However, according to btop, I’m seeing upwards of 4 Mi/Bs on download and 1.80 Mi/Bs on upload. After a restart of the containers, I’m seeing that climb again. I’ve isolated it to Nakama, and the rates seem to increase, even though it’s at a steady state with users.

I’m getting overage charges from my DigitalOcean VPS, topping the 4TB monthly limit, and I’m having a very hard time trying to narrow down what’s happening

It’s only letting me attach a single image, so here’s the corresponding dashboard metrics:

In my C# app, I am subscribing to presence updates for other users in the group. No matches being created or other updates being sent (yet). I’m planning on starting to send updates in about users, but something seems very off about the amount of traffic.

Does this make sense?

  1. Versions: Nakama 3.35.1+c76c942, using on Ubuntu in Docker
  2. Server Framework Runtime language (If relevant) {Go, TS/JS, Lua}

:tv: Media:

Hi @nabeel,

I believe the Console dashboard doesn’t include input/output data related to ws activity, which may explain the difference here.

Best.