The SCIM SDK provides a command-line tool, scim-query-rate
, that
measures the SCIM query performance for your extension.
The SCIM extension also exposes monitoring information for each SCIM resource, such as the
number of successful operations per request, the number of failed operations per request,
the number of operations with XML or JSON to and from the client. Finally, the server
automatically logs SCIM-initiated LDAP operations to the default File-based Access Logger.
These operations will have an origin='scim'
attribute to distinguish them
from operations initiated by LDAP clients. You can also create custom logger or request
criteria objects that can track incoming HTTP requests, which the SCIM extension rewrites
as internal LDAP operations.