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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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