hopskipnfall / EmuLinker-K

EmuLinker-K is a server that facilitates emulator netplay using the Kaillera protocol.
GNU General Public License v2.0
14 stars 7 forks source link

Run server on fewer ports #100

Closed hopskipnfall closed 4 months ago

hopskipnfall commented 1 year ago

Current metrics from https://github.com/hopskipnfall/KailleraLoadTester/tree/13d136b1e5f3e2e78f154309ecb538f473a11328 (single core)

time, Clients Count, All clients are alive, Average percentage of target FPS, 50th percentile maximum frame lag over a 2s period, 80th percentile maximum frame lag over a 2s period, 90th percentile maximum frame lag over a 2s period, 95th percentile maximum frame lag over a 2s period, 99th percentile maximum frame lag over a 2s period, Resent packets, Percentage of 2s intervals containing a lag spike >1ms across clients, Percentage of 2s intervals containing a lag spike >5ms across clients, Percentage of 2s intervals containing a lag spike >10ms across clients
1689773015615, 2, true, 99.87921178846204, 0.06, 0.09, 0.12, 0.33, 1.76, 0, 1.7241379310344827, 0.0, 0.0
1689773089642, 4, true, 99.93568349775303, 0.04, 0.07, 0.09, 0.18, 2.72, 0, 3.3333333333333335, 0.0, 0.0
1689773164174, 6, true, 99.93405151573249, 0.03, 0.05, 0.07, 0.14, 11.54, 0, 2.2988505747126435, 2.2988505747126435, 2.2988505747126435
1689773239210, 8, true, 99.92284767535298, 0.04, 0.11, 0.31, 2.59, 9.31, 0, 7.327586206896552, 4.310344827586207, 0.43103448275862066
1689773314762, 10, true, 99.91114192699739, 0.03, 0.08, 0.39, 7.72, 12.13, 0, 8.96551724137931, 6.206896551724138, 2.0689655172413794
1689773390820, 12, true, 99.94730529108638, 0.03, 0.07, 0.13, 0.42, 2.49, 0, 2.586206896551724, 0.28735632183908044, 0.28735632183908044
1689773467370, 14, true, 99.85748139836538, 0.03, 0.08, 0.16, 1.05, 17.17, 0, 5.172413793103448, 4.679802955665025, 3.4482758620689653
1689773544449, 16, true, 99.81406725275646, 0.04, 0.12, 1.20, 9.77, 15.42, 0, 10.344827586206897, 7.112068965517241, 4.956896551724138
1689773622008, 18, true, 90.98901329100359, 0.05, 0.66, 1977.52, 1979.59, 1988.07, 6, 19.731800766283524, 13.218390804597702, 10.53639846743295
1689773700079, 20, true, 76.16085605805755, 0.06, 1980.41, 1984.43, 1988.16, 1989.76, 22, 37.241379310344826, 35.172413793103445, 31.03448275862069
1689773779309, 22, true, 64.40050005750653, 0.08, 1981.88, 1987.02, 1988.40, 1990.02, 36, 42.789968652037615, 41.06583072100314, 39.96865203761755
1689773858427, 24, true, 57.78822732066487, 0.36, 1985.12, 1989.02, 1990.32, 1998.55, 48, 48.706896551724135, 48.275862068965516, 48.275862068965516
hopskipnfall commented 4 months ago

This is replaced by #109