Jump to content
  • 0
Fou-lu

Measure latency of players.

Question

I would like to know if there is any plugin or system that allows measuring the latency of all players logged into the game. Or if at least it's possible to create this in source.

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

  • 0
On 11/6/2021 at 12:00 PM, Fou-lu said:

I would like to know if there is any plugin or system that allows measuring the latency of all players logged into the game. Or if at least it's possible to create this in source.

ping -U client-IP might be able to do that

 

https://low-orbit.net/linux-how-to-measure-network-latency

 

SQL to find IP on DB

 mysql -u root -p -se "use ragnarok;select ip from loginlog;"| sort -u

 

Edited by mastabomba

Share this post


Link to post
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.

Guest
Answer this question...

×   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.

Loading...

×
×
  • Create New...

Important Information

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