Forums | Chat | News | Contact Us | Register | PSU Social |
PSU: Do not feed it!
Forums | Chat | News | Contact Us | Register | PSU Social |
Home | Forum | Chat | Wiki | Social | AGN | PS2 Stats |
|
|
|
Thread Tools | Search this Thread | Display Modes |
2013-08-05, 02:56 PM | [Ignore Me] #62 | |||
Colonel
|
Now the goal here is to count all the unique characters that have logged into the game within the last hour. My method counts anyone currently logged in and anyone that has logged into the game and is still currently playing. The edge case it does not count is if the player logs into the game and plays for more than an hour and then logs off. It will not count them for their last hour of play if that makes sense. All in all though the method seems to give a basic hourly estimate.
__________________
[Thoughts and Ideas on the Direction of Planetside 2] |
|||
|
2013-08-09, 09:54 AM | [Ignore Me] #63 | ||
Private
|
Hi thanks for that information, however I can't get the data to work for me in a usable way.
The problem I encountered is that the api will only return a maximum 20k records at a time reliably with their online status etc, if I get more than 20k records then some of the returned characters will not contain their online status. If I try recursing backwards through time the data doesn't match between each call. Are you able to share what your api calls are for me as i'm drawing a blank now here. Thanks. |
||
|
2013-08-11, 04:59 AM | [Ignore Me] #64 | ||||
Colonel
|
For population for all servers summed together: http://sirisian.com/planetside2/populationapi.php For population of a single server: http://sirisian.com/planetside2/popu...i.php?world=17 All server populations: http://sirisian.com/planetside2/popu...rld=compareall You can append &hourfromstart=2554 to begn from any time. Just be aware that the hourfromstart is the hours after November 20th 2012. http://sirisian.com/planetside2/popu...fromstart=2554 Simple json objects you can read into PHP then generate your page with. (Note JS can't do cross domain calls as you might know). Donations Accepted
__________________
[Thoughts and Ideas on the Direction of Planetside 2] Last edited by Sirisian; 2013-08-11 at 05:12 AM. |
||||
|
2013-08-11, 12:31 PM | [Ignore Me] #65 | ||
Second Lieutenant
|
Anybody able and willing to extract peak values out of the data? Would be interested to quicky see the highest peak number of players. At least per month. Maybe even week or day but I don't think that tells much. Month might be more interesting in terms of a trend.
|
||
|
2013-08-11, 01:58 PM | [Ignore Me] #66 | ||
Colonel
|
Do note that the API generates a lot of false data. You'll see spikes for instance in my graphs which are caused by their API accidently flipping a lot of players to "online" when they aren't online and other weird things. If you hover over the line segments in my graphs it'll say the peak number of players for "all".
__________________
[Thoughts and Ideas on the Direction of Planetside 2] |
||
|
2013-08-13, 09:43 PM | [Ignore Me] #67 | ||
Second Lieutenant
|
My complements on your work but I have a request. Would it be possible to assign values to the y-axis on the most current sampling? Just like you have it on the left side would be great on the right side of the graph.
|
||
|
|
Bookmarks |
Tags |
mar05tweet |
|
|