showResourceStatistics
public ShowResourceStatisticsResponse showResourceStatistics(ShowResourceStatisticsRequest request) throws GPUdbException Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.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.showResourceStatistics
public ShowResourceStatisticsResponse showResourceStatistics(Map<String, String> options) throws GPUdbException Requests various statistics for storage/memory tiers and resource groups. Returns statistics on a per-rank basis.Parameters:options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.