Post Stats Urls
j0e
Join Date: 2002-11-01 Member: 2840Banned
<div class="IPBDescription">to compare balance between servers</div> post your URL's for NS servers running psychostats. i'd like to see how my servers compare to other people in terms of connections, players, skill, and especially team balance.
three public servers w/ 24 players running gradients of 1.04 from 1.04a to 1.04i:
<a href='http://ns1.joe.to/stats1' target='_blank'>http://ns1.joe.to/stats1</a>
<a href='http://ns1.joe.to/stats2' target='_blank'>http://ns1.joe.to/stats2</a>
<a href='http://ns1.joe.to/stats3' target='_blank'>http://ns1.joe.to/stats3</a>
and combined stats for all three servers at
<a href='http://ns1.joe.to/stats_comb' target='_blank'>http://ns1.joe.to/stats_comb</a>
the avg is about 58% alien wins but that may be unreliable due to earlier versions of 1.04 with different settings (fades now more expensive, etc.) i'll run them again using only the last week's worth of stats which should provide a better reading on 1.04
joe
three public servers w/ 24 players running gradients of 1.04 from 1.04a to 1.04i:
<a href='http://ns1.joe.to/stats1' target='_blank'>http://ns1.joe.to/stats1</a>
<a href='http://ns1.joe.to/stats2' target='_blank'>http://ns1.joe.to/stats2</a>
<a href='http://ns1.joe.to/stats3' target='_blank'>http://ns1.joe.to/stats3</a>
and combined stats for all three servers at
<a href='http://ns1.joe.to/stats_comb' target='_blank'>http://ns1.joe.to/stats_comb</a>
the avg is about 58% alien wins but that may be unreliable due to earlier versions of 1.04 with different settings (fades now more expensive, etc.) i'll run them again using only the last week's worth of stats which should provide a better reading on 1.04
joe
Comments
Overall average win/loss stats by nslogp.
<a href='http://www.hostilism.com/brothel/ns/index.php' target='_blank'>NSlogP</a>
This is calculated from the end round log line;
(map_name "ns_nothing") (game_version "v1.03") (game_time "1333.024902") (victory_team "alien") (losing_team "marine") (winning_teamsize "8") (losing_teamsize "7")
So although the win/loss ratios are accurate, the team number #'s are not. As it doesn’t take into account those who f4 out when they are losing. (GRRRR) So when alot of rounds ended, the log line would say (winning_teamsize "8") (losing_teamsize "3") but in fact both teams where full. Until 4-5 f4'd out ending the round. Usually always the marines when NS first came out.
I had to make 90 lday stats, as I usually only run 2, 15 and 30 day stats. So hopefully it will be done by the time this post is read.(I gave it a really low nice value, so might take a while.) I set it to the same parse vars you are running for better comparision.
<a href='http://www.hostilism.com/brothel/ns/stats90/index.php' target='_blank'>90 Day PyschoStats</a>
I haven't worked out the PsychoStats win/loss average. But this is what nslogp says.
Server Totals
--------------------------------------------------------------------------------
Games Completed: 2159
Avg. Game Time: 24 Mins. 37 Secs.
Win/Lose % Aliens: 72.12%
Win/Lose % Marines: 27.88%
I should note that these % totals are from every log file since i started running NS. The inital % for Marines win's was around 22%. So as ppl become better players the #'s are slowly changeing. But with the large number of games played in previous versions of ns, and as people learned the game. Its really slow to climb up in Marines favour. Because at first the aliens seemed to dominate the game. But as the Marines become better and smarter players, and work more as a team. They win more.
I can't get the maps to show up for some reason.
its 25days worth.....if you want more i got more.
DrGiggles, made and posted it months ago. When Flayra was asking about balance issues and a stats program to see how the pub servers where running. Its extremly small and fast. Its a perl script with a mysql backend. And the doc is limmited, but easy to set up. The link in the README.txt is no longer anygood, guess Giggles del the file. So I moved a copy into my httpd tree.
<a href='http://www.hostilism.com/brothel/ns/nslogp.tar.gz' target='_blank'>http://www.hostilism.com/brothel/ns/nslogp.tar.gz</a>
If you have any probs setting it up let me know. I will help where I can. And perphaps Giggles has a newer version out for it?
don't post those crappy stats!! they are ghetto style!
<!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo-->
don't post those crappy stats!! they are ghetto style!
<!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' valign='absmiddle' alt='tounge.gif'><!--endemo--><!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
*cries*
PHP and they really really really put Golex's to shame now. enjoy
PHP and they really really really put Golex's to shame now. enjoy<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
*cries even more*
Brutus, You use irc at all? If your on gamesnet just type "/msg [Ht]Nickoli blah" And When i see the message window I will give you a hand. Or /j #hostile, and double click on my name in to open a message window.
I'd preffer to do this off this thread. Rather then taking the stats thread off topic. Alternately, you can email me, use this forums PM. or post on my forums. Or yours. whatever works for you
It's just a php script. So you shoulden't have any trouble running it. You did edit the first few lines of the script, setting the mysql and log vars?
/** MySQL Login Information **/
$mysql_user = "changeme";
$mysql_pass = "changeme";
$mysql_host = "changeme";
$mydatabase = "ns_game";
/** Log Location **/
$log_dir = "/usr/local/games/hlds_l/ns/logs";
Also ensure that the script start link is correct.
#!/usr/bin/php -q
A simple ls /usr/bin/php. Is that your location for php?
ls -al /usr/bin/php
-rwxr-xr-x 1 root root 1527741 Sep 3 05:27 /usr/bin/php
Heh sorry for being so simple. But its the best way to start. Also did you attempt to force it to run?
./nslogp.php
Get back to me on your exact problem with it.
I moved it to a www accessable dir then executed it and it worked. I moved it back to non www after that. Thnaks for the help and sorry for hijacking the thread.
I moved it to a www accessable dir then executed it and it worked. I moved it back to non www after that. Thnaks for the help and sorry for hijacking the thread.<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
nslogp.php doesn't have tobe in your httpd tree at all. It can be stored anywhere on your pc. It's just the script that updates the mysql database. Just add it to crontab to exec it every hour or so. The only file u need in the httpd tree is index.php.
BTW, Can you post your link to it. Everyone I know who runs it seems to get almost the same results. Just curious to see if your players are the same.
on 6am(GMT +2) it will reset because i removed all old logs..
starting fresh stats with 1.04
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->a:hover { text-decoration: underline; color: #FF9900 }
body { background-color: #000000; color: #FFFFFF }
a { color: #FFCC99; text-decoration: none }
td, div { font-family: Tahoma; font-size: 12px; color: #FFFFFF }
.tablebg { background-color: #000000 } /* table border color */
.listhead { background-color: #031D2D } /* table headers for any type of list */
.selhead { background-color: #003366 } /* table header color for the currently selected sort column */
.headlink { color: #FFCC99 } /* header/footer links */
.plrlink { color: #FFCC99 } /* link for players in main index player listing */
.row1 { background-color: #111111 } /* generic row #1 */
.row2 { background-color: #222222 } /* generic row #2 */
.maprow1 { background-color: #111111 } /* row #1 used on maps pages */
.maprow2 { background-color: #222222 } /* row #2 ... */
.plrrow1 { background-color: #111111 } /* row #1 used on player lists (index, clans) */
.plrrow2 { background-color: #222222 } /* row #2 ...*/
.plrgenhead { background-color: #003366 } /* generic header for player pages */
.plrgenrow1 { background-color: #111111 } /* generic row #1 for player pages */
.plrgenrow2 { background-color: #222222 } /* generic row #2 ... */
.plrkilldesc { color: #000055 } /* Kill desc/legend text */
.plrdeathdesc { color: #550000 } /* death desc/legend text */
.plrdmgdesc { color: #005500 } /* damage desc/legend text */
.plracrydesc { color: #BBBB00 } /* accuracy desc/legend text */
.plrkillbar { background-color: #00AABB } /* kill percentage bar for players */
.plrdeathbar { background-color: #00EEBB } /* death bar ... */
.plrdmgbar { background-color: #005500 } /* damage bar ... */
.plracrybar { background-color: #BBBB00 } /* accuracy bar ... */
.plrrolebar { background-color: #000055 } /* roles bar ... */
.plrweaponawardfont { color: #AAAA00; font-weight: bold } /* player weapon awards 'highlight' */
.plrawardfont { color: #AAAA00; font-weight: bold } /* player awards 'highlight' */
.goodhead { background-color: #000033 } /* goodguy team header */
.badhead { background-color: #330000 } /* badguy team header */
.searchbox { /* Search box */
font-size: 11px;
border: 1px #666633 solid;
background-color: #333333;
color: #FFFFFF
}
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
My color scheme for all those who want it.....I thought about keeping it to myself but......what the hell... <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' valign='absmiddle' alt='biggrin.gif'><!--endemo-->