showSystemTiming
public ShowSystemTimingResponse showSystemTiming(ShowSystemTimingRequest request) throws GPUdbException 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.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showSystemTiming
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.Parameters:options- Optional parameters, currently unused. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.