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.
Output Parameter Description
Name |
Type |
Description |
endpoints |
array
of
strings |
List of recently called endpoints, most recent
first. |
time_in_ms |
array
of
floats |
List of time (in ms) of the recent requests. |
jobIds |
array
of
strings |
List of the internal job ids for the recent
requests. |
info |
map of
string
to
strings |
Additional information. |