chraft / c-raft

Project has been retired! -- C#raft the open source c# minecraft server
http://www.c-raft.com
GNU Affero General Public License v3.0
103 stars 43 forks source link

Report server stats #176

Open ementalo opened 11 years ago

ementalo commented 11 years ago

This will be several tasks.

Bare minimum: Implement the minecraft query packet http://www.wiki.vg/Query so current tools out there are compatible.

Extended (Maybe as separate plugin): Post up stats periodically to c#raft web to be transformed into a server list, and for future improvements (opt-in)

Server name Amount of players Cpu usage Other stats?

taugit commented 11 years ago

I think we would need also:

  1. Memory usage
  2. Info about amount of loaded chunks, items and entities. 1 and 2 would help us to measure the resource usage.
  3. Loaded plugins