Skip to main content

◆ showSystemStatus() [1/4]

ShowSystemStatusResponse gpudb::GPUdb::showSystemStatus (const ShowSystemStatusRequest &request_) 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]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ 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
[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).

◆ 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]optionsOptional 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]optionsOptional 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).