Skip to main content
  • 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 - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • showSystemTiming

    public ShowSystemTimingResponse showSystemTiming(Map<String,String> options) 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:
    options - Optional parameters, currently unused. The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.