View Full Version : Recommendations for Server monitoring for Game Hosting
TheGreat1 01-24-2005, 09:49 PM Has anyone got any recommendations for monitoring software for a game server company? Tried others but found they where only real time and not logs etc.
Hoping this software can tell us when the highest peak at the time of the day etc.
Any recommendations will be apprecated :)
urbanservers 01-25-2005, 03:05 AM Uglygs, you can get it in gentoo's portage, I dont think the project is still active but its a kick *** script, uses perl and rrdtool to generate hourly, weekly, daily and monthly useage stats, scans multiple ips and logs the information for all of them, you can modify it to make it kick more *** (like I once did).. it even shows you your total peak and your total slot ratio.
TheGreat1 01-25-2005, 09:55 AM Thanks but unfortuantly that is a script for linux :( We are only currently using Windows because some of the games we host are linux supported only.
urbanservers 01-25-2005, 01:33 PM You should run Linux webservers, then you would be able to run uglygs as it supports I belive every game that qstat does, just about every game made.
Windows is good for running game servers that only run on Windows, if the game has a Linux ded run it on Linux, it will be better.
TheGreat1 01-25-2005, 09:08 PM Any other recommendations?
Deval 01-25-2005, 09:27 PM If you are running any Half-Life based mods, I would reccomend: Half Life Server Watch, monitors and controls your game server. HLSW.net is the website.
rch7953 07-01-2005, 09:16 PM i'd love to use qstat, i just can't get the CVS to compile
urbanservers 07-01-2005, 10:12 PM You need several files that are not on cvs, get them from the normal install, I belive it was around 10 or so, copy them to the cvs copy and you should be good to go :)
I may be wrong but thats what I had to do a couple weeks ago to get new hlds protocol stuff.
Update to my above post (from January) you can most likley get both uglygs and qstat to work on Windows.
rch7953 07-01-2005, 10:15 PM you wouldn't be willing to email me the compiled qstat would you?
been going crazy over this.
urbanservers 07-01-2005, 10:27 PM www.gamecp.com/qstat.tar.gz
Compiled on: Fedora Core release 2
Friday, July 01 2005 - CVS Qstat 2.8 (qstat2)
I just took the default install, downloaded the cvs version (directory qstat2) into the same directory then did a cp -R qstat2/* ./ on it, replacing all the files,
./configure ; make clean ; make ; make install
Seems to work :)
rch7953 07-01-2005, 10:59 PM just did that, still getting these errors. so frustrating.
re: i copied the CVS stuff into the default install and ran it.
i get these errors on the 'make' step
qstat.o(.data+0x1068):/home/XXXXXX/ugly/qstat/qstat.c:1158: undefined reference to `send_gs2_request_packet'
qstat.o(.data+0x1074):/home/XXXXXX/ugly/qstat/qstat.c:1158: undefined reference to `deal_with_gs2_packet'
qstat.o(.data+0x1860): In function `raw_display_tribes2_player_info':
/home/XXXXXX/ugly/qstat/qstat.c:1379: undefined reference to `send_ut2004master_request_packet'
qstat.o(.data+0x186c):/home/XXXXXX/ugly/qstat/qstat.c:1379: undefined reference to `deal_with_ut2004master_packet'
qstat.o(.data+0x18d8): In function `raw_display_bfris_player_info':
/home/XXXXXX/ugly/qstat/qstat.c:1399: undefined reference to `send_a2s_request_packet'
qstat.o(.data+0x18dc):/home/XXXXXX/ugly/qstat/qstat.c:1399: undefined reference to `send_a2s_rule_request_packet'
qstat.o(.data+0x18e4):/home/XXXXXX/ugly/qstat/qstat.c:1399: undefined reference to `deal_with_a2s_packet'
qstat.o(.data+0x19c8): In function `raw_display_ghostrecon_player_info':
/home/XXXXXX/ugly/qstat/qstat.c:1439: undefined reference to `send_gs2_request_packet'
qstat.o(.data+0x19d4):/home/XXXXXX/ugly/qstat/qstat.c:1439: undefined reference to `deal_with_gs3_packet'
collect2: ld returned 1 exit status
make: *** [qstat] Error 1
root@host [/home/XXXXXX/ugly/qstat]#
urbanservers 07-01-2005, 11:05 PM Is that from the one I linked?
rch7953 07-02-2005, 12:38 AM well i downloaded the one you linked, then uploaded the new qstat2 from the cvs
should i have just ran the one you linked?
urbanservers 07-02-2005, 12:40 AM The one I linked is qstat from today (well the 1st).
rch7953 07-02-2005, 12:46 AM oh man it worked, i love you!
|