Show Stat DominoIQ

Shows statistics on the Domino IQ configuration and Domino IQ queries.

Details

Starting in Domino 14.5 Fix Pack 1, use this server command to show statistics related to configuring Domino IQ and response time for an asynchronous query or query sent to the Domino IQ server.

Syntax

Show Stat DominoIQ

Examples

Table 1. Domino IQ statistics
Statistic Description
DominoIQ.Config.Enabled Reports whether Domino IQ configuration is enabled (shows True or False)
DominoIQ.Config.Mode Domino IQ running mode (shows Local or Remote)
DominoIQ.Config.ModelFileName Model file name (shows LLM Model file name, only in local mode)
DominoIQ.Config.ModelName LLM Model name
DominoIQ.Config.UseTLS Reports whether configured with TLS (Yes, or No only in local mode)
DominoIQ.Llama-Server.Version The version of Llama server (only in local mode)
DominoIQ.LLMQueryAsync.Requests The number of asynchronous queries sent
DominoIQ.LLMQueryAsync.Responses The number of asynchronous query responses receive
DominoIQ.LLMQueryAsync.Response.TimeInSeconds.Avg The average asynchronous query response time
DominoIQ.LLMQueryAsync.Response.TimeInSeconds.Max The maximum asynchronous query response time
DominoIQ.LLMQueryAsync.Response.TimeInSeconds.Min The minimum asynchronous query response time
DominoIQ.LLMQueryAsync.Response.TimeInSeconds.Total The total asynchronous query response time
DominoIQ.LLMQueryAsync.Response.TimeMax.Command Command that got maximum asynchronous query response time
DominoIQ.LLMQuery.Requests The number of queries sent
DominoIQ.LLMQuery.Responses The number of responses received
DominoIQ.LLMQuery.Response.TimeInSeconds.Avg The average query response time
DominoIQ.LLMQuery.Response.TimeInSeconds.Max The maximum query response time
DominoIQ.LLMQuery.Response.TimeInSeconds.Min The minimum query response time
DominoIQ.LLMQuery.Response.TimeInSeconds.Total The total query response time
DominoIQ.LLMQuery.Response.TimeMax.Command Command that got maximum query response time
Note:
  • Domino IQ stats are updated every 5 minutes.
  • DominoIQ.LLMQueryAsync.* and DominoIQ.LLMQuery.* stats can be reset by using the Domino IQ set stat command (Set Stat DominoIQ).