◆ showResourceStatistics() [1/4]
| ShowResourceStatisticsResponse gpudb::GPUdb::showResourceStatistics | ( | const ShowResourceStatisticsRequest & | request_ | ) | const |
◆ 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
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] | options | Optional 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] | options | Optional 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).