Internal network usage increases the longer you have the console of a server open #468

Closed
opened 2026-02-05 17:38:48 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @deejaypro on GitHub (Oct 10, 2025).

Originally assigned to: @Boy132 on GitHub.

Current Behavior

When opening the console on a server the network usage to my backend services (postgres, redis) increases the longer you have it open:
Picture of the increasing Network usage

Digging deeper via wireshark I discovered that it is the data to/from Redis that increasingly got bigger over time:
Graph of the Wireshark data

I then looked into the data saved on Redis and saw that the data for graphs cpu/memory/network usage (The keys in question) constantly increases. New data for the graphs is only appended to the respective keys. With the values not cleaned up the data is just getting bigger and therefore the data the panel needs to pull from redis is getting bigger aswell.

Expected Behavior

I would expect that the old data is removed from the keys for the graphs because after a few data points it isnt used anymore.

Steps to Reproduce

Setup a enviorment with Redis as the cache.
Create a server, open the console.

Panel Version

1.0.0-beta26

Wings Version

1.0.0-beta18

Games and/or Eggs Affected

Docker Image

Error Logs

-

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @deejaypro on GitHub (Oct 10, 2025). Originally assigned to: @Boy132 on GitHub. ### Current Behavior When opening the console on a server the network usage to my backend services (postgres, redis) increases the longer you have it open: [Picture of the increasing Network usage](https://media.discordapp.net/attachments/1426238208164893023/1426238208798097509/XMVIfi5.png?ex=68ea7f57&is=68e92dd7&hm=12c9ec70ad94d5ad5fa29bcbbe6f1c455e7ed301425d3b8fee4de95365aab94f&=&format=webp&quality=lossless) Digging deeper via wireshark I discovered that it is the data to/from Redis that increasingly got bigger over time: [Graph of the Wireshark data](https://media.discordapp.net/attachments/1426238208164893023/1426238209372979300/X6WFLOu.png?ex=68ea7f57&is=68e92dd7&hm=dcab3d6c305f5d7ff15176f8766557009d87e727f9d094cd3b6a3d122701ea07&=&format=webp&quality=lossless) I then looked into the data saved on Redis and saw that the data for graphs cpu/memory/network usage ([The keys in question](https://media.discordapp.net/attachments/1426238208164893023/1426238209926496417/QEe52fh.png?ex=68ea7f57&is=68e92dd7&hm=4eaa3bf440d738ba4fc1a9663430147285c85712887669cdc9b0eda7e3d3b983&=&format=webp&quality=lossless)) constantly increases. New data for the graphs is only appended to the respective keys. With the values not cleaned up the data is just getting bigger and therefore the data the panel needs to pull from redis is getting bigger aswell. ### Expected Behavior I would expect that the old data is removed from the keys for the graphs because after a few data points it isnt used anymore. ### Steps to Reproduce Setup a enviorment with Redis as the cache. Create a server, open the console. ### Panel Version 1.0.0-beta26 ### Wings Version 1.0.0-beta18 ### Games and/or Eggs Affected - ### Docker Image - ### Error Logs ```bash - ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#468