Start of changeIBM Content Navigator, Version 2.0.3         

IBM CMIS system monitoring

By using IBM FileNet System Manager Listener Java API with IBM® CMIS, you can record useful performance data in a specified time interval, including the number of received requests, time elapsed between request and response, and error rate of each request type.

The IBM CMIS system monitoring function uses the IBM FileNet System Manager Listener Java API to record performance data for requests by each request type. For the AtomPub binding, a request type is defined by its URL and HTTP method name, for example, http://servername:port/fncmis/resources/ContentFlat::GET.

For the Web Services binding, a request type is defined by its end point URL and operation name, for example, http://servername:port/fncmis/services/NavigationService::getChildren. For each request type, statistics on the number of requests received, the elapsed time for processing the request and the error rate are recorded by using a configured time interval.

You can use the IBM FileNet System Manager to connect to the Listener in IBM CMIS to retrieve this data for analysis or exposing them on the System Manager Dashboard. IBM FileNet System Manager Listener in IBM CMIS is always enabled when IBM CMIS is running. To change the default behavior of IBM FileNet System Manager Listener in CMIS, see IBM System Dashboard for Enterprise Content Management Listener configuration.

End of change