Pocket Edition Protocol Hack?

This can be easily measured by doing nothing; literally; because one can assume it takes no effort to no nothing, and so the amount of computational power required to do nothing is one’s overhead. If you close all the programs on your pc and call up the task manager or use the htop/top on Linux then the ram usage is your ram overhead of the system and the CPU ussage is your CPU overhead. The same is true for java, do the same but run a java program which does nothing, say an infinite loop containing one line: Thread.sleep(1); the amount of possessing power / ram used by this program is java’s overhead. (on my system about 5Mb ram and a negligible amount of processor time) although this is just the overhead of the virtual machine and the garbage collector, poorly written java programs can add their own overhead.

Minecraft’s overhead can be measured by entering the game and doing nothing, then using htop/top/taskManager to read ram/CPU usage of the java posses. MC server overhead: same thing, start server and with nobody online take your RAM/CPU readings. Do this after would load as loading causes some legitimate RAM/CPU usage (loading != nothing)

2 Likes