Well thank you guys for coming on my test server and playing around. The more people, the more accuracy. You're probably wondering why this was even necessary. Basically, I have a program that monitors my minecraft server's memory usage. It can track exactly what has memory and how much memory it's taking up. It can also track the latency (speed) of everything on the server.
Basically, I had to know how much memory was there near when the server was started. Then, after hours of it being up, I track this again. Basically, I want to be able to track how much memory is being used at different stages, as the longer the server is running the more noticeable memory leaks become. It's not a simple thing to track, as this requires me to look at many different areas of the code, as I notice objects taking up a larger amount of memory than they should.
However, it's difficult without this tool, to know what exactly is taking up more memory than it should. Well, hopefully I can make some considerable progress after analyzing the results of this test. I'd like to thank each and every one of you who helped by going on the server and playing around.