Jump to content

Monitor packet sending to avoid overburdening network?


TheGreyGhost

Recommended Posts

Hi guys

 

Has anyone found a good way to monitor the amount of network traffic to avoid overburdening the network with packets?

 

I'm writing a mod which needs to send a lot of packets in the background.  If I send too many at once, it overloads the network and slows down everything for other players.  But if I go too conservative it takes an overly long time to send all the packets.

 

What I'm really looking for is a way to monitor how much network traffic there is and throttle my packet sending accordingly.  I have a couple of ideas from looking through the code (still 1.6.4), but nothing great.

 

Anyone found a successful method for this before?

 

-TGG

Link to comment
Share on other sites

I have not.  At one point I was worried about it, but then I considered how much minecraft itself is sending compared to what I was doing and stopped.

 

There are some packet events.  You could monitor that for usage over time and do something with it.

Long time Bukkit & Forge Programmer

Happy to try and help

Link to comment
Share on other sites

Hey i also got the same problem my mod uses Packets but this come in console

 


Detected ongoing potential memory leak. 100 packets have leaked. Top offenders
[23:26:19] [Client thread/ERROR]: 	 mhfc : 100
[23:26:21] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2647ms behind, skipping 52 tick(s)
[23:26:39] [Client thread/ERROR]: Detected ongoing potential memory leak. 200 packets have leaked. Top offenders
[23:26:39] [Client thread/ERROR]: 	 mhfc : 200
[23:26:52] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 14906ms behind, skipping 298 tick(s)
[23:26:57] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2738ms behind, skipping 54 tick(s)
[23:26:58] [Client thread/ERROR]: Detected ongoing potential memory leak. 300 packets have leaked. Top offenders
[23:26:58] [Client thread/ERROR]: 	 mhfc : 300

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.