MonitoringMetricTypes Enumeration |
Types of metrics.
Namespace: OIV.RemoteViz.Rendering
Member name | Value | Description | |
---|---|---|---|
NONE | 0 | No metrics. | |
NETWORK_LATENCY | 1 | Network latency. | |
DECODING_TIME | 2 | Decoding time. | |
RENDERING_TIME | 4 | Rendering time. | |
ENCODING_TIME | 8 | Encoding time. | |
NUM_CLIENTS | 16 | Number of clients. | |
NUM_CONNECTIONS | 32 | Number of connections. | |
NUM_RENDERAREAS | 64 | Number of render areas. | |
ALL | 65535 | All metrics. |