RestStatistics
This component only exists in the RestNetwork, and is added by default.
It display some statistics on the parent RestNetwork, The values are updated every 10 seconds

Properties
- QueueSize: Number of request queued. They will be sent as soon as possible. In an healthy environment (on a computer with decent hardware, in a RestNetwork with a coherent configuration and a responsive target API), this queue should be close or equal to zero
- HttpQueryCount: Number of sent request.
- Received: Number of received http responses.
- Timeouts: Number of http responses which timed out.
- AverageResponseTime: Average time it takes to receive an http response.
- AverageProcessTime: Average time it takes to receive an http response and digest the response in the different points in the devices.
- ActivationDate: The date since statistics have been collected
Actions
- RefreshStatistics: Updates all the slot values in the component
- ClearQueue: Empties all the stored requests.