Execute a controlled (LIMIT result set maybe?) database query on the sentry client and monitor the time its taken to execute. If time taken is > a specified threshold (user configurable?) then flag it as a warning/error for investigation of the clients mysql database.

Comments

budda’s picture

Could these checks be implemented using hook_requirements() which is already returned to the server from each client?