tibemsAdmin_GetInfo

Function

Purpose

Get the current set of server metrics.

C Declaration

tibems_status tibemsAdmin_GetInfo(
    tibemsAdmin admin,
    tibemsServerInfo* serverInfo);

COBOL Call

CALL "tibemsAdmin_GetInfo"
 USING BY VALUE      admin,
       BY REFERENCE  serverInfo,
       RETURNING tibems-status
END-CALL.

Parameters

Parameter Description
admin Get server metrics using this administrative connection.
serverInfo The function stores the server metrics in this location.

Status Codes

Status Code Description
TIBEMS_TIMEOUT The administrative query timed out while waiting for a server response.