Planetside 2 Server Hourly Population Statistics - Page 5 - PlanetSide Universe
PSU Social Facebook Twitter Twitter YouTube Steam TwitchTV
PlanetSide Universe
PSU: Its hamma time.
Home Forum Chat Wiki Social AGN PS2 Stats
Notices
Go Back   PlanetSide Universe > PlanetSide Discussions > PlanetSide 2 Discussion

Reply
 
Thread Tools Search this Thread Display Modes
Old 2013-08-05, 05:22 AM   [Ignore Me] #61
kereD
Private
 
Re: Planetside 2 Server Hourly Population Statistics


Nice job. If you are willing to share, may I ask how you got this data? I'm interested in replicating it for the information of our outfit on Briggs.
kereD is offline  
Reply With Quote
Old 2013-08-05, 01:56 PM   [Ignore Me] #62
Sirisian
Colonel
 
Sirisian's Avatar
 
Re: Planetside 2 Server Hourly Population Statistics


Originally Posted by kereD View Post
Nice job. If you are willing to share, may I ask how you got this data? I'm interested in replicating it for the information of our outfit on Briggs.
I query for all the players that have a "last login" within the previous 12 hours. I retrieve a minimal amount of data from the API for all those players including their character name, last login, and if they're online currently. If they are currently in the game then I add 1 for that faction. If they aren't on but their last login is within the last hour then I add 1 for their faction.

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.
Sirisian is offline  
Reply With Quote
Old 2013-08-09, 08:54 AM   [Ignore Me] #63
kereD
Private
 
Re: Planetside 2 Server Hourly Population Statistics


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.
kereD is offline  
Reply With Quote
Old 2013-08-11, 03:59 AM   [Ignore Me] #64
Sirisian
Colonel
 
Sirisian's Avatar
 
Re: Planetside 2 Server Hourly Population Statistics


Originally Posted by kereD View Post
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.
Oh yeah I've explained this in another thread before, but I grab them in batches. so like 200 at a time sorted by id and then I filter by results greater than the largest id in the last batch. This allows me to query in batches of 100 characters.
$requestUrl = "http://census.soe.com/<your id>/get/ps2/character/?id=>" . $currentMaxID . "&times.last_login=>" . $twelveHoursAgo . "&c:resolve=world,online_status&c:show=id,name.fir st,faction_id,times.creation,times.last_login,time s.minutes_played,battle_rank.value,world_id,online _status&c:sort=id&c:limit=" . $batchAmount;
If you don't want to store and manage the data you can use my public API as long as you don't abuse it. I have other people using it.

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

Last edited by Sirisian; 2013-08-11 at 04:12 AM.
Sirisian is offline  
Reply With Quote
Old 2013-08-11, 11:31 AM   [Ignore Me] #65
Emperor Newt
Second Lieutenant
 
Re: Planetside 2 Server Hourly Population Statistics


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.
Emperor Newt is offline  
Reply With Quote
Old 2013-08-11, 12:58 PM   [Ignore Me] #66
Sirisian
Colonel
 
Sirisian's Avatar
 
Re: Planetside 2 Server Hourly Population Statistics


Originally Posted by Emperor Newt View Post
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.
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".
Sirisian is offline  
Reply With Quote
Old 2013-08-13, 08:43 PM   [Ignore Me] #67
Calista
Second Lieutenant
 
Re: Planetside 2 Server Hourly Population Statistics


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.
Calista is offline  
Reply With Quote
Old 2013-11-04, 05:02 AM   [Ignore Me] #68
Hirvox
Private
 
Hirvox's Avatar
 
Misc Info
Re: Planetside 2 Server Hourly Population Statistics


There's something wrong with the formatting of the graph. All of the X-axis labels are cut off right after the month name, so they're pretty much useless. And if I scroll left to earlier months, even labels in May get cut off.
Like this:
Hirvox is offline  
Reply With Quote
Reply
  PlanetSide Universe > PlanetSide Discussions > PlanetSide 2 Discussion

Bookmarks

Tags
mar05tweet

Discord

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:07 AM.

Content © 2002-2013, PlanetSide-Universe.com, All rights reserved.
PlanetSide and the SOE logo are registered trademarks of Sony Online Entertainment Inc. © 2004 Sony Online Entertainment Inc. All rights reserved.
All other trademarks or tradenames are properties of their respective owners.
Powered by vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.