How can we help?
Getting CHECKDB information
Using the dbo.v_checkdb view it is possible to get full information about CHECKDB executions. This includes if the CHECKDB has been performed on a secondary replica, duration, number of errors, exact command used, and if CHECKDB is using snapshots or not:

Normally SQL Server does not provide any information about CHECKDB when running on a secondary replica, but Performance Store mitigates that issue.