Show System Timing

Returns the last 100 database requests along with the request timing and internal job id. The admin tool uses it to present request timing information to the user.

Input Parameter Description

NameTypeDescription
optionsmap of string to stringsOptional parameters, currently unused. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
endpointsarray of stringsList of recently called endpoints, most recent first.
time_in_msarray of floatsList of time (in ms) of the recent requests.
jobIdsarray of stringsList of the internal job ids for the recent requests.
infomap of string to stringsAdditional information.