What does DBT, Time and NQ signify in SDK logs and how are they calculated?
Release: 9.1.x
Component: Strong Auth
DBT indicates the database time and is the sum of individual query execution times. A timer is initiated when each query execution is started and after query execution is completed time elapsed is calculated.
NQ indicates Number of Queries and in case organization is Relational org, all the queries are counted based on the Database. If the organization is ldaporg in that case also only Database queries executed at Db level considered.Queries executed on Ldap are not considered while sending the Number of queries in response field.
Time field in the log specifies how much time Webfort server took to process the OTP authentication, it is the processing time on the server side only.