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.

Parameters:

vgpu_instance (unsigned int) – Identifier of the target vGPU instance.

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.

Return type:

A 3-tuple containing

See also

nvmlVgpuInstanceGetEncoderStats