[@wago/wdx-schema](../README.md) / [Exports](../modules.md) / [WDX](../modules/WDX.md) / [Schema](../modules/WDX.Schema.md) / [Model](../modules/WDX.Schema.Model.md) / [Host](../modules/WDX.Schema.Model.Host.md) / HostMonitor

# Class: HostMonitor

[Model](../modules/WDX.Schema.Model.md).[Host](../modules/WDX.Schema.Model.Host.md).HostMonitor

eDesign Runtime Host Monitor

## Table of contents

### Constructors

- [constructor](WDX.Schema.Model.Host.HostMonitor.md#constructor)

### Properties

- [cpu](WDX.Schema.Model.Host.HostMonitor.md#cpu)
- [memory](WDX.Schema.Model.Host.HostMonitor.md#memory)

## Constructors

### constructor

• **new HostMonitor**(`cpu`, `memory`): [`HostMonitor`](WDX.Schema.Model.Host.HostMonitor.md)

#### Parameters

| Name | Type |
| :------ | :------ |
| `cpu` | `number` |
| `memory` | `number` |

#### Returns

[`HostMonitor`](WDX.Schema.Model.Host.HostMonitor.md)

#### Defined in

src/WDX/Schema/Model/Host/index.ts:15

## Properties

### cpu

• **cpu**: `number`

#### Defined in

src/WDX/Schema/Model/Host/index.ts:16

___

### memory

• **memory**: `number`

#### Defined in

src/WDX/Schema/Model/Host/index.ts:17
