public class TaskStatistics extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
awsInstanceType
AWS instance type, if applicable
|
int |
compute
milliseconds of compute time once the RAPTOR worker was started, exclusive of building result sets
|
long |
computeDate
UTC date/time this was computed
|
int |
frequencyEntryCount
number of frequency entries
|
int |
frequencyTripCount
number of frequency trips (the actual number of trips - i.e.
|
int |
graphBuild
number of milliseconds spent in graph build
|
String |
graphId
graph ID
|
int |
graphStopCount
number of stops in the graph
|
int |
graphTripCount
number of trips in the graph
|
int |
initialStopCount
number of stops found in the initial walk search (stand-in for density/city-ness)
|
int |
initialStopSearch
milliseconds of time spent in initial stop search
|
boolean |
isochrone
was this an isochrone request
|
String |
jobId
the job ID
|
double |
lat
latitude of origin (note: potentially sensitive, should be stripped from some analyses)
|
double |
lon
longitude of origins
|
String |
otpCommit
OTP commit used for computation
|
int |
patternCount
number of patterns used in the search (i.e.
|
String |
pointsetId
point set ID
|
int |
propagation
milliseconds spent in propagating travel times from transit stops to targets
|
int |
raptorData
time to make raptor data (milliseconds)
|
int |
resultSets
milliseconds spent in preparing resultsets
|
int |
scheduledTripCount
number of scheduled trips in the RAPTOR worker data
|
int |
searchCount
number of discrete times (e.g.
|
static long |
serialVersionUID |
boolean |
single
was this a single-point request
|
int |
stopCount
number of stops used in search (i.e.
|
int |
stopTreeCaching
number of milliseconds spent in stop tree caching
|
boolean |
success
was this request successful
|
int |
targetCount
number of targets of this search
|
int |
targetsReached
number of targets reached
|
int |
timeStep
time step between RAPTOR searches (seconds)
|
int |
total
total processing time, including fetching and pushing results, in milliseconds
|
int |
transitSearch
milliseconds of time spent in RAPTOR algorithm (transit search)
|
int |
walkSearch
milliseconds spent in walk search (this is not a search per se but simply using the SPT from the initial stop search to create walk times to reachable destinations
|
String |
workerId
unique ID of the worker (to control for any variation introduced by e.g.
|
Constructor and Description |
---|
TaskStatistics() |
public static final long serialVersionUID
public int compute
public int graphBuild
public int stopTreeCaching
public int transitSearch
public int initialStopSearch
public int walkSearch
public int propagation
public int raptorData
public int searchCount
public int timeStep
public int resultSets
public boolean isochrone
public int total
public int stopCount
public int initialStopCount
public int patternCount
public int targetCount
public int targetsReached
public int scheduledTripCount
public int frequencyTripCount
public int frequencyEntryCount
public int graphStopCount
public int graphTripCount
public double lat
public double lon
public String graphId
public String pointsetId
public String jobId
public String awsInstanceType
public String workerId
public boolean success
public boolean single
public String otpCommit
public long computeDate
Copyright © 2018. All rights reserved.