Show Stat DAOS
Syntax: Show Stat DAOS statisticname

Description: You can view statistics on the Domino Attachment and Object Service (DAOS) in the server console window when you enter the command


DAOS object creation statistics indicate the way DAOS is operating by the way they increase over time. Several statistics in this release of Domino provide information specific to the process of optimizing object copies in DAOS. The statistics apply only to DAOS-enabled databases.

You can also see the messaging statistics from the Domino Administrator, Server - Statistics tab. Click DAOS on the Server - Statistics tab.

The following table lists and describes the DAOS statistics.
StatisticDescription
DAOS.Engine.StatusReports whether DAOS is enabled.
DAOS.Engine.EncryptionReports whether encryption is enabled for DAOS.
DAOS.Engine.CatalogReports whether the DAOS catalog is synchronized.
DAOS. Object.Attach_DAOSCreateThe number of objects created in DAOS.
DAOS. Object.Attach_NSFCreateThe 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_DAOSOptimizedCreateLocalThe 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_DAOSOptimizedCreateRemoteThe 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_DAOSDeleteThe 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_TotalCreatedTotal number of objects listed by the Object.Attach_DAOSCreate, Object.Attach_NSFCreate, Object.Attach_DAOSOptimizedCreateLocal, and Object.Attach_DAOSOptimizedCreateRemote statistics.
DAOS. Object.OptimizedCreateLocalSavingsMBThe 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.OptimizedCreateRemoteSavingsMBThe 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).
Related topics