Appearance
Show System
Shows system infos of the server.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | Admin, Sys, SysTech |
Parameters
None
Result
| Name | Type | Description |
|---|---|---|
| ServerVersion | string | Version of the server. |
| Started | string | Datetime of the server start. |
| Databases | integer | Number of loaded databases. |
| DatabaseVersion | integer | Database version which the server supports. |
| DataService | boolean | If 'True' the data service is active. |
| DataServicePort | integer | Port of the data service. |
| DataServiceMaxThreadsPerQuery | integer | Queries can be processed in parallel. This parameter shows the maximum number of threads used by a query. |
| WebService | boolean | If 'True' the web service is active. |
| WebServicePort | integer | Port of the web service. |
| ServerType | string | Type of the http server: HttpSys or BuiltIn. |
| AutoDisconnectMinutes | integer | Minutes after which an inactive connection is closed. |
| TLS | boolean | If 'True' TLS is active. |
| CsrfServerHeader | string | CSRF header name, which is sent by the server. It is used when the uid is returned in a cookie. For this, the 'SetCookie' parameter in the 'Connect' command must be 'True'. |
| CsrfClientHeader | string | CSRF header name, which must be returned by the client. It is used when the uid is returned in a cookie. For this, the 'SetCookie' parameter in the 'Connect' command must be 'True'. |
| Log | string | Active log kinds: Connect, Error, File, Read, Request, System or Write. |
| License | string | Name for which the server license was issued. |
| MaxActiveUsers | string | Maximum number of active users per database. |
| MinYear | integer | First year of fixed date dimensions of the database. |
| MaxYear | integer | Last year of fixed date dimensions of the database. |
| DefaultMaxRecords | integer | Default maximum number of records to be returned. It is used when 'MaxRecords' is not set in the query. |
| SystemPlatform | string | System platform: Windows or Linux. |
| SystemVersion | string | System platform version. |
| SystemCPUs | integer | Number of system CPUs. |
| SystemIsContainer | boolean | If 'True' the server runs inside a container. |
| Priority | string | Priority of the server application: High, Above Normal, Normal, Below Normal or Low. Only available with Windows. |
| MemoryTotalMB | number | Total memory of the server process (in megabytes). Only available with Windows. |
| MemoryUsedMB | number | Used memory for data of the server process (in megabytes). Only available with Windows. |
| MemoryUnusedMB | number | Unused memory of the server process (in megabytes). Only available with Windows. |
| MemoryEfficiencyPercent | number | Ratio of used to unused memory of the server (in percent). Only available with Windows. |
Code
text
SHOW SYSTEM