QueryMetadataAgentIOStatistics Property

Gets the agent IO statistics for the query.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public IOStatistics AgentIOStatistics { get; }

Property Value

IOStatistics

Remarks

Supported with Sphinx 2.1. Needs to be explicitly enabled by starting searchd with the --iostats option.

See Also