Cuberite Forum
Preformance Usage Chart - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Preformance Usage Chart (/thread-2675.html)



Preformance Usage Chart - DarrenRainey - 12-10-2016

For those interested in cuberite prefromace here is a chart I made for RAM/Swap (Bench marked On Nano Pi Neo - Raspberry Pi clone)

[Image: d5f82f18-be25-11e6-8b6f-b3cc39f554d0.png]
System IDLE
2.3% cpu
68mb ram
0 swap



Cuberite (No players)
~5% CPU
204 mb ram
0 swap


Cubrite (1 player)
36% CPU
206 mb ram
0 swap


Load time around 35-45 seconds


RE: Preformance Usage Chart - NiLSPACE - 12-10-2016

We should really find or create a bot to simulate multiple players. That way we can also get a clear picture of how the server works under heavy load.


RE: Preformance Usage Chart - Seadragon91 - 12-10-2016

I think pycraft is a good tool for your idea. I tested it by connecting around 300 clients to the server, with the help of threading. It's also possible to send chat messages and commands to the server.


RE: Preformance Usage Chart - ShadowCone - 12-10-2016

Just saying to @DarrenRainey, any ram usage you can get via htop (or the underlying /proc file system) it is not quite right, because you can hardly measure the optimizations the system does for you.

And another question, does the cpu usage mean 100% = 1 core totally busy or does 100% mean all Cores (if so, how many?) are busy?


RE: Preformance Usage Chart - DarrenRainey - 12-10-2016

(12-10-2016, 05:27 AM)Cl1608Ho Wrote: Just saying to @DarrenRainey, any ram usage you can get via htop (or the underlying /proc file system) it is not quite right, because you can hardly measure the optimizations the system does for you.

And another question, does the cpu usage mean 100% = 1 core totally busy or does 100% mean all Cores (if so, how many?) are busy?
Yeah ill do a better benchmark later but you can still see a major difference between Cuberite and craftbukkit.

The  cpu usage  is  the total of all 4 cores