Skip to main content

◆ showResourceStatistics() [1/4]

ShowResourceStatisticsResponse gpudb::GPUdb::showResourceStatistics (const ShowResourceStatisticsRequest &request_) const

Requests various statistics for storage/memory tiers and resource groups.

Returns statistics on a per-rank basis.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ showResourceStatistics() [2/4]

ShowResourceStatisticsResponse & gpudb::GPUdb::showResourceStatistics (const ShowResourceStatisticsRequest &request_,
ShowResourceStatisticsResponse &response_ ) const

Requests various statistics for storage/memory tiers and resource groups.

Returns statistics on a per-rank basis.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ showResourceStatistics() [3/4]

ShowResourceStatisticsResponse gpudb::GPUdb::showResourceStatistics (const std::map< std::string, std::string > &options) const

Requests various statistics for storage/memory tiers and resource groups.

Returns statistics on a per-rank basis.

Parameters
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ showResourceStatistics() [4/4]

ShowResourceStatisticsResponse & gpudb::GPUdb::showResourceStatistics (const std::map< std::string, std::string > &options,
ShowResourceStatisticsResponse &response_ ) const

Requests various statistics for storage/memory tiers and resource groups.

Returns statistics on a per-rank basis.

Parameters
[in]optionsOptional parameters. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).