Goose Posted October 28, 2009 Share Posted October 28, 2009 Hi, I'm trying to set up the service monitoring so i can get the number of players in a game at any time. I've enabled monitoring in the settings but the only stat that seems to be stored in the DB is the avg players. Is there something else i have to setup to get realtime player count? Also, it only refreshes every 30 mins. How can i change that? Any help would be greatly appreciated =) Link to comment Share on other sites More sharing options...
ECF Posted October 28, 2009 Share Posted October 28, 2009 The TCAdmin monitoring system is not designed to grab a "snapshot" image. It is designed to gather stats over time for load balancing. You would need a script to query the games to get up to the minute game data. As far as the refresh timing, this is controlled by a windows scheduled task which runs a tcadmin script to collect the data. You can change the time limit on the scheduled task but I would not recommend changing it to below 30 minutes as the task may then start to overlap which will cause data collection problems. Link to comment Share on other sites More sharing options...
Goose Posted October 29, 2009 Author Share Posted October 29, 2009 Thanks for the info! Don't suppose you know where i could find an example script to get real-time game data? I'll go check the scripts section. Thanks again Link to comment Share on other sites More sharing options...
ECF Posted October 29, 2009 Share Posted October 29, 2009 Check in the script forum. I know some people have posted some in the past. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.