Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Stats #30

Open
pschichtel opened this issue Aug 23, 2015 · 0 comments
Open

Stats #30

pschichtel opened this issue Aug 23, 2015 · 0 comments

Comments

@pschichtel
Copy link
Member

The stats module should gather usage statistics of the server like when a specific number of players was online, the uptime, the preferred language of the users and so on

stuff to track:

  • player time per player
  • preferred language of users
  • geo locations of players (this will need a geoip database)
  • playercount per server time
  • RAM usage per server time
  • CPU usage per server time (this may need native code, http://stackoverflow.com/questions/2062440/java-cpu-usage-monitoring)
  • TPS per server time
  • blockbreaks per server time
  • chunk loads per server time
  • chunk generations per server time
  • entity spawns per server time
  • entity deaths per server time
  • chat messages per server time
  • commands per server time
  • more to come...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant