◆ showSystemStatus() [1/4]
| ShowSystemStatusResponse gpudb::GPUdb::showSystemStatus | ( | const ShowSystemStatusRequest & | request_ | ) | const |
◆ showSystemStatus() [2/4]
| ShowSystemStatusResponse & gpudb::GPUdb::showSystemStatus | ( | const ShowSystemStatusRequest & | request_, |
| ShowSystemStatusResponse & | response_ ) const |
Provides server configuration and health related status to the caller.
The admin tool uses it to present server related information to the user.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ showSystemStatus() [3/4]
| ShowSystemStatusResponse gpudb::GPUdb::showSystemStatus | ( | const std::map< std::string, std::string > & | options | ) | const |
Provides server configuration and health related status to the caller.
The admin tool uses it to present server related information to the user.
Parameters
| [in] | options | Optional parameters, currently unused. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ showSystemStatus() [4/4]
| ShowSystemStatusResponse & gpudb::GPUdb::showSystemStatus | ( | const std::map< std::string, std::string > & | options, |
| ShowSystemStatusResponse & | response_ ) const |
Provides server configuration and health related status to the caller.
The admin tool uses it to present server related information to the user.
Parameters
| [in] | options | Optional parameters, currently unused. 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).