BptServerMonitor
API reference for BptServerMonitor — parameters, event callbacks, and related configuration.
BptServerMonitor
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
ShowCPUMetrics | bool | — | |
ShowGPUMetrics | bool | — | |
ShowMemoryMetrics | bool | — | |
ShowNetworkUsage | bool | — | |
ShowProcessList | bool | — | |
ShowSystemInfo | bool | — | |
ShowServerMonitorFrame | bool | — | |
Theme | ServerMonitorTheme | — | |
RefreshInterval | int | — | |
Height | string | Nullable | — |
Width | string | — | |
CssClass | string | Nullable | — |
Style | string | Nullable | — |
MaxDisplayedProcesses | int | — | |
HubUrl | string | — | |
Servers | List<BptServerMonitorConfig> | Nullable | — |
UseSandboxData | bool | — | |
ShowServerLogs | bool | — | |
LogFilePaths | String[] | Nullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
OnMetricsReceived | EventCallback<ServerMetricsCallbackData> | — |