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

Stats #30

@pschichtel

Description

@pschichtel

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...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions