Statistic | Description |
DAOS.Engine.Status | Reports whether DAOS is enabled. |
DAOS.Engine.Encryption | Reports whether encryption is enabled for DAOS. |
DAOS.Engine.Catalog | Reports whether the DAOS catalog is synchronized. |
DAOS. Object.Attach_DAOSCreate | The number of objects created in DAOS. |
DAOS. Object.Attach_NSFCreate | The number of objects created in the NSF because they did not qualify for storage in DAOS, typically because they were smaller than the DAOS minimum object size. |
DAOS. Object.Attach_DAOSOptimizedCreateLocal | The number of objects that did not need to be copied between Notes databases located on the same Domino server (for example, copied from MAIL.BOX to a recipient's mail file) because the objects already existed in the DAOS repository. This statistic shows intra-server savings from optimization of object copying. |
DAOS. Object.Attach_DAOSOptimizedCreateRemote | The number of objects on the server that did not need to be sent over the network from remote clients or servers because the objects already existed in the DAOS repository. This statistic shows inter-server savings from optimization of object copying. |
DAOS. Object.Attach_DAOSDelete | The number of objects for which the reference count went to zero (objects were either deleted immediately or placed in the deferred deletion queue). |
DAOS. Object.Attach_TotalCreated | Total number of objects listed by the Object.Attach_DAOSCreate, Object.Attach_NSFCreate, Object.Attach_DAOSOptimizedCreateLocal, and Object.Attach_DAOSOptimizedCreateRemote statistics. |
DAOS. Object.OptimizedCreateLocalSavingsMB | The total savings in MB for objects that did not need to be copied between databases on this server (intra-server savings from optimization of object copying). |
DAOS. Object.OptimizedCreateRemoteSavingsMB | The total savings in MB for objects that did not need to be to be sent over the network from remote clients or servers (inter-server savings from optimization of object copying). |