Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gather and report networking statistics #259

Open
wants to merge 9 commits into
base: slippi
Choose a base branch
from

Conversation

altf4
Copy link
Contributor

@altf4 altf4 commented Mar 27, 2021

Jitter mean, max, variance. Measured in microseconds.

"Jitter" meaning the timing between incoming packets. This is not ping.

In a perfect connection, jitter mean will be 166,666 (16.66 ms) jitter max will also be 166,666 (16.66 ms), and variance will be 0.

High mean jitter means a player is playing slower than 100%. Jitter max will show the largest lag spike during the game. Variance will show how "spikey" the match was overall.

@altf4
Copy link
Contributor Author

altf4 commented Mar 30, 2021

FYI: This is crashing sometimes after sending the report, but I have no idea why. :/ It must be a thread-safe access issue, but I don't know where

@altf4
Copy link
Contributor Author

altf4 commented Apr 15, 2021

This works now! Should be ready for reviewing / merging.

@altf4
Copy link
Contributor Author

altf4 commented Jun 15, 2021

Added some controller stats to the PR:

  • Analog burst IPM
  • Unique analog input count

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant