MonitoringMetricTypes Enumeration |
Types of metrics.
Namespace: OIV.RemoteViz.Rendering
Member name | Value | Description | |
---|---|---|---|
NONE | 0 | No metrics. | |
NETWORK_LATENCY | 1 | Network latency: Reported every 1 second. | |
DECODING_TIME | 2 | Decoding time: Reported each time a frame is sent to the client. | |
RENDERING_TIME | 4 | Rendering time: Reported each time a frame is rendered. | |
ENCODING_TIME | 8 | Encoding time: Reported each time a frame is sent to the client. | |
NUM_CLIENTS | 16 | Number of clients: Reported when a client is added or removed. | |
NUM_CONNECTIONS | 32 | Number of connections: Reported when a connection is added or removed. | |
NUM_RENDERAREAS | 64 | Number of render areas: Reported when a render area is added or removed. | |
ALL | 65535 | All metrics. |