statistics request

ULDIN

Well-Known Member
Joined
Mar 14, 2016
Messages
95
Reaction score
33
Points
108
Hello,

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

1945
 

Asphyxia

Owner
Administrator
Joined
Apr 25, 2015
Messages
1,846
Solutions
2
Reaction score
2,201
Points
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
Joined
Mar 14, 2016
Messages
95
Reaction score
33
Points
108
yes I agree but I have what it takes to do it. You understand the working principle :)
 

nutellazpw

Member
Joined
Jan 9, 2019
Messages
11
Reaction score
6
Points
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
Joined
May 8, 2016
Messages
117
Reaction score
91
Points
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