public class DeviceStatistics : ISerializable| DeviceStatistics | Default constructor |
| BlockedConnections | Number of blocked connections since server application started |
| CycleProcessingTime | |
| DataReceivedHistory | |
| DataSentHistory | |
| HistoryOffset | Offset to first history mark, in seconds |
| MemoryConsumption | Host memory consumption in percent (0-100) |
| NetworkStatistics | Network statistics for given host |
| NumberOfConnections | Current number of active connections |
| PeakConnectionsHistory | Hourly history of traffic and connections |
| ProcessorUsage | CPU usage in percent (0-100) |
| TargetCycleTime | |
| TimeStamp | Timestamp in epoch/unix time. Seconds since 1970/1/1 |
| UptimeSeconds | Device uptime in seconds since start |
| Serialize | Serialize to processor |
| Unserialize | Unserialize from given processor |