Click or drag to resize

QueryMetadataAgentCpuStatistics Property

Gets the agent CPU statistics for the query.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public CpuStatistics AgentCpuStatistics { get; }

Property Value

CpuStatistics
Remarks
Supported with Sphinx 2.1. Needs to be explicitly enabled by starting searchd with the --cpustats option.
See Also