Hi Guys,
I am currently working on a system that reads the server logs and sends special information to an endpoint that processes the information and makes it available to VIa API.
For this I wrote a tool that hooks into the logs and analyzes them continuously to capture special events and send them to the endpoint.
I have planned such statistics like
- Which resources were collected how often
- How often died
- How often killed
- Who killed how often
- By whom how often died
- Which creeps and how often killed
This information can be sent in near real time to a Discord or retrieved from the API for independent use.
Currently a test server is running which is already collecting data:
https://forums.atomictorch.com/index.php?topic=1994.0Please leave me your opinion and ideas.
Greetings J422