1

CPU use

TylerS1066 11/8/14 10:31 am
144
11/8/2014 6:06 pm
I've started sample the CPU use of my Bukkit server with JavaVisualVM, I was surprised to find that
net.minecraft.util.io.netty.channel.nio.NioEvent.select()
is 54.9% of my server's CPU use


I would like to know what this is, and how to reduce it.
Posted by
TylerS1066
Level 38 : Artisan System
44

  Have something to say?

JoinSign in

2

TylerS1066
11/08/2014 6:06 pm
Level 38 : Artisan System
So this is normal for a server?
1
Scarsz
11/08/2014 1:13 pm
Level 22 : Expert Network
Well, for starters, Netty is the framework that allows clients to connect to a server and for the server to be able to respond to those clients. I'd expect it to take up half the usage for the server, the other half being updates to the world, new chunks being generated, plugins, etc.
1

Welcome