PDA

View Full Version : Stats TODO list


Cluster
03-26-04, 04:16 PM
After posting that one idea i had, i put on the thinking cap on got a couple of more ideas on different ways to twist stats, and thought i would put up a list of ideas, and progress. I'm also gonna work a bit on a site so the stuff i'm working on can be seen. I've almost got a stats update script complete, had it working well, but had to make some modifications to track ppw/ppd on active users. But, here's my list so far.

*NOTE* Any topics with a link goto an explanation of some sort. Be it a thread,
post in this thread, or another site.

TODO

Stats updates
DONE!

PPW/PPD Tracking
Have a working version that runs standalone. Slow as sin, so i'm adding it to the update script to allow it to do some filtering. Almost done.

Challenge detection (http://www.ocforums.com/showthread.php?s=&threadid=282781)
This i explained in the thread the link points too. I'll need to make sure the ppw/ppd part is done, debuged and working. Wait for the stats to gather a good week or two. So, this will remain higher priority, but on hold until i have some stats to test ideas against.

New user tracking
Easily tracked in the updates when the user is added.

Milestone tracking.
Again, easily tracked in the updates.

Point Accelleration/Decelleration tracking
Another simpleton for the update script.



If there's more ideas around, post in this thread, i'll see what i can do with it, and add it to the TODO list.

{PMS}fishy
03-26-04, 04:59 PM
What programs are you using to do this with?

I may be able to lend a hand, in the coding, depending.

Cluster
03-26-04, 06:16 PM
I'm doing all the coding in php 5 and the data backend with mysql 4.0

Wedo
03-26-04, 08:28 PM
It would be great to see a ppw based on number of cpu's as well. For instance:

A group of lists or a generated per demand list of top producers per cpu count so that there's a top ten of people with one cpu, two cpus, three cpu's etc. This would give a guy with limited resources a target to go for and try to catch the top producing guy with his same amount of cpu's. I understand that the cpu count is realitive to the number of clients running (one cpu can have 8 instances running) but those guys wouldn't show up in the top stats for production anyway.

A list of production divided by cpu count. Interesting to see who has the highest production ratio. Someone with three cpu's could be pwning everyone with a sick ppw/cpu.

Thanks for the work Cluster,
Wedo

Cluster
04-09-04, 02:42 AM
How do you track the # of cpus? I don't get that info with http://vspx27.stanford.edu/teamstats/team32.txt where i get my stats from. I suppose there's also the users individual pages. Which i may plan on parsing eventually anyway. I think those pages are updated when you finish wus. If so i may setup a script to track those pages for every user... a little more realtime, but i'd have to see what kind of performance hit it'd put, and how effective it would be.

But i like the idea. Makes the stats look a little fairer. Kinda hard to compare 1/4 mile times of a chevette against a viper.

Peace

nikhsub1
04-09-04, 10:06 AM
Cluster you'd have to pull them from the main stanford stats page... also, how about being able to SORT the colums (PPD, PPW by username etc.) like statsman? Just click a column heading and the page would reload and reorder?