 | QueryMetadataCpuStatistics Property |
Gets the CPU statistics for the query.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic CpuStatistics CpuStatistics { get; }
Public ReadOnly Property CpuStatistics As CpuStatistics
Get
Property Value
Type:
CpuStatistics
Remarks
Supported with Sphinx 2.1.
Needs to be explicitly enabled by starting searchd with the --cpustats option.
See Also