cuda.bindings.nvml.vgpu_instance_get_encoder_stats#
- cuda.bindings.nvml.vgpu_instance_get_encoder_stats(unsigned int vgpu_instance) tuple#
Retrieves the current encoder statistics of a vGPU Instance. :param vgpu_instance: Identifier of the target vGPU instance. :type vgpu_instance: unsigned int :returns: - unsigned int: Reference to an unsigned int for count of active encoder sessions. - unsigned int: Reference to an unsigned int for trailing average FPS of all active sessions. - unsigned int: Reference to an unsigned int for encode latency in microseconds. :rtype: A 3-tuple containing .. seealso:: `nvmlVgpuInstanceGetEncoderStats`