statistics request

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
Hello,

I want a graphical system that shows active users on the server. Can you help me?

I would imagine this could be incredibly simple, just query the number of users on the server every about 5-10 minutes. Then show activity, along with this you could store number of hours a user is connected.

Not sure if this already exists but making such a system would not be hard with the various open source frameworks/libraries to use for this type of project.
 

ULDIN

Well-Known Member
Mar 14, 2016
95
33
108
yes I agree but I have what it takes to do it. You understand the working principle :)
 

nutellazpw

Member
Jan 9, 2019
11
6
53
Like @Nicer say , u have similar graphs in ts-ranksystem.

There is 4 graphs u can select
- Last Day
- Last Week
- Last month
and last 3 months.

1948

EDIT:
If u need only graphs why you not use gametrackers graph like this:
GameTracker 1
and u have other gametracker where graph design is better GameTracker2
 
Last edited:

Newcomer1989

Well-Known Member
May 8, 2016
117
90
129
I just want to use the statistic part. How can I do it?

The Ranksystem also brings the information for the graph via JSON string.
Example:

With this stored values, you also could build your own graph. You would save the half work, cause you needn't to care about asking for values via TS3 Query Interface and storage this information... it's already done.

Since the Ranksystem is open source, you should find all you need!
 
Top